From: Anil Belur Date: Wed, 14 Sep 2016 08:53:37 +0000 (+1000) Subject: Gzip *.bundle files in archives/patches X-Git-Tag: v0.0.6~14 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F4078%2F1;p=releng%2Flftools.git Gzip *.bundle files in archives/patches Change-Id: I3a3b0ea61d5729c538403bc912a01acfd1aeced7 Signed-off-by: Anil Belur Signed-off-by: Thanh Ha --- diff --git a/include-raw-deploy-archives.sh b/include-raw-deploy-archives.sh index c6e5316a..936d3eab 100644 --- a/include-raw-deploy-archives.sh +++ b/include-raw-deploy-archives.sh @@ -68,6 +68,8 @@ if [ ! -z "${{ARCHIVE_ARTIFACTS}}" ]; then shopt -u globstar # Disable globstar once archives are copied popd fi + + # Ignore logging if archives doesn't exist mv $WORKSPACE/archives/ $ARCHIVES_DIR > /dev/null 2>&1 touch $ARCHIVES_DIR/_build-details.txt