From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RvWQj-0006yP-HN for garchives@archives.gentoo.org; Thu, 09 Feb 2012 16:01:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C556E0477; Thu, 9 Feb 2012 16:00:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D0831E0477 for ; Thu, 9 Feb 2012 16:00:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 110751B4040 for ; Thu, 9 Feb 2012 16:00:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B669CE53FF for ; Thu, 9 Feb 2012 16:00:55 +0000 (UTC) From: "Raúl Porcel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Raúl Porcel" Message-ID: Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-sparc64.conf X-VCS-Directories: tools/ X-VCS-Committer: armin76 X-VCS-Committer-Name: Raúl Porcel X-VCS-Revision: f061c9fb364df16fa9713ebad0ca5dce12c4d1a2 Date: Thu, 9 Feb 2012 16:00:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 82cbc5b1-7fe0-43e6-b4f4-64d8872bf85b X-Archives-Hash: 7281d5afa37f72e033e26087ea48b37a commit: f061c9fb364df16fa9713ebad0ca5dce12c4d1a2 Author: Ra=C3=BAl Porcel gentoo org> AuthorDate: Thu Feb 9 16:00:44 2012 +0000 Commit: Ra=C3=BAl Porcel gentoo org> CommitDate: Thu Feb 9 16:00:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/releng.git;a=3D= commit;h=3Df061c9fb Update sparc64 conf --- tools/catalyst-auto-sparc64.conf | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc= 64.conf index 04e4b81..e26b089 100644 --- a/tools/catalyst-auto-sparc64.conf +++ b/tools/catalyst-auto-sparc64.conf @@ -5,7 +5,15 @@ GITDIR=3D/root/releng/ =20 SPECS_DIR=3D${GITDIR}/releases/weekly/specs/sparc/sparc64 =20 -SPECS=3D"stage1.spec stage2.spec stage3.spec" +SETS=3D"default multilib" + +SET_default_SPECS=3D"stage1.spec stage2.spec stage3.spec" +SET_default_OPTIONAL_SPECS=3D"installcd-stage1.spec installcd-stage2-min= imal.spec" + +SET_multilib_SPECS=3D"multilib/stage1.spec multilib/stage2.spec multilib= /stage3.spec" + + +#SPECS=3D"stage1.spec stage2.spec stage3.spec" #SPECS=3D"${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec" #SPECS=3D"${SPECS} stage2-desktop.spec stage3-desktop.spec" #SPECS=3D"${SPECS} livecd-stage1.spec livecd-stage2.spec" @@ -27,4 +35,6 @@ pre_build() { =20 post_build() { rsync -e 'ssh -i /root/.ssh/id_rsa' /var/tmp/catalyst/builds/default/s= tage3-*${DATESTAMP}*.bz2* /var/tmp/catalyst/builds/default/*${DATESTAMP}*= .iso* buildsync@poseidon.amd64.dev.gentoo.org:/home/buildsync/builds/spar= c/ + rsync -e 'ssh -i /root/.ssh/id_rsa' /var/tmp/catalyst/builds/multilib/= stage3-*${DATESTAMP}*.bz2* buildsync@poseidon.amd64.dev.gentoo.org:/home/= buildsync/builds/sparc/multilib + }