From 34a1302918127f0cc08b2d005dd42ac373f253ef Mon Sep 17 00:00:00 2001 From: grakiss Date: Thu, 21 Jan 2016 09:38:49 +0800 Subject: FIX: kibana is Apache2.0 not GPL JIRA: COMPASS-283 - get wrong license in rpmbuild.sepc ,dont worry Change-Id: Ie97441d28b7886d4b329872dc281e8495298adb6 Signed-off-by: grakiss (cherry picked from commit 482aa0f3fc25e9d55aa8916b5259cd2ef86214c5) --- build/arch/RedHat/make_kibana.sh | 2 +- deploy/adapters/cobbler/kickstarts/default.xml | 269 ------------------------- 2 files changed, 1 insertion(+), 270 deletions(-) delete mode 100644 deploy/adapters/cobbler/kickstarts/default.xml diff --git a/build/arch/RedHat/make_kibana.sh b/build/arch/RedHat/make_kibana.sh index 95047022..a1bb71af 100644 --- a/build/arch/RedHat/make_kibana.sh +++ b/build/arch/RedHat/make_kibana.sh @@ -20,7 +20,7 @@ Version: 4.2.0 Release: 1 Vendor: elasticsearch Summary: GUN kibana x64 -License: GPL +License: Apache License, Version 2.0 Source: kibana-4.2.0-linux-x64.tar.gz Group: System Enviroment/Daemons URL: http://www.elasticsearch.co/ diff --git a/deploy/adapters/cobbler/kickstarts/default.xml b/deploy/adapters/cobbler/kickstarts/default.xml deleted file mode 100644 index 04f53632..00000000 --- a/deploy/adapters/cobbler/kickstarts/default.xml +++ /dev/null @@ -1,269 +0,0 @@ -## Figure out if we're kickstarting a system or a profile -#if $getVar('system_name','') != '' -#set $what = "system" -#else -#set $what = "profile" -#end if - - - - - -]> - - - false - - ## without the next 6 lines autoyast will ask for confirmation bevore installation - - - true - true - true - true - true - true - - - false - true - - - $SNIPPET('hosts.xml') - $SNIPPET('kdump.xml') - ## - ## english - ## - - en_US - - - - localtime -#if $getVar('timezone', '') != "" - $timezone -#else - US/Pacific -#end if - - - - - $SNIPPET('repo_config.xml') - - - - base - - - iputils - openssh - gcc - net-tools - ethtool - ntp - wget - rsyslog - iproute2 - parted - lsb-release -#if $getVar('tool', '') != '' - #set $suse_software = "software_%s.xml" % $tool -$SNIPPET($suse_software) -#end if - - true - - $SNIPPET('yast_repo_config.xml') - - $SNIPPET('limits_conf.xml') - $SNIPPET('ssh.xml') - $SNIPPET('sshd.xml') - $SNIPPET('sysctl.xml') - $SNIPPET('rsyslog.xml') - - - - - - &network; - - $SNIPPET('ntp.xml') - - &partition; - - - &bootloader; - - - 3 - - - sshd - enable - - - ntp - enable - - - syslog - enable - - - autoyast - enable - - - - - - SYSLOG_DAEMON - /etc/sysconfig/syslog - rsyslogd - - - RSYSLOGD_COMPAT_VERSION - /etc/sysconfig/syslog - 4 - - - - - /home - -1 - /bin/bash - /etc/skel - - -#if $getVar('username', 'root') != "root" - - false - root - 0 - /root - - - - - - - - - /bin/bash - 0 - root - root - - #set username = $getVar('username', 'root') - -#if $getVar('password', '') != "" - true - $password -#else - false - $username -#end if - $username - $username - - - - - - - - - /bin/bash - -#else - -#if $getVar('password', '') != "" - true - $password -#else - false - root -#end if - root - root - 0 - /root - - - - - - - - - /bin/bash - 0 - -#end if - - - ## we have to include the pre-scripts tag to get kickstart_start included - - - ## SuSE has an annoying habit on ppc64 of changing the system - ## boot order after installation. This makes it non-trivial to - ## automatically re-install future OS. -#set global $wrappedscript = 'save_boot_device' -$SNIPPET('suse_scriptwrapper.xml') - - - - ## This plugin wrapper provides the flexibility to call pure shell - ## snippets which can be used directly on kickstart and with with - ## wrapper on SuSE. -#set global $wrappedscript = 'restore_boot_device' -$SNIPPET('suse_scriptwrapper.xml') - - - - - - - - - -- cgit 1.2.3-korg