[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - bin/pack-debug

László Németh laszlo.nemeth at collabora.com
Mon Dec 19 15:50:58 UTC 2016


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

New commits:
commit d2fd633f35ad70ab8adcd8a0b54d2e991a56e475
Author: László Németh <laszlo.nemeth at collabora.com>
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 -
 }
 
 #################################


More information about the Libreoffice-commits mailing list