Change sample config to point to new releases/weekly dir in checkout
svn path=/trunk/; revision=579
This commit is contained in:
parent
4b6428a5c8
commit
5d28769332
2 changed files with 7 additions and 3 deletions
|
@ -2,6 +2,10 @@
|
||||||
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
|
28 Sep 2008; Andrew Gaffney <agaffney@gentoo.org>
|
||||||
|
catalyst-auto-amd64.conf:
|
||||||
|
Change sample config to point to new releases/weekly dir in checkout
|
||||||
|
|
||||||
28 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
|
28 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
|
||||||
Move pre_build() call after creation of dirs
|
Move pre_build() call after creation of dirs
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# This is the config file for the catalyst-auto script. It should be pretty
|
# This is the config file for the catalyst-auto script. It should be pretty
|
||||||
# self-explanatory.
|
# 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="stage1.spec stage2.spec stage3.spec"
|
||||||
SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
|
SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||||
#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
|
#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
|
||||||
#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.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=releng@gentoo.org
|
||||||
EMAIL_TO=agaffney@gentoo.org
|
EMAIL_TO=agaffney@gentoo.org
|
||||||
|
@ -17,5 +17,5 @@ EMAIL_SUBJECT_PREPEND="[amd64-auto]"
|
||||||
CATALYST_CONFIG=/etc/catalyst/amd64-auto.conf
|
CATALYST_CONFIG=/etc/catalyst/amd64-auto.conf
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
svn up ..
|
svn up ..
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue