Deploy Opkg Packages

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

Run the following command:

curl -L -u <USERNAME>:<AUTH_TOKEN> -XPUT "https://[JFrogPlatformURL]/artifactory/<REPO_NAME>/<PATH_TO_FEED>/<IPK_PACKAGE_NAME>" -T <PATH_TO_FILE>

Where:

  • <USERNAME>: Your Artifactory username

  • <AUTH_TOKEN>: Your Artifactory identity token

  • [JFrogPlatformURL]: The URL of your JPD

  • <REPO_NAME>: The name of the Opkg repository in Artifactory

  • <PATH_TO_FEED>: The path to the feed in the repository

  • <IPK_PACKAGE_NAME>: The name of the .ipk package file

  • <PATH_TO_FILE>: The local path to the file you want to upload

For example:

curl -L -u jeffry:AKCp89XxY7wLPqL6vK3Dsfdh4fe887SguYnm90x -XPUT "https://company.jfrog.io/artifactory/opkg-local/feeds/armv7a/my-app.ipk" -T ~/builds/my-app.ipk

Note

You can also use JFrog Set me up to copy the snippet populated with your token and environment. For more information, see Use Artifactory Set Me Up for Configuring Package Manager Clients.