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:
e3100d4
)
Print size of archives.zip
87/4087/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Tue, 28 Jun 2016 02:03:20 +0000
(22:03 -0400)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Sat, 4 Mar 2017 19:13:22 +0000
(14:13 -0500)
Change-Id: I9d73d1849fe43c5d0d800a41d7c619ecc8decf62
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
cd5e46c
..
1ecfc06
100644
(file)
--- a/
include-raw-deploy-archives.sh
+++ b/
include-raw-deploy-archives.sh
@@
-62,3
+62,4
@@
find $ARCHIVES_DIR -name "*.txt" \
| xargs gzip
zip -r archives.zip $JENKINS_HOSTNAME/
+du -sh archives.zip