Project

General

Profile

Latest Builds » History » Version 33

laforge, 07/08/2022 08:39 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 1 laforge
sysmocom has setup Debian source package builds for the _latest_ version tag of the Osmocom GSM related software. Starting from October 28, 2017, there are daily builds for
8
9
* Debian 10 (i586, amd64, armv7l, aarch64)
10 26 laforge
* Debian 11 (i586, amd64, armv7l, aarch64)
11 13 laforge
* Debian testing (x86_64)
12
* Debian unstable (x86_64)
13 16 laforge
* Raspbian 10 (armv7l)
14 28 laforge
* Raspbian 11 (armv7l)
15 13 laforge
* xUbuntu 18.04 (i586, amd64)
16 1 laforge
* xUbuntu 19.04 (amd64)
17 20 laforge
* xUbuntu 20.10 (amd64)
18 26 laforge
* xUbuntu 21.04 (amd64)
19 28 laforge
* xUbuntu 21.10 (amd64)
20 1 laforge
21 32 laforge
The Osmocom jenkins will build source packages once a day and upload them to the our self-hosted Open Build Service (OBS) installation at https://obs.osmocom.org/
22 1 laforge
23 32 laforge
The OBS page is at https://obs.osmocom.org/project/show/osmocom:latest
24 1 laforge
25 32 laforge
A nice status overview on the builds is available at https://obs.osmocom.org/project/monitor/osmocom:latest
26 1 laforge
27 2 laforge
h2. How to use the _osmocom:latest_ builds
28 1 laforge
29
The download repositories are at:
30
31 23 laforge
* Debian
32 32 laforge
** https://downloads.osmocom.org/packages/osmocom:/latest/Debian_10/
33
** https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11/
34
** https://downloads.osmocom.org/packages/osmocom:/latest/Debian_Testing/
35
** https://downloads.osmocom.org/packages/osmocom:/latest/Debian_Unstable/
36 1 laforge
* Raspbian
37 32 laforge
** https://downloads.osmocom.org/packages/osmocom:/latest/Raspbian_10/
38
** https://downloads.osmocom.org/packages/osmocom:/latest/Raspbian_11/
39 23 laforge
* Ubuntu
40 32 laforge
** https://downloads.osmocom.org/packages/osmocom:/latest/xUbuntu_18.04/
41
** https://downloads.osmocom.org/packages/osmocom:/latest/xUbuntu_20.04/
42
** https://downloads.osmocom.org/packages/osmocom:/latest/xUbuntu_20.10/
43
** https://downloads.osmocom.org/packages/osmocom:/latest/xUbuntu_21.04/
44
** https://downloads.osmocom.org/packages/osmocom:/latest/xUbuntu_21.10/
45
** https://downloads.osmocom.org/packages/osmocom:/latest/xUbuntu_22.04/
46 1 laforge
47 20 laforge
Example instructions for adding the repository to your Debian 11 system:
48 1 laforge
<pre>
49
sudo su
50 33 laforge
apt install apt-transport-https
51 32 laforge
wget https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11/Release.key
52 7 daniel
sha256sum Release.key
53 32 laforge
=> 5c317407aef0671b7795d79942b4b9118dca199884d88accab2aae92a5ad08ba
54 1 laforge
apt-key add Release.key
55 5 pespin
rm Release.key
56 32 laforge
echo "deb https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11/ ./" > /etc/apt/sources.list.d/osmocom-latest.list
57 1 laforge
apt-get update
58
exit
59 29 laforge
</pre>
60 1 laforge
61
h2. How are those builds created?
62
63 32 laforge
See https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_latest_obs.osmocom.org/ for corresponding build job.
64 1 laforge
65 32 laforge
The script at https://gitea.osmocom.org/osmocom/osmo-ci/src/branch/master/scripts/osmocom-latest-packages.sh is used to
66 1 laforge
* obtain a current clone of the respective git repository
67 2 laforge
* check out the latest version tag in that repository
68
* build debian source packages
69 32 laforge
* upload them to the OBS *osmocom:latest* sub-project.
70 2 laforge
71 3 laforge
It's possible to reproduce the latest builds locally using
72 1 laforge
<pre>
73
osc co
74
osc build
75
</pre>
76
77 3 laforge
To test local changes with one can create local packages the same way jenkins job above does:
78 1 laforge
<pre>
79
gbp buildpackage -S -uc -us --git-ignore-new --git-export-dir=/tmp
80
</pre>
81
and than repeat build steps outlined above for local build.
82
83
h2. E-Mail Notifications of build failures
84
85 2 laforge
Build failure notifications are sent to the "gerrit-log mailing list":https://lists.osmocom.org/mailman/listinfo/gerrit-log
86 24 laforge
87
h2. Mirrors
88
89 32 laforge
We currently don't have official download mirrors for https://downloads.osmocom.org/ - Let us know if you would like to contribute a mirror
90 25 laforge
91
h2. Historical Archives / Older Packages
92
93 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)