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

@ -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/
}