aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/osmocom-latest-packages.sh
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-22 10:38:50 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-22 11:36:58 +0200
commiteb33aa7f63544c68421558373dcce787a714c33a (patch)
treea7bc71d3fd863a9d21cd3a36f819fae3dbf54667 /scripts/osmocom-latest-packages.sh
parenta36c355462fa1e987ac7dc338da5b839158171bb (diff)
OBS: add --noservice to osc ci command
Prevent the following error: ERROR: please install obs-service-format_spec_file or use the --noservice option Build step 'Execute shell' marked build as failure Related: https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_latest/976/console Change-Id: Ib2fbaace47b3c12462860419f19b01a5b4d192e8
Diffstat (limited to 'scripts/osmocom-latest-packages.sh')
-rwxr-xr-xscripts/osmocom-latest-packages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/osmocom-latest-packages.sh b/scripts/osmocom-latest-packages.sh
index ddf5359..5e35659 100755
--- a/scripts/osmocom-latest-packages.sh
+++ b/scripts/osmocom-latest-packages.sh
@@ -207,7 +207,7 @@ build_osmocom() {
#build osmo-uecups
cd "$TOP/$PROJ"
- osc ci -m "Latest Tagged versions of $DT"
+ osc ci -m "Latest Tagged versions of $DT" --noservice
}
build_osmocom