add an entry for the monitor server. this value will be needed at the nodes.
[myplc.git] / build.sh
index 3aa867e..8e5d9b4 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -34,7 +34,7 @@ datadirs=(
 /var/www/html/alpina-logs
 /var/www/html/boot
 /var/www/html/download
-/var/www/html/download-planetlab-i386
+/var/www/html/download-${pldistro}-${pl_DISTRO_ARCH}
 /var/www/html/files
 /var/www/html/sites
 /var/www/html/generated
@@ -130,14 +130,7 @@ pl_fixtmp_permissions data
 # Remove generated bootmanager script
 rm -f data/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.
-nodefamily=${pldistro}-${pl_DISTRO_ARCH}
-install -D -m 644 $pl_DISTRO_YUMGROUPS \
-    data/var/www/html/install-rpms/$nodefamily/yumgroups.xml
-# temporary - so that node update still work until yum.conf.php gets fixed
-( cd data/var/www/html/install-rpms ; ln -s $nodefamily planetlab)
+# yumgroups.xml and yum repo : let noderepo handle that
 
 # Make image out of directory
 echo "* myplc: Building loopback image"