From d8084ff5145d9ace20b9130424557955d2c02449 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 6 Aug 2018 13:31:06 +0200 Subject: 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 --- scripts/osmocom-latest-packages.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3