Project

General

Profile

Nightly Builds » History » Version 21

laforge, 04/28/2018 12:47 PM

1 8 laforge
{{>toc}}
2
3 16 laforge
h1. _Nightly_ Builds
4 1 laforge
5 17 laforge
sysmocom has setup nightly Debian/Ubuntu source package builds for the current master version of the Osmocom GSM related software. 
6
7
*NOTE: USE NIGHTLY BUILDS ONLY FOR DEVELOPMENT/TESTING*.  The [[Latest_Builds]] are a more stable alternative.
8
9
Starting from March 18, 2016, there are daily builds for
10 1 laforge
11 11 neels
* Debian 8 (i586, amd64)
12 18 laforge
* Debian 9 (i586, amd64, armv7l, aarch64)
13 11 neels
* xUbuntu 16.04 (i586, amd64)
14 1 laforge
* xUbuntu 16.10 (i586, amd64)
15
* xUbuntu 17.04 (i586, amd64)
16 16 laforge
* xUbuntu 17.10 (amd64)
17 1 laforge
18 16 laforge
The Osmocom jenkins will build source packages once a day and upload them to the Open(SUSE) Build Service (OBS). 
19 14 neels
20 1 laforge
The OBS page is at https://build.opensuse.org/project/show/network:osmocom:nightly
21
22 16 laforge
A nice status overview on the builds is available at https://build.opensuse.org/project/monitor/network:osmocom:nightly
23 1 laforge
24 16 laforge
h2. How to use the _osmocom:nightly_ builds
25 1 laforge
26
The download repositories are at:
27
28
* http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/
29
* http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0/
30
* http://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_16.04/
31
* http://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_16.10/
32
* http://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_17.04/
33 16 laforge
* http://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_17.10/
34 21 laforge
* http://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_18.04/
35 1 laforge
36
Adding the repository to your Debian 8 system:
37
<pre>
38 10 msuraev
sudo su
39
wget http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/Release.key 
40
sha256sum Release.key
41 19 daniel
=> cbb03d32d144d45ba654ff9ed16361218d224a1bdffbdf2832c48e796b955aa8
42 10 msuraev
apt-key add Release.key
43 20 pespin
rm Release.key
44 1 laforge
echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list
45 11 neels
apt-get update
46 1 laforge
exit
47 11 neels
</pre>
48 12 laforge
49 16 laforge
h2. How are those builds created?
50 11 neels
51 16 laforge
See https://jenkins.osmocom.org/jenkins/job/Osmocom_nightly_packages/ for corresponding build job.
52 1 laforge
53 16 laforge
The script at http://git.osmocom.org/osmo-ci/tree/scripts/osmocom-nightly-packages.sh is used to
54
* obtain a current clone of the respective git repository
55
* check out the current master in that repository
56
* build debian source packages
57
* upload them to the OBS *network:osmocom:nightlyt* sub-project.
58
59
It's possible to reproduce the nightly builds locally using
60
<pre>
61
osc co
62
osc build
63
</pre>
64
65
To test local changes with one can create local packages the same way jenkins job above does:
66
<pre>
67
gbp buildpackage -S -uc -us --git-ignore-new --git-export-dir=/tmp
68
</pre>
69
and than repeat build steps outlined above for local build.
70
71
h2. E-Mail Notifications of build failures
72
73
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)