From d3821eb90acb3dc160d5d1105317973d47b0ecd4 Mon Sep 17 00:00:00 2001 From: lisu Date: Tue, 16 Aug 2011 15:46:18 +0200 Subject: [PATCH] - do not enter to REPO_DIR when cloning package repo --- builder | 1 - 1 file changed, 1 deletion(-) diff --git a/builder b/builder index 189d18a..484cb1d 100755 --- a/builder +++ b/builder @@ -815,7 +815,6 @@ get_spec() { Exit_error err_not_implemented else ( - cd "$REPO_DIR" unset GIT_WORK_TREE git clone -o $REMOTE_PLD ${GIT_SERVER}:${PACKAGES_DIR}/${ASSUMED_NAME}.git "$REPO_DIR/${ASSUMED_NAME}" || { # softfail if new package, i.e not yet added to PLD rep -- 2.44.0