aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-08-06 13:31:06 +0200
committerHarald Welte <laforge@gnumonks.org>2018-08-06 13:31:06 +0200
commitd8084ff5145d9ace20b9130424557955d2c02449 (patch)
treebfde245b583ed77bdcd71def56d9dbd40e83cccf
parentaef62b0c77a00e5cbb960fd4eb61c8e47db50d0b (diff)
osmocom-latest-packages: Add .tar.xz for new packages
If a new package is uploaded to OBS, prior to this change, only the .dsc file is uploaded, not the actual .tar.xz containing the source code. Let's fix that. Change-Id: Id1c9e6d112781004238a516b24dd446af0beb95a
-rwxr-xr-xscripts/osmocom-latest-packages.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/osmocom-latest-packages.sh b/scripts/osmocom-latest-packages.sh
index 3d4f340..1d122aa 100755
--- a/scripts/osmocom-latest-packages.sh
+++ b/scripts/osmocom-latest-packages.sh
@@ -43,6 +43,7 @@ build() {
# creating a new package is different from using old ones
mkdir "$TOP/$PROJ/$1"
mv "$output/"*.dsc "$TOP/$PROJ/$1/"
+ mv "$output/"*.tar* "$TOP/$PROJ/$1/"
cd "$TOP/$PROJ"
osc add "$1"
else