Use absolute path for svn checkout on poseidon

svn path=/trunk/; revision=583
This commit is contained in:
Andrew Gaffney 2008-10-08 01:24:20 +00:00
parent 47ed9c473d
commit df3cb8595a
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
08 Oct 2008; Andrew Gaffney <agaffney@gentoo.org>
tools/catalyst-auto-amd64.conf:
Use absolute path for svn checkout on poseidon
08 Oct 2008; Andrew Gaffney <agaffney@gentoo.org>
releases/weekly/specs/amd64/installcd-stage2-minimal.spec,
releases/weekly/specs/amd64/livecd-stage2.spec,

View file

@ -17,5 +17,5 @@ EMAIL_SUBJECT_PREPEND="[amd64-auto]"
CATALYST_CONFIG=/etc/catalyst/amd64-auto.conf
pre_build() {
svn up ..
svn up /release/svn-releng/
}