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:
9b684b2
)
Correct the kolla image version in makefile_patch.sh
69/36469/1
author
Alex Yang
<yangyang1@zte.com.cn>
Mon, 26 Jun 2017 03:23:35 +0000
(11:23 +0800)
committer
Alex Yang
<yangyang1@zte.com.cn>
Mon, 26 Jun 2017 03:23:35 +0000
(11:23 +0800)
Makefile_patch.sh is missed in patch 36229.
Change-Id: I8da88a0f8220061b4ad03711c1a52715703dd579
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
code/makefile_patch.sh
patch
|
blob
|
history
diff --git
a/code/makefile_patch.sh
b/code/makefile_patch.sh
index
7d6c79b
..
20b3cf4
100755
(executable)
--- a/
code/makefile_patch.sh
+++ b/
code/makefile_patch.sh
@@
-13,7
+13,7
@@
TOOLS_PATH=$1
CACHE_PATH=/home/cache
imagebranch="ocata"
-imageversion="170
420124331
"
+imageversion="170
621131826
"
imageserver="http://120.24.17.215"
imagename="kolla-image-$imagebranch-$imageversion.tgz"