From df5fb209e684a9f2dab0039125598e2e08ffa449 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 25 Apr 2011 16:33:25 +0200 Subject: cloning the tmp Gits locally --- bin/x2go-buildpackage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/x2go-buildpackage b/bin/x2go-buildpackage index c4cb92f..1d4875d 100755 --- a/bin/x2go-buildpackage +++ b/bin/x2go-buildpackage @@ -81,7 +81,7 @@ cat BUILDS_FOR | egrep -v '(^$|^#.*$)' | while read line; do for l_CODENAME in $CODENAMES; do TEMP_DIR="$(mktemp -d --tmpdir=$TEMP_BASE)" mkdir -p $TEMP_DIR/$PACKAGE - git clone git://code.x2go.org/$PACKAGE.git $TEMP_DIR/$PACKAGE/ + git clone --local $PACKAGE_DIR $TEMP_DIR/$PACKAGE/ cd $TEMP_DIR/$PACKAGE git checkout $CHECKOUT # translate the version name for Debian releases -- cgit v1.2.3