Project

General

Profile

Latest Builds » History » Version 30

laforge, 04/28/2022 12:40 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 6 laforge
* Debian 9 (i586, amd64, armv7l, aarch64)
10 1 laforge
* Debian 10 (i586, amd64, armv7l, aarch64)
11 26 laforge
* Debian 11 (i586, amd64, armv7l, aarch64)
12 13 laforge
* Debian testing (x86_64)
13
* Debian unstable (x86_64)
14 16 laforge
* Raspbian 10 (armv7l)
15 28 laforge
* Raspbian 11 (armv7l)
16 13 laforge
* xUbuntu 18.04 (i586, amd64)
17 1 laforge
* xUbuntu 19.04 (amd64)
18 20 laforge
* xUbuntu 20.10 (amd64)
19 26 laforge
* xUbuntu 21.04 (amd64)
20 28 laforge
* xUbuntu 21.10 (amd64)
21 1 laforge
22
The Osmocom jenkins will build source packages once a day and upload them to the Open(SUSE) Build Service (OBS). 
23
24
The OBS page is at https://build.opensuse.org/project/show/network:osmocom:latest
25
26 2 laforge
A nice status overview on the builds is available at https://build.opensuse.org/project/monitor/network:osmocom:latest
27 1 laforge
28 2 laforge
h2. How to use the _osmocom:latest_ builds
29
30 1 laforge
The download repositories are at:
31 23 laforge
32 1 laforge
* Debian
33 23 laforge
** https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/
34
** https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_10/
35 26 laforge
** https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_11/
36 23 laforge
** https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_Testing/
37
** https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_Unstable/
38
* Raspbian
39 1 laforge
** https://download.opensuse.org/repositories/network:/osmocom:/latest/Raspbian_10/
40 28 laforge
** https://download.opensuse.org/repositories/network:/osmocom:/latest/Raspbian_11/
41 23 laforge
* Ubuntu
42 1 laforge
** https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_18.04/
43 23 laforge
** https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_19.04/
44
** https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_20.04/
45
** https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_20.10/
46 26 laforge
** https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_21.04/
47 30 laforge
** https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_21.10/
48 20 laforge
49 29 laforge
Example instructions for adding the repository to your Debian 11 system:
50 1 laforge
<pre>
51
sudo su
52 29 laforge
wget https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_11/Release.key 
53 7 daniel
sha256sum Release.key
54 21 roox
=> b5e2c1df9ff80bc73dd00a0c153ef308e7ec643ddb859e69789fcd4a9b1893d3
55 1 laforge
apt-key add Release.key
56 5 pespin
rm Release.key
57 29 laforge
echo "deb https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_11/ ./" > /etc/apt/sources.list.d/osmocom-latest.list
58 1 laforge
apt-get update
59
exit
60
</pre>
61 29 laforge
62 1 laforge
63
h2. How are those builds created?
64
65 4 laforge
See https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_latest/ for corresponding build job.
66 1 laforge
67 2 laforge
The script at http://git.osmocom.org/osmo-ci/tree/scripts/osmocom-latest-packages.sh is used to
68
* obtain a current clone of the respective git repository
69
* check out the latest version tag in that repository
70
* build debian source packages
71
* upload them to the OBS *network:osmocom:latest* sub-project.
72 1 laforge
73 3 laforge
It's possible to reproduce the latest builds locally using
74 1 laforge
<pre>
75
osc co
76
osc build
77
</pre>
78
79 3 laforge
To test local changes with one can create local packages the same way jenkins job above does:
80 1 laforge
<pre>
81
gbp buildpackage -S -uc -us --git-ignore-new --git-export-dir=/tmp
82
</pre>
83
and than repeat build steps outlined above for local build.
84
85
h2. E-Mail Notifications of build failures
86
87 2 laforge
Build failure notifications are sent to the "gerrit-log mailing list":https://lists.osmocom.org/mailman/listinfo/gerrit-log
88 24 laforge
89
h2. Mirrors
90
91
In case you have trouble reaching download.opensuse.org, you can try https://ftp.uni-stuttgart.de/opensuse/repositories/network:/osmocom:/ as a base URL.
92 25 laforge
93
h2. Historical Archives / Older Packages
94
95
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 *network: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)