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:
6d86321
)
Add suport for .tgz and .gz file extensions
08/6208/2
author
Anil Belur
<abelur@linuxfoundation.org>
Mon, 28 Aug 2017 02:25:14 +0000
(12:25 +1000)
committer
Anil Belur
<abelur@linuxfoundation.org>
Tue, 29 Aug 2017 08:08:06 +0000
(18:08 +1000)
Handle .tgz and .gz files which are usually shortened name fir .tar.gz.
Jira: releng-431
Change-Id: I06fbb701d28eb1e5958698afbcffc0c504968672
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
shell/deploy
patch
|
blob
|
history
diff --git
a/shell/deploy
b/shell/deploy
index
0c65633
..
8b60b78
100755
(executable)
--- a/
shell/deploy
+++ b/
shell/deploy
@@
-469,7
+469,7
@@
deploy_maven_file () {
fi
;;
-
jar|tar.
gz|war )
+
gz|jar|tar.gz|t
gz|war )
get_file_info "$file_type" "$file"
;;