From: Thierry Parmentelat Date: Thu, 21 Oct 2010 10:49:17 +0000 (+0200) Subject: added comment about resulting repos not being automatically indexed X-Git-Tag: foo~67 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ff59d10a87763bdd297e94b8a53244da48b4d83b;p=infrastructure.git added comment about resulting repos not being automatically indexed --- diff --git a/scripts/sfa-1.0-5.sh b/scripts/sfa-1.0-5.sh index baa8c36..82a73ab 100755 --- a/scripts/sfa-1.0-5.sh +++ b/scripts/sfa-1.0-5.sh @@ -1,3 +1,7 @@ +### IMPORTANT NOTE +# looks like after this has run successfully, +# the published repos still need to be indexed with createrepo + function liquid () { hostname | grep -q liquid ; } function reed () { hostname | grep -q reed ; } function velvet () { hostname | grep -q velvet ; }