Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The O-RAN-SC project uses PackageCloud.io repositories to publish binary artifacts like Debian (.deb) and RPM Package Manager (.rpm) packages. The following repositories are available:

  • o-ran-sc/master - development builds, pushed automatically by Jenkins (like a Maven snapshot repository)
  • o-ran-sc/staging - release candidate builds, pushed automatically by Jenkins
  • o-ran-sc/release - released versions, created manually by the Linux Foundation release engineering team.

A repository must be installed before it can be used, for example in Ubuntu via "apt-get".  The following command will make the "master" repository available in an Ubuntu system:

Code Block
curl -s https://packagecloud.io/install/repositories/o-ran-sc/master/script.deb.sh | sudo bash


For complete details on using PackageCloud please see their documentation: https://packagecloud.io/docs