From: Thierry Parmentelat Date: Mon, 19 Nov 2007 21:30:11 +0000 (+0000) Subject: oops, webpath misses the last step X-Git-Tag: 4.2-rc2~513 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=34438b821c31caae02eb1698a22a08780f0c51b7;p=build.git oops, webpath misses the last step --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index ad76960a..cbdf43b7 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -310,9 +310,9 @@ function main () { fi # publish to the web so runtest can find them - rm -rf $WEBPATH ; mkdir -p $WEBPATH/{RPMS,SRPMS} - rsync --archive --delete --verbose /vservers/$BASE/build/RPMS/ $WEBPATH/RPMS/ - rsync --archive --delete --verbose /vservers/$BASE/build/SRPMS/ $WEBPATH/SRPMS/ + rm -rf $WEBPATH/$BASE ; mkdir -p $WEBPATH/$BASE/{RPMS,SRPMS} + rsync --archive --delete --verbose /vservers/$BASE/build/RPMS/ $WEBPATH/$BASE/RPMS/ + rsync --archive --delete --verbose /vservers/$BASE/build/SRPMS/ $WEBPATH/$BASE/SRPMS/ set +e if [ -n "$DO_TEST" ] ; then