From 5d287693329888d36d4381f9cf73b007a2c49878 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Sun, 28 Sep 2008 19:40:48 +0000 Subject: [PATCH] Change sample config to point to new releases/weekly dir in checkout svn path=/trunk/; revision=579 --- tools/ChangeLog | 4 ++++ tools/catalyst-auto-amd64.conf | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/tools/ChangeLog b/tools/ChangeLog index 09c16d2d..80951b34 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 28 Sep 2008; Andrew Gaffney + catalyst-auto-amd64.conf: + Change sample config to point to new releases/weekly dir in checkout + 28 Sep 2008; Andrew Gaffney catalyst-auto: Move pre_build() call after creation of dirs diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index 5396fa15..a6a6c057 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -1,13 +1,13 @@ # This is the config file for the catalyst-auto script. It should be pretty # self-explanatory. -SPECS_DIR=/release/svn-releng/trunk/releases/2008.0/specs/amd64 +SPECS_DIR=/release/svn-releng/trunk/releases/weekly/specs/amd64 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" -KCONFIG_DIR=/release/svn-releng/trunk/releases/2008.0/kconfig/amd64 +KCONFIG_DIR=/release/svn-releng/trunk/releases/weekly/kconfig/amd64 #EMAIL_TO=releng@gentoo.org EMAIL_TO=agaffney@gentoo.org @@ -17,5 +17,5 @@ EMAIL_SUBJECT_PREPEND="[amd64-auto]" CATALYST_CONFIG=/etc/catalyst/amd64-auto.conf pre_build() { - svn up .. + svn up .. }