[X2go-Commits] nx-libs.git - nx-buildscripts (branch) updated: 6ef1f6ac8ed996097df92fa800d47876390090ee

X2Go dev team git-admin at x2go.org
Thu Jun 28 19:11:59 CEST 2012


The branch, nx-buildscripts has been updated
       via  6ef1f6ac8ed996097df92fa800d47876390090ee (commit)
      from  12a71b8bc04917b5c1e62ae2f01ca206243678a1 (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 6ef1f6ac8ed996097df92fa800d47876390090ee
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jun 28 19:11:57 2012 +0200

    fix undescore vs. dash issue in nx-tarballrelease

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

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 f74884d..8f71762 100755
--- a/bin/nx-tarballrelease
+++ b/bin/nx-tarballrelease
@@ -92,4 +92,4 @@ mkdir -p "$TARGETDIR/_releases_/source/${PROJECT}/"
 
 # roll the ball...
 ( set -e; cd "$TEMP_DIR" && find "${PROJECT}_$RELEASE" -type f | sed 's/^\.*\/*//' | sort > "$MANIFEST" )
-tar c -C "$TEMP_DIR" --owner 0 --group 0 --numeric-owner --no-recursion --files-from "$MANIFEST" | gzip -n > "$TARGETDIR/_releases_/source/${PROJECT}/${PROJECT}_${RELEASE}${RELEASE_SUFFIX}.tar.gz"
+tar c -C "$TEMP_DIR" --owner 0 --group 0 --numeric-owner --no-recursion --files-from "$MANIFEST" | gzip -n > "$TARGETDIR/_releases_/source/${PROJECT}/${PROJECT}-${RELEASE}${RELEASE_SUFFIX}.tar.gz"


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