Project

General

Profile

Latest Builds » History » Version 8

pespin, 03/29/2018 02:37 PM

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