summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLászló Németh <laszlo.nemeth@collabora.com>2016-12-19 16:48:19 +0100
committerLászló Németh <laszlo.nemeth@collabora.com>2016-12-19 16:48:19 +0100
commitd2fd633f35ad70ab8adcd8a0b54d2e991a56e475 (patch)
tree7ff4a6dae79da7845ba466f6b6957bf76231c08a /bin
parent96e38033680d49175cec68f7d7a3a1607dd85fef (diff)
pack-debug: update download tar.gz (only rpm)
Change-Id: I150497eb1575a64bc2f6b2ea03a282d5a95ba200
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pack-debug7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/pack-debug b/bin/pack-debug
index b34e5b631747..f1c5282455a0 100755
--- a/bin/pack-debug
+++ b/bin/pack-debug
@@ -165,6 +165,13 @@ done
echo Place of the debug and stripped rpm packages:
echo $topdir/RPMS/RPMS/
+
+echo Update download tar.gz
+mv $topdir/RPMS/RPMS/*/*.rpm $rpmdir/RPMS/
+cd $rpmdir/..
+TARGET_RPM=$(ls *_download/*.tar.gz)
+tar cv *_rpm | gzip >$TARGET_RPM
+cd -
}
#################################