Project

General

Profile

Latest Builds » History » Revision 26

Revision 25 (laforge, 04/22/2021 10:04 AM) → Revision 26/44 (laforge, 09/03/2021 03:55 PM)

{{>toc}} 

 h1. _Latest_ Builds 

 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.  

 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 

 * Debian 9 8 (i586, amd64, armv7l, aarch64) amd64) 
 * Debian 10 9 (i586, amd64, armv7l, aarch64) 
 * Debian 11 10 (i586, amd64, armv7l, aarch64) 
 * Debian testing (x86_64) 
 * Debian unstable (x86_64) 
 * Raspbian 9 (armv7l) 
 * Raspbian 10 (armv7l) 
 * xUbuntu 18.04 (i586, amd64) 
 * xUbuntu 19.04 (amd64) 
 * xUbuntu 20.10 19.10 (amd64) 
 * xUbuntu 21.04 20.10 (amd64) 

 The Osmocom jenkins will build source packages once a day and upload them to the Open(SUSE) Build Service (OBS).  

 The OBS page is at https://build.opensuse.org/project/show/network:osmocom:latest 

 A nice status overview on the builds is available at https://build.opensuse.org/project/monitor/network:osmocom:latest 

 h2. How to use the _osmocom:latest_ builds 

 The download repositories are at: 

 * Debian 
 ** https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_8.0/ 
 ** https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/ 
 ** https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_10/ 
 ** https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_11/ 
 ** https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_Testing/ 
 ** https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_Unstable/ 
 * Raspbian 
 ** https://download.opensuse.org/repositories/network:/osmocom:/latest/Raspbian_9.0/ 
 ** https://download.opensuse.org/repositories/network:/osmocom:/latest/Raspbian_10/ 
 * Ubuntu 
 ** https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_18.04/ 
 ** https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_19.04/ 
 ** https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_19.10/ 
 ** https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_20.04/ 
 ** https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_20.10/ 
 ** https://download.opensuse.org/repositories/network:/osmocom:/latest/xUbuntu_21.04/ 

 Adding the repository to your Debian 10 system: 
 <pre> 
 sudo su 
 wget https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_10/Release.key  
 sha256sum Release.key 
 => b5e2c1df9ff80bc73dd00a0c153ef308e7ec643ddb859e69789fcd4a9b1893d3 
 apt-key add Release.key 
 rm Release.key 
 echo "deb https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_10/ ./" > /etc/apt/sources.list.d/osmocom-latest.list 
 apt-get update 
 exit 
 </pre> 

 h2. How are those builds created? 

 See https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_latest/ for corresponding build job. 

 The script at http://git.osmocom.org/osmo-ci/tree/scripts/osmocom-latest-packages.sh is used to 
 * obtain a current clone of the respective git repository 
 * check out the latest version tag in that repository 
 * build debian source packages 
 * upload them to the OBS *network:osmocom:latest* sub-project. 

 It's possible to reproduce the latest builds locally using 
 <pre> 
 osc co 
 osc build 
 </pre> 

 To test local changes with one can create local packages the same way jenkins job above does: 
 <pre> 
 gbp buildpackage -S -uc -us --git-ignore-new --git-export-dir=/tmp 
 </pre> 
 and than repeat build steps outlined above for local build. 

 h2. E-Mail Notifications of build failures 

 Build failure notifications are sent to the "gerrit-log mailing list":https://lists.osmocom.org/mailman/listinfo/gerrit-log 

 h2. Mirrors 

 In case you have trouble reaching download.opensuse.org, you can try https://ftp.uni-stuttgart.de/opensuse/repositories/network:/osmocom:/ as a base URL. 

 h2. Historical Archives / Older Packages 

 If you are interested in a historical archive of previous / older packages, you can find it at https://downloads.osmocom.org/obs-mirror/ - it contains a daily mirror of the entire *network:osmocom:* OBS hierarchy, including the *latest* builds.    The full URL e.g. for Raspbian 10 of April 22nd, 2021 would be https://downloads.osmocom.org/obs-mirror/20210422-002301/latest/Raspbian_10/
Add picture from clipboard (Maximum size: 48.8 MB)