[X2go-Commits] buildscripts.git - master (branch) updated: 36e782e3c939f78e1e61ca50c1c3602d1995f701

X2go dev team git-admin at x2go.org
Thu Jun 23 00:50:29 CEST 2011


The branch, master has been updated
       via  36e782e3c939f78e1e61ca50c1c3602d1995f701 (commit)
      from  c788b7e0c67feec64ab558154fb91ac8bd1ca2fe (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 36e782e3c939f78e1e61ca50c1c3602d1995f701
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jun 23 00:50:56 2011 +0200

    Directly release into _release_ folder...

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

Summary of changes:
 bin/x2go-tarballrelease |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/bin/x2go-tarballrelease b/bin/x2go-tarballrelease
index 5103977..2779b60 100755
--- a/bin/x2go-tarballrelease
+++ b/bin/x2go-tarballrelease
@@ -39,7 +39,9 @@ git clone . "$TEMP_DIR/${PROJECT}_$RELEASE"
 ( set -e; cd "$TEMP_DIR/${PROJECT}_$RELEASE/" && git checkout ${CHECKOUT} 2>/dev/null || true )
 ( set -e; cd "$TEMP_DIR" && rm -Rf "${PROJECT}_$RELEASE/.git"* )
 ( 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/${PROJECT}_$RELEASE.tar.gz"
+mkdir -p "$TARGETDIR/_releases_/source/${PROJECT}/"
+tar c -C "$TEMP_DIR" --owner 0 --group 0 --numeric-owner --no-recursion --files-from "$MANIFEST" | gzip -n > "$TARGETDIR/_releases_/source/${PROJECT}/${PROJECT}_$RELEASE.tar.gz"
+
 
 
 


hooks/post-receive
-- 
buildscripts.git (buildscripts upstream project)

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 "buildscripts.git" (buildscripts upstream project).




More information about the x2go-commits mailing list