]> xenbits.xensource.com Git - raisin.git/commitdiff
Remove redundant "source" from component definitions
authorGeorge Dunlap <george.dunlap@eu.citrix.com>
Thu, 9 Apr 2015 14:27:07 +0000 (15:27 +0100)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 10 Apr 2015 10:44:35 +0000 (10:44 +0000)
These should be called from other places that have already done the
appropriate "source"

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
components/grub
components/libvirt
components/xen

index ab4f58338583e6ba67a74cd611100f2dfd6560ea..5a420009cbd1e372f4ec972ccd1a34b5597350b0 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env bash
 
-source "$BASEDIR"/config
-source "$BASEDIR"/scripts/common-functions.sh
-
-
 function _grub_install_dependencies() {
     local DEP_Debian_common="build-essential tar autoconf bison flex"
     local DEP_Debian_x86_32="$DEP_Debian_common"
index e35de8c38d0b79f9b0202cef5af7a98b1ef4b5c9..e22996ea5069808e0ab1f542027dcfdc57c6e0bc 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env bash
 
-source "$BASEDIR"/config
-source "$BASEDIR"/scripts/common-functions.sh
-
-
 function _libvirt_install_dependencies() {
     local DEP_Debian_common="build-essential libtool autoconf autopoint \
                              xsltproc libxml2-utils pkg-config python-dev   \
index d6286b285b51be2c32fdc5d07547490e75aadce5..a49a1d1f582ab57a1878c1b2be942b2eaf1934da 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env bash
 
-source "$BASEDIR"/config
-source "$BASEDIR"/scripts/common-functions.sh
-
-
 function _xen_install_dependencies() {
     local DEP_Debian_common="build-essential python-dev gettext uuid-dev   \
              libncurses5-dev libyajl-dev libaio-dev pkg-config libglib2.0-dev  \