From: Thierry Parmentelat Date: Tue, 26 Nov 2013 07:53:17 +0000 (+0100) Subject: debian build and Packages.gz : use same layout on build box than on build web side... X-Git-Tag: 5.3.1~11 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=e44ad61c4b5ccd7798546d554284f163ad22cfec debian build and Packages.gz : use same layout on build box than on build web side, this is less confusing --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index 245dd6f6..0e963817 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -725,10 +725,10 @@ function main () { else # run scanpackages so we can use apt-get on this # (not needed on fedora b/c this is done by the regular build already) - vserver $BASE exec bash -c "(cd /build ; dpkg-scanpackages DEBIAN/ | gzip -9c > DEBIAN/Packages.gz)" + vserver $BASE exec bash -c "(cd /build ; dpkg-scanpackages DEBIAN/ | gzip -9c > Packages.gz)" webpublish mkdir -p $WEBPATH/$BASE/DEBIAN webpublish_rsync_files $WEBPATH/$BASE/DEBIAN/ /vservers/$BASE/build/DEBIAN/*.deb - webpublish_rsync_files $WEBPATH/$BASE/ /vservers/$BASE/build/DEBIAN/*.gz + webpublish_rsync_files $WEBPATH/$BASE/ /vservers/$BASE/build/Packages.gz fi # publish myplc-release if this exists release=/vservers/$BASE/build/myplc-release