[X2go-Commits] buildscripts.git - master (branch) updated: 7cc72831ff00bb3720e9b321407f99508b52cadc

X2go dev team git-admin at x2go.org
Wed Dec 21 01:45:41 CET 2011


The branch, master has been updated
       via  7cc72831ff00bb3720e9b321407f99508b52cadc (commit)
      from  88b6a034e2527cb6dbd6df06a24977a105c35b0b (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 7cc72831ff00bb3720e9b321407f99508b52cadc
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Dec 21 01:43:20 2011 +0100

    fix package upload

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

Summary of changes:
 bin/build-package |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/bin/build-package b/bin/build-package
index 3a891b6..7cd3a1a 100755
--- a/bin/build-package
+++ b/bin/build-package
@@ -247,13 +247,13 @@ upload_packages() {
 			if [ "x$EXTRA_ARCHS_ONLY" = "x" ]; then	
 				for l_ARCH in amd64 i386; do 
 					cd "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH"
-					ls "$PROJECT_*.changes" &>/dev/null && dupload -c ~/.dupload.conf.$PREFIX --to $PREFIX-$l_DIST-$l_CODENAME "$PROJECT_*.changes"
+					ls *.changes &>/dev/null && dupload -c ~/.dupload.conf.$PREFIX --to $PREFIX-$l_DIST-$l_CODENAME *.changes
 					cd -
 				done
 			fi
 			for l_EXTRA_ARCH in $EXTRA_ARCHS; do 
 				cd "$PKGDIST/$l_DIST/$l_CODENAME/$l_EXTRA_ARCH"
-				ls "$PROJECT_*.changes" &>/dev/null && dupload -c ~/.dupload.conf.$PREFIX --to $PREFIX-$l_DIST-$l_CODENAME "$PROJECT_*.changes"
+				ls *.changes &>/dev/null && dupload -c ~/.dupload.conf.$PREFIX --to $PREFIX-$l_DIST-$l_CODENAME *.changes
 				cd -
 			done
 		done


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