summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLászló Németh <laszlo.nemeth@collabora.com>2016-12-19 21:40:10 +0100
committerLászló Németh <laszlo.nemeth@collabora.com>2016-12-19 21:40:50 +0100
commit345fa14e85e6e36ad0280f4e549c70f6b9af1a18 (patch)
tree3e7c73e56be668bd76dce804b209c4b0f55503cf
parentd8b22b3e6c1247b344c8cf446815f237e1d3ecd2 (diff)
pack-debug: update DEB download tar.gzcp-5.1-15
Change-Id: Iff9b6e08c690ae6b5bc03f1a9fb3bc27d6744db7
-rwxr-xr-xbin/pack-debug14
1 files changed, 9 insertions, 5 deletions
diff --git a/bin/pack-debug b/bin/pack-debug
index f1c5282455a0..832afe8cf21c 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