X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build-native.sh;h=2d7f720507be7f252b2880f6a99b4c0173bb017f;hb=refs%2Fheads%2Fmodular_build;hp=34525c727d6953cf7771ef034039b6d2da1df13f;hpb=133140d3be3c841a80014a9d40b469a9e5cf933e;p=myplc.git diff --git a/build-native.sh b/build-native.sh index 34525c7..2d7f720 100755 --- a/build-native.sh +++ b/build-native.sh @@ -9,7 +9,7 @@ # Marc E. Fiuczynski # Copyright (C) 2007 The Trustees of Princeton University # -# $Id: build-native.sh,v 1.1.2.3 2007/08/31 06:52:55 mef Exp $ +# $Id: build-native.sh,v 1.1.2.4 2007/08/31 06:53:39 mef Exp $ # . build.functions @@ -51,22 +51,11 @@ install -m 755 \ $srcdir/plc/scripts/gen-static-content.py \ ${tmpdir}/usr/bin/ -# Install web pages -echo "* myplc-native: Installing web pages" -mkdir -p ${tmpdir}/var/www/html -rsync -a $srcdir/new_plc_www/ ${tmpdir}/var/www/html/ - -# Install Drupal rewrite rules -install -D -m 644 $srcdir/new_plc_www/drupal.conf ${tmpdir}/etc/httpd/conf.d/drupal.conf - # Install configuration file echo "* myplc: Installing configuration file" install -D -m 444 plc_config.xml ${tmpdir}/etc/planetlab/default_config.xml install -D -m 444 plc_config.dtd ${tmpdir}/etc/planetlab/plc_config.dtd -# Remove generated bootmanager script -rm -f ${tmpdir}/var/www/html/boot/bootmanager.sh - # Initialize node RPMs directory. The PlanetLab-Bootstrap.tar.bz2 # tarball already contains all of the node RPMs pre-installed. Only # updates or optional packages should be placed in this directory.