From 7fff2a600fb2fb939f2e2037bf7afcb3534a43fd Mon Sep 17 00:00:00 2001 From: Alberto Di Meglio Date: Thu, 7 Oct 2004 07:50:49 +0000 Subject: [PATCH] Added better formatting --- org.glite.deployment.lb/project/lxscript-rpm.xsl | 50 +++++++++++++++--------- 1 file changed, 32 insertions(+), 18 deletions(-) diff --git a/org.glite.deployment.lb/project/lxscript-rpm.xsl b/org.glite.deployment.lb/project/lxscript-rpm.xsl index 809e047..ab038a5 100644 --- a/org.glite.deployment.lb/project/lxscript-rpm.xsl +++ b/org.glite.deployment.lb/project/lxscript-rpm.xsl @@ -14,7 +14,7 @@ -#!/bin/sh -f +#!/bin/sh # # glite-wn_installer # usage: glite-wn_installer [-u] @@ -22,29 +22,43 @@ # # glite-wn_installer installs the gLite Worker Node Deployment Unit # - -# Install dependencies and gLite RPMS -rpm -Uvh *.rpm - + - -# Download gLite dependencies RPMS from repository - +############################################################################### +# Download global dependencies + + + +############################################################################### + + +############################################################################### +# Download dependencies RPMS from repository + + + +############################################################################### +# Download RPMS from repository + + + +############################################################################### + + +############################################################################### +# Install all RPMS +rpm -Uvh *.rpm +############################################################################### - -# Download gLite RPMS from repository - + + --..rpm +wget - - + + --..rpm wget /RPMS/ - - --..rpm -wget - - -- 1.8.2.3