Skip to content

Commit

Permalink
activated debug mode for dput
Browse files Browse the repository at this point in the history
  • Loading branch information
gornostal committed Apr 3, 2018
1 parent 7e97f98 commit 6e12ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-utils/build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set -ex
buildUtils=`dirname $0`
buildUtils=`realpath $buildUtils`

bash "$buildUtils/build-preferences.sh"
# bash "$buildUtils/build-preferences.sh"

name="ulauncher"
tmpdir="/tmp"
Expand Down Expand Up @@ -90,7 +90,7 @@ elif [ "$2" = "--upload" ]; then

# build and upload
dpkg-buildpackage -tc -S -sa -k$GPGKEY
dput ppa:$PPA /tmp/*.changes
dput -d ppa:$PPA /tmp/*.changes
else
echo
echo "ERROR: Invalid arguments supplied"
Expand Down

0 comments on commit 6e12ec8

Please sign in to comment.