Fixed dput path to enable launchpad releases.

This commit is contained in:
Martin Dvorak 2015-01-08 12:39:19 +01:00
parent ea05cf465b
commit 384e90dc56
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
export HHBZRMSG="Enter first item auto-select, Vim keybinding, doc improvements."
export VERSION=1.15.
export MINOR=1
export MINOR=3
# precise quantal saucy / precise trusty utopic
for DISTRO in trusty utopic

View file

@ -125,6 +125,7 @@ echo "Before bzr push: " `pwd`
bzr push lp:~ultradvorka/+junk/hh-package
cd ..
echo "Before dput push: " `pwd`
dput ppa:ultradvorka ${HHRELEASE}_source.changes
# recently added /ppa to fix the path and package rejections
dput ppa:ultradvorka/ppa ${HHRELEASE}_source.changes
# eof