mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-30 03:30:52 +08:00
Fixed dput path to enable launchpad releases.
This commit is contained in:
parent
ea05cf465b
commit
384e90dc56
2 changed files with 3 additions and 2 deletions
2
dist/ubuntu-make-all-distros.sh
vendored
2
dist/ubuntu-make-all-distros.sh
vendored
|
@ -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
|
||||
|
|
3
dist/ubuntu-make-distro.sh
vendored
3
dist/ubuntu-make-distro.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue