From: Thierry Parmentelat Date: Fri, 15 Jan 2010 09:21:02 +0000 (+0000) Subject: smooth incremental builds when tests-SVNPATH changes X-Git-Tag: 4.3-rc16~11 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c2cbe205d79db8c48a93c089d34db5ce18a823de;p=build.git smooth incremental builds when tests-SVNPATH changes --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 0e5c7790..1a5af6ea 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -559,6 +559,8 @@ function main () { # update build [ -n "$SSH_KEY" ] && setupssh ${BASE} ${SSH_KEY} vserver ${BASE} exec svn update /build + # make sure we refresh the tests place in case it has changed + rm -f /build/tests_svnpath # get environment from the first run FCDISTRO=$(vserver ${BASE} exec /build/getdistroname.sh) # retrieve all in one run