From: Silvio Rhatto Date: Fri, 11 Apr 2025 11:57:28 +0000 (-0300) Subject: Fix: bootstrap: get list of repos through gitweb X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5ed0bbe7edaa17b21cae34b1d77e1b221fe76094;p=padrao.git Fix: bootstrap: get list of repos through gitweb --- diff --git a/docs/bootstrap.md b/docs/bootstrap.md index f95baa0..bbfbb37 100644 --- a/docs/bootstrap.md +++ b/docs/bootstrap.md @@ -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-//`"