Project

General

Profile

Nightly Builds » History » Version 10

msuraev, 01/26/2017 03:49 PM

1 8 laforge
{{>toc}}
2
3 1 laforge
h1. Nightly Builds
4
5 9 msuraev
sysmocom has setup nightly Debian source package builds for Osmocom GSM related software. Starting from March 18, 2016, there are daily builds for Debian7.0 (i586, amd64) and Debian8.0 (amd64). The Osmocom jenkins will build source packages once a day and upload them to the Open(SUSE) Build Service (OBS). See https://jenkins.osmocom.org/jenkins/job/Osmocom_nightly_packages/ for corresponding build job.
6 1 laforge
7 3 dexter
The nice people of SuSE have created the "network:osmocom" project for us and we have created the "network:osmocom:nightly" sub-project. The Jenkins will upload source packages for:
8 1 laforge
* libosmocore
9
* libosmo-abis
10
* libosmo-netif
11
* libosmo-sccp
12
* libsmpp34
13
* openbsc
14
* openggsn
15
* osmo-pcap
16
* osmo-stp (cellmgr-ng)
17
* osmo-bts
18
* osmo-trx
19
* osmo-pcu
20
* osmo-sip-connector
21
22
The OBS page is at https://build.opensuse.org/project/show/network:osmocom:nightly
23
24 10 msuraev
It's possible to reproduce the nightly builds locally using
25
<pre>
26
osc co
27
osc build
28
</pre>
29 1 laforge
30 10 msuraev
To test local changes with nightly infrastructure one can create local packages the same way jenkins job above does:
31
<pre>
32
gbp buildpackage -S -uc -us --git-ignore-new --git-export-dir=/tmp
33
</pre>
34
and than repeat build steps outlined above for local build.
35 1 laforge
36
The Debian 7.0 repository is at http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_7.0
37
38
The Debian 8.0 repository is at http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/
39
40
41
Adding the repository to your system Debian 7.0
42
<pre>
43 5 dexter
sudo su
44 1 laforge
wget http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_7.0/Release.key 
45
sha256sum Release.key
46
=> 487d3c309facae16e83b3863bc042033fd02c41eb7183ced196d83225abb5729
47 2 wirelesss
apt-key add Release.key
48 1 laforge
echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_7.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list 
49 4 dexter
apt-get update
50 6 dexter
exit
51 1 laforge
</pre>
52
53
Adding the repository to your system Debian 8.0
54
<pre>
55 5 dexter
sudo su
56 1 laforge
wget http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/Release.key 
57
sha256sum Release.key
58
=> 487d3c309facae16e83b3863bc042033fd02c41eb7183ced196d83225abb5729
59 2 wirelesss
apt-key add Release.key
60 1 laforge
echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list
61 4 dexter
apt-get update
62 6 dexter
exit
63 1 laforge
</pre>
64 8 laforge
65
h2. E-Mail Notifications of build failures
66
67
There seems to be no easy way in OBS to register an e-mail address (such as a mailing list) that gets notified in case of build errors.  What we ended up doing is to
68
* register an OBS user account "openbsc-list" with e-mail address of the openbsc mailing list
69
* include that account with a 'reader' role in the OBS "openbsc:nightly" project
70
* set the OBS user notification preferences of that "openbsc-list" user to include "Package has failed to build" for "reader role.
Add picture from clipboard (Maximum size: 48.8 MB)