fixed upload_ppa script
This commit is contained in:
parent
e09ad373b3
commit
996597dcb1
|
@ -1,6 +1,6 @@
|
|||
solaar (0.8.9.2-3) UNRELEASED; urgency=low
|
||||
solaar (0.8.9.2-4) UNRELEASED; urgency=low
|
||||
|
||||
* Debian packaging scripts, supports ubuntu ppa as well.
|
||||
|
||||
-- Daniel Pavel <daniel.pavel@gmail.com> Thu, 06 Jun 2013 10:51:10 +0200
|
||||
-- Daniel Pavel <daniel.pavel@gmail.com> Thu, 06 Jun 2013 12:21:55 +0200
|
||||
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
cd "$(dirname "$0")"/..
|
||||
pwd
|
||||
|
||||
./build_ppa.sh -S
|
||||
./packaging/build_ppa.sh -S
|
||||
|
||||
cd ./dist/ubuntu/
|
||||
dput solaar-snapshots-ppa solaar_*_source.changes
|
||||
|
|
Loading…
Reference in New Issue