Skip to content
Snippets Groups Projects
Commit f2d575a8 authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci
Browse files

build-agent-files: Updated "coleta" repository name to "collect"


Updated because the repository name was changed.

Signed-off-by: default avatarErik Alexandre Pucci <eap08@c3sl.ufpr.br>
Acked-by: default avatarAdriano da Luz <al08@c3sl.ufpr.br>
parent 0ae42247
No related branches found
Tags v1.3.12-buildpackage
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment