bin/pack-debug | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-)
New commits: commit 345fa14e85e6e36ad0280f4e549c70f6b9af1a18 Author: László Németh <[email protected]> Date: Mon Dec 19 21:40:10 2016 +0100 pack-debug: update DEB download tar.gz Change-Id: Iff9b6e08c690ae6b5bc03f1a9fb3bc27d6744db7 diff --git a/bin/pack-debug b/bin/pack-debug index f1c5282..832afe8 100755 --- a/bin/pack-debug +++ b/bin/pack-debug @@ -163,10 +163,8 @@ do fi done -echo Place of the debug and stripped rpm packages: -echo $topdir/RPMS/RPMS/ +echo Update RPM download tar.gz -echo Update download tar.gz mv $topdir/RPMS/RPMS/*/*.rpm $rpmdir/RPMS/ cd $rpmdir/.. TARGET_RPM=$(ls *_download/*.tar.gz) @@ -298,8 +296,14 @@ do fi done -echo Place of the debug and stripped deb packages: -echo $BUILD_PATH/DEBS +echo Update DEB download tar.gz + +debdir=$(ls -d $BUILD_PATH/workdir/installation/CollaboraOffice/deb/install/*_deb) +mv $BUILD_PATH/DEBS/*.deb $debdir/DEBS/ +cd $debdir/.. +TARGET_DEB=$(ls *_download/*.tar.gz) +tar cv *_deb | gzip >$TARGET_DEB +cd - } # start deb re-build
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
