From 06073c88bf82b4603296db14a00dfa14793d3886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Porcel?= Date: Mon, 6 Sep 2010 17:22:38 +0000 Subject: [PATCH] Add ppc configs svn path=/trunk/; revision=747 --- ChangeLog | 6 +++++- tools/catalyst-auto-ppc.conf | 29 +++++++++++++++++++++++++++++ tools/catalyst-auto-ppc64.conf | 29 +++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 tools/catalyst-auto-ppc.conf create mode 100644 tools/catalyst-auto-ppc64.conf diff --git a/ChangeLog b/ChangeLog index cf315330..7e0f26e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 + +tools/catalyst-auto-ppc.conf, +tools/catalyst-auto-ppc64.conf: + Add ppc configs + 22 Dec 2008; Andrew Gaffney tools/catalyst-auto: Uncomment section to run catalyst with --purgeonly diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf new file mode 100644 index 00000000..2d01b4c1 --- /dev/null +++ b/tools/catalyst-auto-ppc.conf @@ -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 +} diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf new file mode 100644 index 00000000..3195b3e0 --- /dev/null +++ b/tools/catalyst-auto-ppc64.conf @@ -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 +}