From 497984afa27d22fc0ab42f6e77a1aec4b681c9d1 Mon Sep 17 00:00:00 2001 From: lisu Date: Tue, 16 Aug 2011 15:43:44 +0200 Subject: [PATCH] - clone packages repos to ~/rpm/packages --- builder | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builder b/builder index 2be0369..189d18a 100755 --- a/builder +++ b/builder @@ -815,8 +815,9 @@ 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 || { + 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 [ ! -f "$ASSUMED_NAME/$SPECFILE" ] && Exit_error err_no_spec_in_repo echo "Warning: package not in CVS - assuming new package" -- 2.44.0