From: Alberto Di Meglio Date: Thu, 7 Oct 2004 16:25:20 +0000 (+0000) Subject: First version of this file X-Git-Tag: glite-lb-common_R_0_2_0~117 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=bd2ccde75d06a2a7134cf616e88ad4e7a4fedd93;p=jra1mw.git First version of this file --- diff --git a/org.glite.deployment.lb/project/lxscript-tgz.xsl b/org.glite.deployment.lb/project/lxscript-tgz.xsl new file mode 100644 index 0000000..f04b648 --- /dev/null +++ b/org.glite.deployment.lb/project/lxscript-tgz.xsl @@ -0,0 +1,62 @@ + + + + + + + + + + + + +#!/bin/sh +# +# glite-wn_tgz_installer +# usage: glite-wn_tgz_installer [-u] +# -u uninstall +# +# glite-wn_tgz_installer installs the gLite Deployment Unit from biniary tarballs +# + +PREFIX=/opt/glite + +############################################################################### +# Download global dependencies + + + +############################################################################### + + +############################################################################### +# Download dependencies RPMS from repository + + + +############################################################################### +# Download RPMS from repository + + + +############################################################################### + + + + + + --..rpm +wget + + + + -_bin.tar.gz +wget i386/tgz/ +tar -xzf $PREFIX + + +