Project

General

Profile

Nightly Builds » History » Version 59

osmith, 05/08/2024 08:56 AM
adjust to rpm remove (OS#6446)

1 8 laforge
{{>toc}}
2
3 16 laforge
h1. _Nightly_ Builds
4 1 laforge
5
*NOTE: USE NIGHTLY BUILDS ONLY FOR DEVELOPMENT/TESTING*.  The [[Latest_Builds]] are a more stable alternative.
6 17 laforge
7 45 osmith
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.
8 38 osmith
9 45 osmith
The packages are built for various Linux distributions, find the complete list at the OBS page: https://obs.osmocom.org/project/show/osmocom:nightly
10 14 neels
11 45 osmith
A nice status overview on the builds is available at https://obs.osmocom.org/project/monitor/osmocom:nightly
12 1 laforge
13 46 osmith
Browse the published binary packages at: https://downloads.osmocom.org/packages/osmocom:/nightly/
14
15 16 laforge
h2. How to use the _osmocom:nightly_ builds
16 1 laforge
17 57 Hoernchen
h3. Debian based distributions
18 1 laforge
19 58 osmith
h4. Using extrepo (Debian only)
20 53 osmith
21
<pre>
22
# apt install extrepo
23
# extrepo enable osmocom-nightly
24
</pre>
25
26 58 osmith
h4. Manually (Debian, Ubuntu, Raspberry Pi OS)
27 53 osmith
28 56 Hoernchen
Replace Debian_XX with your distribution name, for example xUbuntu_23.10, as found "here":https://downloads.osmocom.org/packages/osmocom:/nightly/.
29 1 laforge
30
<pre>
31
$ sudo su
32 52 osmith
# OSMOCOM_REPO="https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_XX"
33 50 fixeria
# wget $OSMOCOM_REPO/Release.key
34 1 laforge
# sha256sum Release.key
35 47 osmith
5c317407aef0671b7795d79942b4b9118dca199884d88accab2aae92a5ad08ba  Release.key
36 51 osmith
# mv Release.key /etc/apt/trusted.gpg.d/osmocom-nightly.asc
37
# echo "deb [signed-by=/etc/apt/trusted.gpg.d/osmocom-nightly.asc] $OSMOCOM_REPO/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list
38 16 laforge
# apt-get update
39 24 osmith
# exit
40 16 laforge
</pre>
41
42 54 osmith
h4. Raspberry Pi OS
43
44
Follow the instructions above, and replace Debian_XX with:
45
* 64-bit: Debian_11
46
* 32-bit: Raspbian_11
47
48
This example is for Raspberry Pi OS 11, adjust the number accordingly.
49
50 49 laforge
h2. Apt Pinning
51
52
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]]
53
54
55 37 laforge
h2. How are those builds created?
56
57 45 osmith
See [[OBS Maintenance]].
58 39 laforge
59
h2. Historical Archives / Older Packages
60
61 55 laforge
If you are interested in a historical archive of previous / older packages, you can find it at https://package-archive.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://package-archive.osmocom.org/obs-mirror/20210422-002301/nightly/Raspbian_10/.
Add picture from clipboard (Maximum size: 48.8 MB)