From 2f26879914eea7a97296a97fec0513318a5b54a8 Mon Sep 17 00:00:00 2001 From: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Date: Thu, 1 Mar 2012 12:02:16 -0300 Subject: [PATCH] build-agent-files: Updated GIT repository directory name to "proinfodata" Signed-off-by: Erik Alexandre Pucci <eap08@c3sl.ufpr.br> Acked-by: Marcos Castilho <marcos@inf.ufpr.br> --- build-agent-files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-agent-files b/build-agent-files index 4754e7b..dd9be13 100755 --- a/build-agent-files +++ b/build-agent-files @@ -76,7 +76,8 @@ for repo in "${GITBASEDIR}/client:client" "${GITBASEDIR}/collect:collect"; do exit 4 else printf "git clone ${REPONAME}...\n" - if git clone ${GITUSER}@${GITSERVER}:seed2/${REPONAME}.git; then + if git clone ${GITUSER}@${GITSERVER}:proinfodata/${REPONAME}.git + then cd - &> /dev/null cd "${REPOPATH}" else -- GitLab