diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/gen_ins_pkg_script.py | 9 | ||||
-rwxr-xr-x | repo/repo_func.sh | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/repo/gen_ins_pkg_script.py b/repo/gen_ins_pkg_script.py index 7f96d35d..73139655 100644 --- a/repo/gen_ins_pkg_script.py +++ b/repo/gen_ins_pkg_script.py @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD 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 +############################################################################## + import yaml import os import sys diff --git a/repo/repo_func.sh b/repo/repo_func.sh index 4a9e469e..b13bedfa 100755 --- a/repo/repo_func.sh +++ b/repo/repo_func.sh @@ -347,7 +347,7 @@ function make_compass_repo() python-yaml python-jinja2 python-paramiko elasticsearch logstash bind-license vim nmap-ncat \ yum cobbler cobbler-web createrepo mkisofs syslinux pykickstart bind rsync fence-agents \ dhcp xinetd tftp-server httpd libselinux-python python-setuptools python-devel mysql-devel \ - mysql-server mysql MySQL-python redis mod_wsgi net-tools rabbitmq-server nfs-utils" \ + mysql-server mysql MySQL-python redis mod_wsgi net-tools rabbitmq-server nfs-utils ntp ntpdate" \ --special-package "kibana jdk" } |