Skip to content

Commit

Permalink
Fix PPA upload
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Caelers <[email protected]>
  • Loading branch information
rcaelers committed Sep 30, 2018
1 parent a3d82d8 commit 5602537
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build/travis/ppa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,16 @@ do

debuild -p"gpg --passphrase-file /tmp/secrets/priv-key --batch --no-tty --yes --pinentry-mode loopback" -d -S -sa -k9D5F98D3149A28DB -j8 --lintian-opts --suppress-tags bad-distribution-in-changes-file

ls -laR $BUILD_DIR/$series

if [[ -z "$TRAVIS_TAG" ]]; then
echo "No tag build."
if [[ $series == "bionic" ]]; then
dpkg-buildpackage -rfakeroot -us -uc
fi
else
echo "Tag build : $TRAVIS_TAG"
cd "$BUILD_DIR"
cd "$BUILD_DIR/$series"
dput ppa:rob-caelers/workrave workrave_*_source.changes
fi
done
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl

m4_define([workrave_major_version], [1])
m4_define([workrave_minor_version], [10])
m4_define([workrave_micro_version], [22])
m4_define([workrave_micro_version], [23])
m4_define([workrave_version_suffix], [0])
m4_define([workrave_version],
[workrave_major_version.workrave_minor_version.workrave_micro_version])
Expand Down

0 comments on commit 5602537

Please sign in to comment.