Update confs to use git
This commit is contained in:
parent
555c5d25f6
commit
8e2a4cec66
6 changed files with 33 additions and 25 deletions
|
@ -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/ppc/ppc32
|
||||
SPECS_DIR=${GITDIR}/releases/weekly/specs/ppc/ppc32
|
||||
|
||||
SPECS="stage1.spec stage2.spec stage3.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"
|
||||
|
||||
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_FROM=catalyst@rooster.ppc64.dev.gentoo.org
|
||||
EMAIL_FROM=catalyst@timberdoodle.ppc64.dev.gentoo.org
|
||||
EMAIL_SUBJECT_PREPEND="[ppc-auto]"
|
||||
|
||||
CATALYST_CONFIG=/etc/catalyst/catalyst.conf
|
||||
|
||||
pre_build() {
|
||||
svn up ${SVNDIR}
|
||||
cd ${GITDIR}
|
||||
git pull
|
||||
}
|
||||
|
||||
post_build() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue