diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-04-25 16:33:25 +0200 |
---|---|---|
committer | X2go Administrator <x2go-admin@minobo.das-netzwerkteam.de> | 2011-04-25 17:46:55 +0200 |
commit | df5fb209e684a9f2dab0039125598e2e08ffa449 (patch) | |
tree | 7b10493fbf9661266439a1c58086fe7bd9b5fa57 | |
parent | b2a2894d48ef5da801225d8481bcc857741862a9 (diff) | |
download | buildscripts-df5fb209e684a9f2dab0039125598e2e08ffa449.tar.gz buildscripts-df5fb209e684a9f2dab0039125598e2e08ffa449.tar.bz2 buildscripts-df5fb209e684a9f2dab0039125598e2e08ffa449.zip |
cloning the tmp Gits locally
-rwxr-xr-x | bin/x2go-buildpackage | 2 |
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 |