Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r579 - trunk/tools
Date: Sun, 28 Sep 2008 19:40:52
Message-Id: E1Kk28P-0001Ew-7t@stork.gentoo.org
1 Author: agaffney
2 Date: 2008-09-28 19:40:48 +0000 (Sun, 28 Sep 2008)
3 New Revision: 579
4
5 Modified:
6 trunk/tools/ChangeLog
7 trunk/tools/catalyst-auto-amd64.conf
8 Log:
9 Change sample config to point to new releases/weekly dir in checkout
10
11 Modified: trunk/tools/ChangeLog
12 ===================================================================
13 --- trunk/tools/ChangeLog 2008-09-28 19:39:32 UTC (rev 578)
14 +++ trunk/tools/ChangeLog 2008-09-28 19:40:48 UTC (rev 579)
15 @@ -2,6 +2,10 @@
16 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
17 # $Id$
18
19 + 28 Sep 2008; Andrew Gaffney <agaffney@g.o>
20 + catalyst-auto-amd64.conf:
21 + Change sample config to point to new releases/weekly dir in checkout
22 +
23 28 Sep 2008; Andrew Gaffney <agaffney@g.o> catalyst-auto:
24 Move pre_build() call after creation of dirs
25
26
27 Modified: trunk/tools/catalyst-auto-amd64.conf
28 ===================================================================
29 --- trunk/tools/catalyst-auto-amd64.conf 2008-09-28 19:39:32 UTC (rev 578)
30 +++ trunk/tools/catalyst-auto-amd64.conf 2008-09-28 19:40:48 UTC (rev 579)
31 @@ -1,13 +1,13 @@
32 # This is the config file for the catalyst-auto script. It should be pretty
33 # self-explanatory.
34
35 -SPECS_DIR=/release/svn-releng/trunk/releases/2008.0/specs/amd64
36 +SPECS_DIR=/release/svn-releng/trunk/releases/weekly/specs/amd64
37 SPECS="stage1.spec stage2.spec stage3.spec"
38 SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
39 #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
40 #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
41
42 -KCONFIG_DIR=/release/svn-releng/trunk/releases/2008.0/kconfig/amd64
43 +KCONFIG_DIR=/release/svn-releng/trunk/releases/weekly/kconfig/amd64
44
45 #EMAIL_TO=releng@g.o
46 EMAIL_TO=agaffney@g.o
47 @@ -17,5 +17,5 @@
48 CATALYST_CONFIG=/etc/catalyst/amd64-auto.conf
49
50 pre_build() {
51 - svn up ..
52 + svn up ..
53 }