Code Review
/
daisy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
377cae8
)
Bugfix for using sha512sum to check kolla image
67/46367/1
author
Zhijiang Hu
<hu.zhijiang@zte.com.cn>
Sat, 28 Oct 2017 09:49:16 +0000
(
05:49
-0400)
committer
Zhijiang Hu
<hu.zhijiang@zte.com.cn>
Sat, 28 Oct 2017 09:49:16 +0000
(
05:49
-0400)
Change-Id: I26c6fc8a104752c3e65d5b6a19403692493ab44a
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
code/makefile_patch.sh
patch
|
blob
|
history
diff --git
a/code/makefile_patch.sh
b/code/makefile_patch.sh
index
524a919
..
16988a6
100755
(executable)
--- a/
code/makefile_patch.sh
+++ b/
code/makefile_patch.sh
@@
-95,7
+95,7
@@
function check_or_download_file_sha512sum()
wget --progress=dot:giga ${file_url}
fi
- if [ ! -z ${sha512sum_url
_url
} ]; then
+ if [ ! -z ${sha512sum_url} ]; then
rm -f $(basename ${sha512sum_url})
wget ${sha512sum_url}
sha512sum -c $(basename ${sha512sum_url})