Project

General

Profile

Latest Builds » History » Version 37

laforge, 07/25/2022 04:46 PM

1 1 laforge
{{>toc}}
2
3
h1. _Latest_ Builds
4
5 9 pespin
If you require current master version of the Osmocom GSM related software, go have a look at the [[Nightly_Builds]] alternative. NOTE: USE NIGHTLY BUILDS ONLY FOR DEVELOPMENT/TESTING. 
6 8 pespin
7 34 osmith
sysmocom has set up package builds for the _latest_ version tag of the Osmocom GSM related software.
8 28 laforge
9 34 osmith
The packages are built for various Linux distributions, find the complete list at the OBS page: https://obs.osmocom.org/project/show/osmocom:latest
10 1 laforge
11
A nice status overview on the builds is available at https://obs.osmocom.org/project/monitor/osmocom:latest
12
13 34 osmith
Browse the published binary packages at: https://downloads.osmocom.org/packages/osmocom:/latest/
14
15 1 laforge
h2. How to use the _osmocom:latest_ builds
16 32 laforge
17 34 osmith
h3. Debian based distributions
18 1 laforge
19 34 osmith
Example for Debian 11, adjust it as necessary for other distributions as found "here":https://downloads.osmocom.org/packages/osmocom:/latest/.
20 1 laforge
21
<pre>
22 34 osmith
$ sudo su
23
# wget https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11/Release.key
24
# sha256sum Release.key
25
1d0e8f6e67b84b6262767596a183d585c9a26cba793bbc862eb16fa3762db4b7  Release.key
26 36 neels
# mv Release.key /etc/apt/trusted.gpg.d/osmocom-latest.asc
27 34 osmith
# echo "deb https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11/ ./" > /etc/apt/sources.list.d/osmocom-latest.list
28
# apt-get update
29
# exit
30 2 laforge
</pre>
31 3 laforge
32 34 osmith
h3. RPM based distributions
33 1 laforge
34 34 osmith
Example for CentOS_8, adjust it as necessary for other distributions as found "here":https://downloads.osmocom.org/packages/osmocom:/latest/.
35 1 laforge
36
<pre>
37 34 osmith
$ sudo su
38
# wget https://downloads.osmocom.org/packages/osmocom:/latest/CentOS_8/osmocom:latest.repo
39
# sha256sum osmocom:latest.repo
40
0260628ff9ddd5b31df946be1f56a8245bdd951dfbfa57ccce8585596ba1a0e5  osmocom:latest.repo
41
# mv osmocom:latest.repo /etc/yum.repos.d/
42
# exit
43 1 laforge
</pre>
44
45 34 osmith
As soon as you try to install a package from the Osmocom repository (e.g. <code>dnf install osmo-hlr</code>), @dnf@ will import the repositories GPG key as defined in the .repo file ("repomd.xml.key":https://downloads.osmocom.org/packages/osmocom:/latest/CentOS_8/repodata/repomd.xml.key), download the repository index and finally install the Osmocom packages.
46 24 laforge
47 37 laforge
h2. Apt Pinning
48
49
If you want to make sure that osmocom packages are always preferred over your distribution's upstream packages with the same name, see [[Apt_Pinning]]
50
51 34 osmith
h2. How are those builds created?
52 24 laforge
53 34 osmith
See [[OBS Maintenance]].
54 25 laforge
55
h2. Historical Archives / Older Packages
56
57 32 laforge
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 *latest* builds.  The full URL e.g. for Raspbian 10 of April 22nd, 2021 would be https://downloads.osmocom.org/obs-mirror/20210422-002301/latest/Raspbian_10/
Add picture from clipboard (Maximum size: 48.8 MB)