generalized versions of plc configuration utilities
[myplc.git] / build-native.sh
index 662b525..bc4930b 100755 (executable)
@@ -60,29 +60,6 @@ echo "* myplc: Installing configuration file"
 install -D -m 444 default_config.xml ${tmpdir}/etc/planetlab/default_config.xml
 install -D -m 444 plc_config.dtd ${tmpdir}/etc/planetlab/plc_config.dtd
 
-# 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 \
-    ${tmpdir}/var/www/html/install-rpms/$nodefamily/yumgroups.xml
-# temporary - so that node update still work until yum.conf.php gets fixed
-( cd ${tmpdir}/var/www/html/install-rpms ; ln -s $nodefamily planetlab)
-
-# building myplc doc
-# beware that making the pdf file somehow overwrites the html
-make -C doc myplc.pdf 
-rm -f doc/myplc.html
-make -C doc myplc.html 
-
-# install doc
-for doc in myplc.html myplc.pdf ; do
-    install -D -m 644 doc/$doc ${tmpdir}/usr/share/myplc/doc/$doc
-done
-
-# create drupal pages
-# at this stage we dont have access to the PLCAPI html
-# so, let's just package build.common and do the job in the post-install script
-install -m 755 ./docbook2drupal.sh ${tmpdir}/usr/share/myplc/docbook2drupal.sh
+# yumgroups.xml and yum repo : let noderepo handle that
 
 exit 0