summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-04-25 16:33:25 +0200
committerX2go Administrator <x2go-admin@minobo.das-netzwerkteam.de>2011-04-25 17:46:55 +0200
commitdf5fb209e684a9f2dab0039125598e2e08ffa449 (patch)
tree7b10493fbf9661266439a1c58086fe7bd9b5fa57
parentb2a2894d48ef5da801225d8481bcc857741862a9 (diff)
downloadbuildscripts-df5fb209e684a9f2dab0039125598e2e08ffa449.tar.gz
buildscripts-df5fb209e684a9f2dab0039125598e2e08ffa449.tar.bz2
buildscripts-df5fb209e684a9f2dab0039125598e2e08ffa449.zip
cloning the tmp Gits locally
-rwxr-xr-xbin/x2go-buildpackage2
1 files changed, 1 insertions, 1 deletions
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