summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdankov <mdankov@users.noreply.github.com>2016-02-03 20:15:09 +0300
committermdankov <mdankov@users.noreply.github.com>2016-02-03 20:15:09 +0300
commitf6a5a1df39c1ec640577df72b4564a6bd71a2c59 (patch)
tree27e79f616fac96cf23362b5605e3126f5a74e64a
parentc6672d7b9526585d4179843ba339bb4f4cb7682c (diff)
downloadnavit-maemo-cmake.tar.gz
catch the proper tarballmaemo-cmake
Artifacts on circleci have a different source tarball than is specified in dsc. Why the hell?
-rw-r--r--ci/build_maemo.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/ci/build_maemo.sh b/ci/build_maemo.sh
index 26ccbda13..2332cfb03 100644
--- a/ci/build_maemo.sh
+++ b/ci/build_maemo.sh
@@ -31,4 +31,7 @@ dch -v 0.5.0+dfsg.1-1maemo1-$NAVIT_VERSION New upstream snapshot $NAVIT_VERSION
dpkg-buildpackage -S -uc -us || exit 1
cp $BUILD_PATH/*.tar.gz $BUILD_PATH/*.dsc $BUILD_PATH/*.changes $CIRCLE_ARTIFACTS/maemo/ || exit 1
-
+tar czf $CIRCLE_ARTIFACTS/maemo/source-bundle.tgz $BUILD_PATH/*.tar.gz $BUILD_PATH/*.dsc $BUILD_PATH/*.changes || exit 1
+ls -l $BUILD_PATH/*.tar.gz
+md5sum $BUILD_PATH/*.tar.gz
+grep gz $BUILD_PATH/*.dsc