From 0aa0ba0c55a0a882f38c908ed01fc26568a1fa1d Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 1 Jul 2019 10:40:47 +0200 Subject: osmocom-list-commits: move repo list to common.sh Prepare for new script, which will use the same list of repositories. Related: OS#3870 Change-Id: I954b1d5229c44ebcec7e7228f2565a5c6755d16c --- scripts/common.sh | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'scripts/common.sh') diff --git a/scripts/common.sh b/scripts/common.sh index 30ab53f..2cf31a5 100644 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -2,6 +2,31 @@ # Various functions and variables used in multiple osmo-ci shell scripts OSMO_GIT_URL="https://git.osmocom.org" +# Osmocom repositories of which we want to build release tarballs automatically, and list the current versions at +# https://jenkins.osmocom.org/jenkins/job/Osmocom-list-commits/lastSuccessfulBuild/artifact/commits.txt +OSMO_RELEASE_REPOS=" + libasn1c + libosmo-abis + libosmocore + libosmo-netif + libosmo-sccp + libsmpp34 + libusrp + osmo-bsc + osmo-bts + osmo-ggsn + osmo-hlr + osmo-iuh + osmo-mgw + osmo-msc + osmo-pcu + osmo-sgsn + osmo-sip-connector + osmo-sysmon + osmo-trx + osmocom-bb +" + # Print commit of HEAD for an Osmocom git repository, e.g.: # "f90496f577e78944ce8db1aa5b900477c1e479b0" # $1: repository -- cgit v1.2.3