Project

General

Profile

Latest Builds » History » Version 22

laforge, 07/30/2020 08:58 AM
add ubuntu 20.04 builds

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 8 (i586, amd64)
10 6 laforge
* Debian 9 (i586, amd64, armv7l, aarch64)
11 16 laforge
* Debian 10 (i586, amd64, armv7l, aarch64)
12 13 laforge
* Debian testing (x86_64)
13
* Debian unstable (x86_64)
14 11 laforge
* Raspbian 9 (armv7l)
15 16 laforge
* Raspbian 10 (armv7l)
16 1 laforge
* xUbuntu 16.04 (i586, amd64)
17 13 laforge
* xUbuntu 18.04 (i586, amd64)
18
* xUbuntu 18.10 (i586, amd64)
19 20 laforge
* xUbuntu 19.04 (amd64)
20
* xUbuntu 19.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
32 20 laforge
* https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_8.0/
33
* https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/
34
* https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_10/
35
* https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_Testing/
36
* https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_Unstable/
37
* https://download.opensuse.org/repositories/network:/osmocom:/latest/Raspbian_9.0/
38
* https://download.opensuse.org/repositories/network:/osmocom:/latest/Raspbian_10/
39
* https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_16.04/
40
* https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_18.04/
41
* https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_18.10/
42
* https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_19.04/
43 22 laforge
* https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_19.10/
44
* https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_20.04/
45 14 laforge
46 20 laforge
47 18 tsaitgaist
Adding the repository to your Debian 10 system:
48 1 laforge
<pre>
49
sudo su
50 20 laforge
wget https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_10/Release.key 
51 7 daniel
sha256sum Release.key
52 21 roox
=> b5e2c1df9ff80bc73dd00a0c153ef308e7ec643ddb859e69789fcd4a9b1893d3
53 1 laforge
apt-key add Release.key
54 5 pespin
rm Release.key
55 20 laforge
echo "deb https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_10/ ./" > /etc/apt/sources.list.d/osmocom-latest.list
56 1 laforge
apt-get update
57
exit
58
</pre>
59
60
h2. How are those builds created?
61
62 4 laforge
See https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_latest/ for corresponding build job.
63 1 laforge
64 2 laforge
The script at http://git.osmocom.org/osmo-ci/tree/scripts/osmocom-latest-packages.sh is used to
65
* obtain a current clone of the respective git repository
66
* check out the latest version tag in that repository
67
* build debian source packages
68
* upload them to the OBS *network:osmocom:latest* sub-project.
69 1 laforge
70 3 laforge
It's possible to reproduce the latest builds locally using
71 1 laforge
<pre>
72
osc co
73
osc build
74
</pre>
75
76 3 laforge
To test local changes with one can create local packages the same way jenkins job above does:
77 1 laforge
<pre>
78
gbp buildpackage -S -uc -us --git-ignore-new --git-export-dir=/tmp
79
</pre>
80
and than repeat build steps outlined above for local build.
81
82
h2. E-Mail Notifications of build failures
83
84 2 laforge
Build failure notifications are sent to the "gerrit-log mailing list":https://lists.osmocom.org/mailman/listinfo/gerrit-log
Add picture from clipboard (Maximum size: 48.8 MB)