Add ppc configs
svn path=/trunk/; revision=747
This commit is contained in:
parent
2800b3e533
commit
06073c88bf
3 changed files with 63 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
# ChangeLog for releng repo
|
||||
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
06 Sep 2010; Raúl Porcel <armin76@gentoo.org>
|
||||
+tools/catalyst-auto-ppc.conf, +tools/catalyst-auto-ppc64.conf:
|
||||
Add ppc configs
|
||||
|
||||
22 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> tools/catalyst-auto:
|
||||
Uncomment section to run catalyst with --purgeonly
|
||||
|
||||
|
|
29
tools/catalyst-auto-ppc.conf
Normal file
29
tools/catalyst-auto-ppc.conf
Normal file
|
@ -0,0 +1,29 @@
|
|||
# This is the config file for the catalyst-auto script. It should be pretty
|
||||
# self-explanatory.
|
||||
|
||||
SVNDIR=/home/armin76/releng
|
||||
|
||||
SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/ppc/ppc32
|
||||
|
||||
SPECS="stage1.spec stage2.spec stage3.spec"
|
||||
#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
|
||||
#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
|
||||
|
||||
#OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
|
||||
KCONFIG_DIR=${SVNDIR}/trunk/releases/weekly/kconfig/powerpc
|
||||
|
||||
EMAIL_TO=releng@gentoo.org
|
||||
EMAIL_FROM=catalyst@rooster.ppc64.dev.gentoo.org
|
||||
EMAIL_SUBJECT_PREPEND="[ppc-auto]"
|
||||
|
||||
CATALYST_CONFIG=/etc/catalyst/catalyst.conf
|
||||
|
||||
pre_build() {
|
||||
svn up ${SVNDIR}
|
||||
}
|
||||
|
||||
post_build() {
|
||||
rsync -e 'ssh -i /home/armin76/buildsync.key' /var/tmp/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2* buildsync@poseidon.amd64.dev.gentoo.org:/home/buildsync/builds/ppc
|
||||
}
|
29
tools/catalyst-auto-ppc64.conf
Normal file
29
tools/catalyst-auto-ppc64.conf
Normal file
|
@ -0,0 +1,29 @@
|
|||
# This is the config file for the catalyst-auto script. It should be pretty
|
||||
# self-explanatory.
|
||||
|
||||
SVNDIR=/home/armin76/releng
|
||||
|
||||
SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/ppc/ppc64
|
||||
|
||||
SPECS="stage1.spec stage2.spec stage3.spec"
|
||||
#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
|
||||
#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
|
||||
|
||||
OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||
|
||||
KCONFIG_DIR=${SVNDIR}/trunk/releases/weekly/kconfig/powerpc
|
||||
|
||||
EMAIL_TO=releng@gentoo.org
|
||||
EMAIL_FROM=catalyst@rooster.ppc64.dev.gentoo.org
|
||||
EMAIL_SUBJECT_PREPEND="[ppc64-auto]"
|
||||
|
||||
CATALYST_CONFIG=/etc/catalyst/catalyst.conf
|
||||
|
||||
pre_build() {
|
||||
svn up ${SVNDIR}
|
||||
}
|
||||
|
||||
post_build() {
|
||||
rsync -e 'ssh -i /home/armin76/buildsync.key' /var/tmp/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2* /var/tmp/catalyst/builds/default/*${DATESTAMP}*.iso* buildsync@poseidon.amd64.dev.gentoo.org:/home/buildsync/builds/ppc
|
||||
}
|
Loading…
Add table
Reference in a new issue