Project

General

Profile

Actions

Nightly Builds » History » Revision 47

« Previous | Revision 47/58 (diff) | Next »
osmith, 07/15/2022 12:21 PM
fix sha256sum, not sure how I got it wrong. this is the same as in docker-playground.git


Nightly Builds

NOTE: USE NIGHTLY BUILDS ONLY FOR DEVELOPMENT/TESTING. The Latest_Builds are a more stable alternative.

sysmocom has set up package builds for the current master version of the Osmocom GSM related software. As the name implies, these packages are built every night.

The packages are built for various Linux distributions, find the complete list at the OBS page: https://obs.osmocom.org/project/show/osmocom:nightly

A nice status overview on the builds is available at https://obs.osmocom.org/project/monitor/osmocom:nightly

Browse the published binary packages at: https://downloads.osmocom.org/packages/osmocom:/nightly/

How to use the osmocom:nightly builds

Debian based distributions

Example for Debian 11, adjust it as necessary for other distributions as found here.

$ sudo su
# wget https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11/Release.key
# sha256sum Release.key
5c317407aef0671b7795d79942b4b9118dca199884d88accab2aae92a5ad08ba  Release.key
# apt-key add Release.key
# rm Release.key
# echo "deb https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list
# apt-get update
# exit

RPM based distributions

Example for CentOS_8, adjust it as necessary for other distributions as found here.

$ sudo su
# wget https://downloads.osmocom.org/packages/osmocom:/nightly/CentOS_8/osmocom:nightly.repo
# sha256sum osmocom:nightly.repo
804f3b16e0ede84ad9aac210267e4ee1c4eb7f894eddce16d61b8e1cb40c7bec  osmocom:nightly.repo
# mv osmocom:nightly.repo /etc/yum.repos.d/
# exit

As soon as you try to install a package from the Osmocom repository (e.g. dnf install osmo-hlr), dnf will import the repositories GPG key as defined in the .repo file (repomd.xml.key), download the repository index and finally install the Osmocom packages.

How are those builds created?

See OBS Maintenance.

Historical Archives / Older Packages

If you are interested in a historical archive of previous / older packages, you can find it at https://downloads.osmocom.org/obs-mirror/ - it contains a daily mirror of the entire osmocom: OBS hierarchy, including the nightly builds. The full URL e.g. for Raspbian 10 of April 22nd, 2021 would be https://downloads.osmocom.org/obs-mirror/20210422-002301/nightly/Raspbian_10/.

Files (0)

Updated by osmith over 1 year ago · 47 revisions

Add picture from clipboard (Maximum size: 48.8 MB)