mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-21 22:04:56 -06:00
.uppbox: lpbuild2 settings
git-svn-id: svn://ultimatepp.org/upp/trunk@4599 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d34a194cc9
commit
683f20b60b
2 changed files with 3 additions and 5 deletions
|
|
@ -19,6 +19,4 @@ bash ~/Scripts/src
|
|||
|
||||
chmod a=rw ~/upload/*
|
||||
|
||||
export SRCDIR=/home/upp/upload
|
||||
|
||||
bash ~/upp.src/lpbuild2/lpbuild.sh
|
||||
bash ~/upp.src/lpbuild2/lpbuild.sh ~/upp.src/lpbuild2/nightly.cfg
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# General settings
|
||||
##################
|
||||
# source tarball
|
||||
SRC="$(ls ~/upp.tmp/u/upp-x11-src-*.tar.gz | tail -n 1)"
|
||||
SRC="$(ls /home/upp/upload/upp-x11-src-*.tar.gz | tail -n 1)"
|
||||
# what program to use for signing (here a wrapper that supplies passphrase)
|
||||
GPG_PROG="/home/upp/bin/gpg-extpass"
|
||||
# gpg key fingerprint to use
|
||||
|
|
@ -25,7 +25,7 @@ LP_DISTS="karmic lucid maverick natty oneiric"
|
|||
# path for temporary files
|
||||
LP_TMP="~/lpbuild.tmp"
|
||||
# options to pass to dput
|
||||
DPUT_OPTS="-c "$RES_DIR/dput.cfg""
|
||||
DPUT_OPTS="-c $RES_DIR/dput.cfg"
|
||||
|
||||
# Local build specific settings
|
||||
###############################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue