Project

General

Profile

Nightly Builds » History » Version 2

wirelesss, 10/10/2016 01:35 PM

1 1 laforge
h1. NightlyBuilds
2
3
4
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).
5
6
The nice people of SuSE have created the "network:osmocom" project for us and I have created the "network:osmocom:nightly" sub-project. The Jenkins will upload source packages for:
7
* libosmocore
8
* libosmo-abis
9
* libosmo-netif
10
* libosmo-sccp
11
* libsmpp34
12
* openbsc
13
* openggsn
14
* osmo-pcap
15
* osmo-stp (cellmgr-ng)
16
* osmo-bts
17
* osmo-trx
18
* osmo-pcu
19
* osmo-sip-connector
20
21
The OBS page is at https://build.opensuse.org/project/show/network:osmocom:nightly
22
23
24
25
The Debian 7.0 repository is at http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_7.0
26
27
The Debian 8.0 repository is at http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/
28
29
30
Adding the repository to your system Debian 7.0
31
<pre>
32
wget http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_7.0/Release.key 
33
sha256sum Release.key
34
=> 487d3c309facae16e83b3863bc042033fd02c41eb7183ced196d83225abb5729
35 2 wirelesss
apt-key add Release.key
36 1 laforge
echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_7.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list 
37
</pre>
38
39
Adding the repository to your system Debian 8.0
40
<pre>
41
wget http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/Release.key 
42
sha256sum Release.key
43
=> 487d3c309facae16e83b3863bc042033fd02c41eb7183ced196d83225abb5729
44 2 wirelesss
apt-key add Release.key
45 1 laforge
echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list
46
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)