Change in osmo-ci[master]: osmocom-latest-packages: Add .tar.xz for new packages

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Aug 6 11:32:20 UTC 2018


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 <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180806/91a50810/attachment.htm>


More information about the gerrit-log mailing list