Harald Welte has uploaded this change for review. ( 
https://gerrit.osmocom.org/10354


Change subject: osmocom-latest-packages: Add .tar.xz for new packages
......................................................................

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
---
M scripts/osmocom-latest-packages.sh
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/54/10354/1

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 @@
     # 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

--
To view, visit https://gerrit.osmocom.org/10354
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id1c9e6d112781004238a516b24dd446af0beb95a
Gerrit-Change-Number: 10354
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <lafo...@gnumonks.org>

Reply via email to