aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2012-02-09 15:58:30 +0000
committerRaúl Porcel <armin76@gentoo.org>2012-02-09 15:58:30 +0000
commit8e2a4cec660094a2ae2682fad3658ea5a7456983 (patch)
tree82b2ba548019102c5cbe21f45bd9cc794c5fcb3d /tools/catalyst-auto-ia64.conf
parentgcc-4.5 is stable now (diff)
downloadreleng-8e2a4cec660094a2ae2682fad3658ea5a7456983.tar.gz
releng-8e2a4cec660094a2ae2682fad3658ea5a7456983.tar.bz2
releng-8e2a4cec660094a2ae2682fad3658ea5a7456983.zip
Update confs to use git
Diffstat (limited to 'tools/catalyst-auto-ia64.conf')
-rw-r--r--tools/catalyst-auto-ia64.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf
index db9ec23b..46eae3dd 100644
--- a/tools/catalyst-auto-ia64.conf
+++ b/tools/catalyst-auto-ia64.conf
@@ -1,9 +1,9 @@
# This is the config file for the catalyst-auto script. It should be pretty
# self-explanatory.
-SVNDIR=/root/releng
+GITDIR=/root/releng
-SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/ia64
+SPECS_DIR=${GITDIR}/releases/weekly/specs/ia64
SPECS="stage1.spec stage2.spec stage3.spec"
#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
@@ -12,7 +12,7 @@ SPECS="stage1.spec stage2.spec stage3.spec"
OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
-KCONFIG_DIR=${SVNDIR}/trunk/releases/weekly/kconfig/ia64
+KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/ia64
EMAIL_TO=releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org
EMAIL_FROM=catalyst@dolphin.ia64.dev.gentoo.org
@@ -21,7 +21,8 @@ EMAIL_SUBJECT_PREPEND="[ia64-auto]"
CATALYST_CONFIG=/etc/catalyst/catalyst.conf
pre_build() {
- svn up ${SVNDIR}
+ cd ${GITDIR}
+ git pull
}
post_build() {