Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
Author: agaffney
Date: 2008-09-28 19:40:48 +0000 (Sun, 28 Sep 2008)
New Revision: 579
Modified:
trunk/tools/ChangeLog
trunk/tools/catalyst-auto-amd64.conf
Log:
Change sample config to point to new releases/weekly dir in checkout
Modified: trunk/tools/ChangeLog
===================================================================
--- trunk/tools/ChangeLog 2008-09-28 19:39:32 UTC (rev 578)
+++ trunk/tools/ChangeLog 2008-09-28 19:40:48 UTC (rev 579)
@@ -2,6 +2,10 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 28 Sep 2008; Andrew Gaffney <agaffney@g.o>
+ catalyst-auto-amd64.conf:
+ Change sample config to point to new releases/weekly dir in checkout
+
28 Sep 2008; Andrew Gaffney <agaffney@g.o> catalyst-auto:
Move pre_build() call after creation of dirs
Modified: trunk/tools/catalyst-auto-amd64.conf
===================================================================
--- trunk/tools/catalyst-auto-amd64.conf 2008-09-28 19:39:32 UTC (rev 578)
+++ trunk/tools/catalyst-auto-amd64.conf 2008-09-28 19:40:48 UTC (rev 579)
@@ -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@g.o
EMAIL_TO=agaffney@g.o
@@ -17,5 +17,5 @@
CATALYST_CONFIG=/etc/catalyst/amd64-auto.conf
pre_build() {
- svn up ..
+ svn up ..
}
|
|