From: Thierry Parmentelat Date: Mon, 28 Apr 2008 07:18:18 +0000 (+0000) Subject: publish myplc-release in the web directory X-Git-Tag: 4.2-rc3~54 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=14292b9da53b6bdb4ba383d58f8e125a23c9f108;p=build.git publish myplc-release in the web directory --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 3b7a186b..60029166 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -402,6 +402,8 @@ function main () { 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/ + # publish myplc-release + rsync --verbose /vservers/$BASE/build/myplc-release $WEBPATH/$BASE if [ -n "$DO_TEST" ] ; then runtest