From f2d575a83dd4b3479b3d4e784243d0b4a7e550d0 Mon Sep 17 00:00:00 2001 From: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Date: Wed, 21 Sep 2011 10:32:43 -0300 Subject: [PATCH] build-agent-files: Updated "coleta" repository name to "collect" Updated because the repository name was changed. Signed-off-by: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Acked-by: Adriano da Luz <al08@c3sl.ufpr.br> --- build-agent-files | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-agent-files b/build-agent-files index 4961100..4754e7b 100755 --- a/build-agent-files +++ b/build-agent-files @@ -62,7 +62,7 @@ fi # Ensure all repositories are ok printf "Updating git repositories...\n" -for repo in "${GITBASEDIR}/client:client" "${GITBASEDIR}/coleta:coleta"; do +for repo in "${GITBASEDIR}/client:client" "${GITBASEDIR}/collect:collect"; do REPOPATH="$(echo $repo |cut -d: -f1)" REPONAME="$(echo $repo |cut -d: -f2)" printf "${REPONAME}...\n" @@ -116,7 +116,7 @@ cd - printf "Starting collect-parser compilation...\n\n" sleep 1 -cd "${GITBASEDIR}/coleta" +cd "${GITBASEDIR}/collect" if make && make install; then printf "\n\n" printf "Collect-parser compilation is finished.\n%b" \ @@ -157,7 +157,7 @@ EOF printf "Copying collect files... " rsync -aHx --delete --exclude-from=${EXCLUDEFILE} \ - "${GITBASEDIR}/coleta/"* "${OUTDIR}" + "${GITBASEDIR}/collect/"* "${OUTDIR}" rm -Rf "${OUTDIR}/lib/libxml2"* printf "done.\n" -- GitLab