[X2go-Commits] nx-libs.git - nx-buildscripts (branch) updated: 9e7d9489689e5cdd42d6fa048f1a4b3754898766

X2go dev team git-admin at x2go.org
Thu Feb 16 19:36:48 CET 2012


The branch, nx-buildscripts has been updated
       via  9e7d9489689e5cdd42d6fa048f1a4b3754898766 (commit)
      from  87585cfc6eeaa4f67e1e80612741a4a3d6b69bb5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9e7d9489689e5cdd42d6fa048f1a4b3754898766
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Feb 16 19:36:44 2012 +0100

    of course, we have to checkout $CHECKOUT in the temp git clone repos, not in the current working directory

-----------------------------------------------------------------------

Summary of changes:
 bin/nx-tarballrelease |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/bin/nx-tarballrelease b/bin/nx-tarballrelease
index 5447c8d..7f4c6ff 100755
--- a/bin/nx-tarballrelease
+++ b/bin/nx-tarballrelease
@@ -59,7 +59,7 @@ trap "rm -f \"${MANIFEST}\"; rm -rf \"${TEMP_DIR}\"" 0
 # create local copy of Git project at temp location
 git clone . "$TEMP_DIR/${PROJECT}_$RELEASE"
 if [ "x$RELEASE" != "xHEAD" ]; then
-	git checkout $CHECKOUT
+	( set -e; cd "$TEMP_DIR/${PROJECT}_$RELEASE/" && git checkout $CHECKOUT; )
 fi
 
 # prepare patches for lite and full tarball


hooks/post-receive
-- 
nx-libs.git (NX (redistributed))

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX (redistributed)).




More information about the x2go-commits mailing list