summaryrefslogtreecommitdiffstats
path: root/code
diff options
context:
space:
mode:
Diffstat (limited to 'code')
-rwxr-xr-xcode/install_interface_patch.sh4
-rwxr-xr-xcode/jasmine/autogen.sh9
-rwxr-xr-xcode/makefile_patch.sh2
3 files changed, 10 insertions, 5 deletions
diff --git a/code/install_interface_patch.sh b/code/install_interface_patch.sh
index d70e18f6..3a17f414 100755
--- a/code/install_interface_patch.sh
+++ b/code/install_interface_patch.sh
@@ -17,9 +17,7 @@ mkdir -p $imagedir
if [ ! -e "$imagedir/$imagename" ];then
cp $imagename $imagedir
fi
-if [ ! -e "$imagedir/registry-server.tar" ];then
- cp registry-server.tar $imagedir
-fi
+
cp CentOS*.iso /var/lib/daisy/kolla
mkdir -p /var/lib/daisy/images/
diff --git a/code/jasmine/autogen.sh b/code/jasmine/autogen.sh
index 5bf25ecc..d99fe580 100755
--- a/code/jasmine/autogen.sh
+++ b/code/jasmine/autogen.sh
@@ -1,4 +1,13 @@
#!/bin/sh
+##############################################################################
+# Copyright (c) 2018 ZTE Corporation and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
# Run this to generate all the initial makefiles, etc.
mkdir -p m4
echo Building configuration system...
diff --git a/code/makefile_patch.sh b/code/makefile_patch.sh
index 6ccb0ee0..665b0729 100755
--- a/code/makefile_patch.sh
+++ b/code/makefile_patch.sh
@@ -129,12 +129,10 @@ function check_or_download_file_sha512sum()
if [ ! -d $CACHE_PATH ]; then mkdir -p $CACHE_PATH ; fi
check_or_download_file $CACHE_PATH $isourl
check_or_download_file_sha512sum $CACHE_PATH $imageserver/${imagename} ${imageserver}/${imagename}.sha512sum
-check_or_download_file $CACHE_PATH "http://daisycloud.org/static/files/registry-server.tar"
check_or_download_file $CACHE_PATH ${cirros_url}
cp $CACHE_PATH/${isoname} ${target_dir}/
cp $CACHE_PATH/$imagename ${target_dir}/
-cp $CACHE_PATH/registry-server.tar ${target_dir}/
cp $CACHE_PATH/${cirros_filename} ${target_dir}/
cp $TOOLS_PATH/setup/install_interface_patch.sh ${target_dir}/