]> gitweb.fluxo.info Git - padrao.git/commitdiff
Fix: bootstrap: get list of repos through gitweb
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 11 Apr 2025 11:57:28 +0000 (08:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 11 Apr 2025 11:57:28 +0000 (08:57 -0300)
docs/bootstrap.md

index f95baa0ba1de8a2d3e106ec8ec40b8723f06a560..bbfbb37243e3299cbcb9b44535aff87a4cb87d38 100644 (file)
@@ -211,8 +211,7 @@ Gere novas chaves para os nós configurados e as envie para os nós:
     git init
     git add .
 
-    # FIXME: this needs update
-    repos="`lynx -dump http://git.fluxo.info/?a=project_index | awk '{ print $1 }' | grep ^puppet-`"
+    repos="`lynx -dump http://gitweb.fluxo.info/?a=project_index | awk '{ print $1 }' | grep ^puppet-`"
 
     for repo in $repos; do
       module="`basename $repo .git | sed -e s/^puppet-//`"