Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6672f8b
)
Gzip *.bundle files in archives/patches
78/4078/1
author
Anil Belur
<abelur@linuxfoundation.org>
Wed, 14 Sep 2016 08:53:37 +0000
(18:53 +1000)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Sat, 4 Mar 2017 19:17:30 +0000
(14:17 -0500)
Change-Id: I3a3b0ea61d5729c538403bc912a01acfd1aeced7
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
include-raw-deploy-archives.sh
patch
|
blob
|
history
diff --git
a/include-raw-deploy-archives.sh
b/include-raw-deploy-archives.sh
index
c6e5316
..
936d3ea
100644
(file)
--- 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