From 384e90dc5620a53010dda454f1c10ba7a83f7dbb Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Thu, 8 Jan 2015 12:39:19 +0100 Subject: [PATCH] Fixed dput path to enable launchpad releases. --- dist/ubuntu-make-all-distros.sh | 2 +- dist/ubuntu-make-distro.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/ubuntu-make-all-distros.sh b/dist/ubuntu-make-all-distros.sh index 4a56ee3..b0af814 100755 --- a/dist/ubuntu-make-all-distros.sh +++ b/dist/ubuntu-make-all-distros.sh @@ -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 diff --git a/dist/ubuntu-make-distro.sh b/dist/ubuntu-make-distro.sh index 4592844..9797928 100755 --- a/dist/ubuntu-make-distro.sh +++ b/dist/ubuntu-make-distro.sh @@ -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