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 # This is the config file for the catalyst-auto script. It should be pretty
# self-explanatory. # self-explanatory.
SVNDIR=/home/armin76/releng GITDIR=/home/armin76/releng
SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/alpha SPECS_DIR=${GITDIR}/releases/weekly/specs/alpha
SPECS="stage1.spec stage2.spec stage3.spec" SPECS="stage1.spec stage2.spec stage3.spec"
#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.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" OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
KCONFIG_DIR=${SVNDIR}/trunk/releases/weekly/kconfig/alpha KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/alpha
EMAIL_TO=releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org EMAIL_TO=releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org
#EMAIL_FROM=catalyst@monolith.alpha.dev.gentoo.org #EMAIL_FROM=catalyst@monolith.alpha.dev.gentoo.org
@ -22,7 +22,8 @@ EMAIL_SUBJECT_PREPEND="[alpha-auto]"
CATALYST_CONFIG=/etc/catalyst/catalyst.conf CATALYST_CONFIG=/etc/catalyst/catalyst.conf
pre_build() { pre_build() {
svn up ${SVNDIR} cd ${GITDIR}
git pull
} }
post_build() { post_build() {

View file

@ -1,9 +1,9 @@
# This is the config file for the catalyst-auto script. It should be pretty # This is the config file for the catalyst-auto script. It should be pretty
# self-explanatory. # 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" SETS="hppa1_1 hppa2_0"
@ -20,7 +20,8 @@ EMAIL_SUBJECT_PREPEND="[hppa-auto]"
CATALYST_CONFIG=/etc/catalyst/catalyst.conf CATALYST_CONFIG=/etc/catalyst/catalyst.conf
pre_build() { pre_build() {
svn up ${SVNDIR} cd ${GITDIR}
git pull
} }
post_build() { post_build() {

View file

@ -1,9 +1,9 @@
# This is the config file for the catalyst-auto script. It should be pretty # This is the config file for the catalyst-auto script. It should be pretty
# self-explanatory. # 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="stage1.spec stage2.spec stage3.spec"
#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.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" 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_TO=releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org
EMAIL_FROM=catalyst@dolphin.ia64.dev.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 CATALYST_CONFIG=/etc/catalyst/catalyst.conf
pre_build() { pre_build() {
svn up ${SVNDIR} cd ${GITDIR}
git pull
} }
post_build() { post_build() {

View file

@ -1,9 +1,9 @@
# This is the config file for the catalyst-auto script. It should be pretty # This is the config file for the catalyst-auto script. It should be pretty
# self-explanatory. # self-explanatory.
SVNDIR=/home/armin76/releng GITDIR=/home/armin76/releng
SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/ppc/ppc32 SPECS_DIR=${GITDIR}/releases/weekly/specs/ppc/ppc32
SPECS="stage1.spec stage2.spec stage3.spec" SPECS="stage1.spec stage2.spec stage3.spec"
#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec" #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
@ -12,16 +12,17 @@ SPECS="stage1.spec stage2.spec stage3.spec"
#OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" #OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
KCONFIG_DIR=${SVNDIR}/trunk/releases/weekly/kconfig/powerpc KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/powerpc
EMAIL_TO=releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org EMAIL_TO=releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org
EMAIL_FROM=catalyst@rooster.ppc64.dev.gentoo.org EMAIL_FROM=catalyst@timberdoodle.ppc64.dev.gentoo.org
EMAIL_SUBJECT_PREPEND="[ppc-auto]" EMAIL_SUBJECT_PREPEND="[ppc-auto]"
CATALYST_CONFIG=/etc/catalyst/catalyst.conf CATALYST_CONFIG=/etc/catalyst/catalyst.conf
pre_build() { pre_build() {
svn up ${SVNDIR} cd ${GITDIR}
git pull
} }
post_build() { post_build() {

View file

@ -1,9 +1,9 @@
# This is the config file for the catalyst-auto script. It should be pretty # This is the config file for the catalyst-auto script. It should be pretty
# self-explanatory. # self-explanatory.
SVNDIR=/home/armin76/releng GITDIR=/home/armin76/releng
SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/ppc/ppc64 SPECS_DIR=${GITDIR}/releases/weekly/specs/ppc/ppc64
SPECS="stage1-32ul.spec stage2-32ul.spec stage3-32ul.spec stage1-64ul.spec stage2-64ul.spec stage3-64ul.spec" SPECS="stage1-32ul.spec stage2-32ul.spec stage3-32ul.spec stage1-64ul.spec stage2-64ul.spec stage3-64ul.spec"
@ -13,16 +13,17 @@ SPECS="stage1-32ul.spec stage2-32ul.spec stage3-32ul.spec stage1-64ul.spec stage
OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
KCONFIG_DIR=${SVNDIR}/trunk/releases/weekly/kconfig/powerpc KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/powerpc
EMAIL_TO=releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org EMAIL_TO=releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org
EMAIL_FROM=catalyst@rooster.ppc64.dev.gentoo.org EMAIL_FROM=catalyst@timberdoodle.ppc64.dev.gentoo.org
EMAIL_SUBJECT_PREPEND="[ppc64-auto]" EMAIL_SUBJECT_PREPEND="[ppc64-auto]"
CATALYST_CONFIG=/etc/catalyst/catalyst.conf CATALYST_CONFIG=/etc/catalyst/catalyst.conf
pre_build() { pre_build() {
svn up ${SVNDIR} cd ${GITDIR}
git pull
} }
post_build() { post_build() {

View file

@ -1,7 +1,9 @@
# This is the config file for the catalyst-auto script. It should be pretty # This is the config file for the catalyst-auto script. It should be pretty
# self-explanatory. # self-explanatory.
SPECS_DIR=/root/releng/svn-releng/trunk/releases/weekly/specs/sparc/sparc64 GITDIR=/root/releng/
SPECS_DIR=${GITDIR}/releases/weekly/specs/sparc/sparc64
SPECS="stage1.spec stage2.spec stage3.spec" SPECS="stage1.spec stage2.spec stage3.spec"
#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec" #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
@ -10,16 +12,17 @@ SPECS="stage1.spec stage2.spec stage3.spec"
OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
KCONFIG_DIR=/root/releng/svn-releng/trunk/releases/weekly/kconfig/sparc KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/sparc
EMAIL_TO=releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org EMAIL_TO=releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org
EMAIL_FROM=catalyst@bender.sparc64.dev.gentoo.org EMAIL_FROM=catalyst@bender.sparc.dev.gentoo.org
EMAIL_SUBJECT_PREPEND="[sparc64-auto]" EMAIL_SUBJECT_PREPEND="[sparc64-auto]"
CATALYST_CONFIG=/etc/catalyst/catalyst.conf CATALYST_CONFIG=/etc/catalyst/catalyst.conf
pre_build() { pre_build() {
svn up /root/releng/svn-releng/ cd ${GITDIR}
git pull
} }
post_build() { post_build() {