bin/pack-debug |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit d2fd633f35ad70ab8adcd8a0b54d2e991a56e475
Author: László Németh <[email protected]>
Date:   Mon Dec 19 16:48:19 2016 +0100

    pack-debug: update download tar.gz (only rpm)
    
    Change-Id: I150497eb1575a64bc2f6b2ea03a282d5a95ba200

diff --git a/bin/pack-debug b/bin/pack-debug
index b34e5b6..f1c5282 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 -
 }
 
 #################################
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to