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 1RvWOg-0006dN-Hq for garchives@archives.gentoo.org; Thu, 09 Feb 2012 15:58:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02697E058E; Thu, 9 Feb 2012 15:58:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 91C51E058E for ; Thu, 9 Feb 2012 15:58:48 +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 945FB1B4038 for ; Thu, 9 Feb 2012 15:58:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 50348E53FF for ; Thu, 9 Feb 2012 15:58:46 +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: <8e2a4cec660094a2ae2682fad3658ea5a7456983.armin76@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-alpha.conf tools/catalyst-auto-hppa.conf tools/catalyst-auto-ia64.conf tools/catalyst-auto-ppc.conf tools/catalyst-auto-ppc64.conf tools/catalyst-auto-sparc64.conf X-VCS-Directories: tools/ X-VCS-Committer: armin76 X-VCS-Committer-Name: Raúl Porcel X-VCS-Revision: 8e2a4cec660094a2ae2682fad3658ea5a7456983 Date: Thu, 9 Feb 2012 15:58:46 +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: 070054b7-01dc-42a8-b0f1-5db6cac25b08 X-Archives-Hash: 12a8b499203320bc7607e65a9dab765d commit: 8e2a4cec660094a2ae2682fad3658ea5a7456983 Author: Ra=C3=BAl Porcel gentoo org> AuthorDate: Thu Feb 9 15:58:30 2012 +0000 Commit: Ra=C3=BAl Porcel gentoo org> CommitDate: Thu Feb 9 15:58:30 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/releng.git;a=3D= commit;h=3D8e2a4cec Update confs to use git --- tools/catalyst-auto-alpha.conf | 9 +++++---- tools/catalyst-auto-hppa.conf | 7 ++++--- tools/catalyst-auto-ia64.conf | 9 +++++---- tools/catalyst-auto-ppc.conf | 11 ++++++----- tools/catalyst-auto-ppc64.conf | 11 ++++++----- tools/catalyst-auto-sparc64.conf | 11 +++++++---- 6 files changed, 33 insertions(+), 25 deletions(-) diff --git a/tools/catalyst-auto-alpha.conf b/tools/catalyst-auto-alpha.c= onf index 17231cf..1d1bc2f 100644 --- a/tools/catalyst-auto-alpha.conf +++ b/tools/catalyst-auto-alpha.conf @@ -1,9 +1,9 @@ # This is the config file for the catalyst-auto script. It should be pre= tty # self-explanatory. =20 -SVNDIR=3D/home/armin76/releng +GITDIR=3D/home/armin76/releng =20 -SPECS_DIR=3D${SVNDIR}/trunk/releases/weekly/specs/alpha +SPECS_DIR=3D${GITDIR}/releases/weekly/specs/alpha =20 SPECS=3D"stage1.spec stage2.spec stage3.spec" #SPECS=3D"${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec" @@ -12,7 +12,7 @@ SPECS=3D"stage1.spec stage2.spec stage3.spec" =20 OPTIONAL_SPECS=3D"installcd-stage1.spec installcd-stage2-minimal.spec" =20 -KCONFIG_DIR=3D${SVNDIR}/trunk/releases/weekly/kconfig/alpha +KCONFIG_DIR=3D${GITDIR}/releases/weekly/kconfig/alpha =20 EMAIL_TO=3Dreleng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org #EMAIL_FROM=3Dcatalyst@monolith.alpha.dev.gentoo.org @@ -22,7 +22,8 @@ EMAIL_SUBJECT_PREPEND=3D"[alpha-auto]" CATALYST_CONFIG=3D/etc/catalyst/catalyst.conf =20 pre_build() { - svn up ${SVNDIR} + cd ${GITDIR} + git pull } =20 post_build() { diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.con= f index 2b873c4..ee8deac 100644 --- a/tools/catalyst-auto-hppa.conf +++ b/tools/catalyst-auto-hppa.conf @@ -1,9 +1,9 @@ # This is the config file for the catalyst-auto script. It should be pre= tty # self-explanatory. =20 -SVNDIR=3D/home/armin76/releng +GITDIR=3D/home/armin76/releng =20 -SPECS_DIR=3D${SVNDIR}/trunk/releases/weekly/specs/hppa +SPECS_DIR=3D${GITDIR}/releases/weekly/specs/hppa =20 SETS=3D"hppa1_1 hppa2_0" =20 @@ -20,7 +20,8 @@ EMAIL_SUBJECT_PREPEND=3D"[hppa-auto]" CATALYST_CONFIG=3D/etc/catalyst/catalyst.conf =20 pre_build() { - svn up ${SVNDIR} + cd ${GITDIR} + git pull } =20 post_build() { diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.con= f index db9ec23..46eae3d 100644 --- a/tools/catalyst-auto-ia64.conf +++ b/tools/catalyst-auto-ia64.conf @@ -1,9 +1,9 @@ # This is the config file for the catalyst-auto script. It should be pre= tty # self-explanatory. =20 -SVNDIR=3D/root/releng +GITDIR=3D/root/releng =20 -SPECS_DIR=3D${SVNDIR}/trunk/releases/weekly/specs/ia64 +SPECS_DIR=3D${GITDIR}/releases/weekly/specs/ia64 =20 SPECS=3D"stage1.spec stage2.spec stage3.spec" #SPECS=3D"${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec" @@ -12,7 +12,7 @@ SPECS=3D"stage1.spec stage2.spec stage3.spec" =20 OPTIONAL_SPECS=3D"installcd-stage1.spec installcd-stage2-minimal.spec" =20 -KCONFIG_DIR=3D${SVNDIR}/trunk/releases/weekly/kconfig/ia64 +KCONFIG_DIR=3D${GITDIR}/releases/weekly/kconfig/ia64 =20 EMAIL_TO=3Dreleng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org EMAIL_FROM=3Dcatalyst@dolphin.ia64.dev.gentoo.org @@ -21,7 +21,8 @@ EMAIL_SUBJECT_PREPEND=3D"[ia64-auto]" CATALYST_CONFIG=3D/etc/catalyst/catalyst.conf =20 pre_build() { - svn up ${SVNDIR} + cd ${GITDIR} + git pull } =20 post_build() { diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index 6ca9f54..08d76da 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -1,9 +1,9 @@ # This is the config file for the catalyst-auto script. It should be pre= tty # self-explanatory. =20 -SVNDIR=3D/home/armin76/releng +GITDIR=3D/home/armin76/releng =20 -SPECS_DIR=3D${SVNDIR}/trunk/releases/weekly/specs/ppc/ppc32 +SPECS_DIR=3D${GITDIR}/releases/weekly/specs/ppc/ppc32 =20 SPECS=3D"stage1.spec stage2.spec stage3.spec" #SPECS=3D"${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec" @@ -12,16 +12,17 @@ SPECS=3D"stage1.spec stage2.spec stage3.spec" =20 #OPTIONAL_SPECS=3D"installcd-stage1.spec installcd-stage2-minimal.spec" =20 -KCONFIG_DIR=3D${SVNDIR}/trunk/releases/weekly/kconfig/powerpc +KCONFIG_DIR=3D${GITDIR}/releases/weekly/kconfig/powerpc =20 EMAIL_TO=3Dreleng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org -EMAIL_FROM=3Dcatalyst@rooster.ppc64.dev.gentoo.org +EMAIL_FROM=3Dcatalyst@timberdoodle.ppc64.dev.gentoo.org EMAIL_SUBJECT_PREPEND=3D"[ppc-auto]" =20 CATALYST_CONFIG=3D/etc/catalyst/catalyst.conf =20 pre_build() { - svn up ${SVNDIR} + cd ${GITDIR} + git pull } =20 post_build() { diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.c= onf index b8bdec6..6888164 100644 --- a/tools/catalyst-auto-ppc64.conf +++ b/tools/catalyst-auto-ppc64.conf @@ -1,9 +1,9 @@ # This is the config file for the catalyst-auto script. It should be pre= tty # self-explanatory. =20 -SVNDIR=3D/home/armin76/releng +GITDIR=3D/home/armin76/releng =20 -SPECS_DIR=3D${SVNDIR}/trunk/releases/weekly/specs/ppc/ppc64 +SPECS_DIR=3D${GITDIR}/releases/weekly/specs/ppc/ppc64 =20 SPECS=3D"stage1-32ul.spec stage2-32ul.spec stage3-32ul.spec stage1-64ul.= spec stage2-64ul.spec stage3-64ul.spec" =20 @@ -13,16 +13,17 @@ SPECS=3D"stage1-32ul.spec stage2-32ul.spec stage3-32u= l.spec stage1-64ul.spec stage =20 OPTIONAL_SPECS=3D"installcd-stage1.spec installcd-stage2-minimal.spec" =20 -KCONFIG_DIR=3D${SVNDIR}/trunk/releases/weekly/kconfig/powerpc +KCONFIG_DIR=3D${GITDIR}/releases/weekly/kconfig/powerpc =20 EMAIL_TO=3Dreleng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org -EMAIL_FROM=3Dcatalyst@rooster.ppc64.dev.gentoo.org +EMAIL_FROM=3Dcatalyst@timberdoodle.ppc64.dev.gentoo.org EMAIL_SUBJECT_PREPEND=3D"[ppc64-auto]" =20 CATALYST_CONFIG=3D/etc/catalyst/catalyst.conf =20 pre_build() { - svn up ${SVNDIR} + cd ${GITDIR} + git pull } =20 post_build() { diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc= 64.conf index cbe32fe..04e4b81 100644 --- a/tools/catalyst-auto-sparc64.conf +++ b/tools/catalyst-auto-sparc64.conf @@ -1,7 +1,9 @@ # This is the config file for the catalyst-auto script. It should be pre= tty # self-explanatory. =20 -SPECS_DIR=3D/root/releng/svn-releng/trunk/releases/weekly/specs/sparc/sp= arc64 +GITDIR=3D/root/releng/ + +SPECS_DIR=3D${GITDIR}/releases/weekly/specs/sparc/sparc64 =20 SPECS=3D"stage1.spec stage2.spec stage3.spec" #SPECS=3D"${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec" @@ -10,16 +12,17 @@ SPECS=3D"stage1.spec stage2.spec stage3.spec" =20 OPTIONAL_SPECS=3D"installcd-stage1.spec installcd-stage2-minimal.spec" =20 -KCONFIG_DIR=3D/root/releng/svn-releng/trunk/releases/weekly/kconfig/spar= c +KCONFIG_DIR=3D${GITDIR}/releases/weekly/kconfig/sparc =20 EMAIL_TO=3Dreleng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org -EMAIL_FROM=3Dcatalyst@bender.sparc64.dev.gentoo.org +EMAIL_FROM=3Dcatalyst@bender.sparc.dev.gentoo.org EMAIL_SUBJECT_PREPEND=3D"[sparc64-auto]" =20 CATALYST_CONFIG=3D/etc/catalyst/catalyst.conf =20 pre_build() { - svn up /root/releng/svn-releng/ + cd ${GITDIR} + git pull } =20 post_build() {