Update confs to use git

This commit is contained in:
Raúl Porcel 2012-02-09 15:58:30 +00:00
parent 555c5d25f6
commit 8e2a4cec66
6 changed files with 33 additions and 25 deletions

View file

@ -1,9 +1,9 @@
# This is the config file for the catalyst-auto script. It should be pretty
# self-explanatory.
SVNDIR=/home/armin76/releng
GITDIR=/home/armin76/releng
SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/hppa
SPECS_DIR=${GITDIR}/releases/weekly/specs/hppa
SETS="hppa1_1 hppa2_0"
@ -20,7 +20,8 @@ EMAIL_SUBJECT_PREPEND="[hppa-auto]"
CATALYST_CONFIG=/etc/catalyst/catalyst.conf
pre_build() {
svn up ${SVNDIR}
cd ${GITDIR}
git pull
}
post_build() {