[X2go-Commits] buildscripts.git - master (branch) updated: 2696cdb736ab514d210f6126b7f2e66743cbdacd

X2go dev team git-admin at x2go.org
Wed Dec 21 02:20:08 CET 2011


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

    fix 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 5f68dab..afde99f 100755
--- a/bin/build-package
+++ b/bin/build-package
@@ -250,14 +250,14 @@ upload_packages() {
 				for l_ARCH in amd64 i386; do 
 					cd "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH"
 					test -f ./dupload.conf || ln -s ~/.dupload.conf.$PREFIX ./dupload.conf
-					ls *.changes &>/dev/null && dupload -c --to $PREFIX-$l_DIST-$l_CODENAME *.changes
+					ls $PROJECT_*.changes &>/dev/null && dupload -c --to $PREFIX-$l_DIST-$l_CODENAME $PROJECT_*.changes
 					cd -
 				done
 			fi
 			for l_EXTRA_ARCH in $EXTRA_ARCHS; do 
 				cd "$PKGDIST/$l_DIST/$l_CODENAME/$l_EXTRA_ARCH"
 				test -f ./dupload.conf || ln -s ~/.dupload.conf.$PREFIX ./dupload.conf
-				ls *.changes &>/dev/null && dupload -c --to $PREFIX-$l_DIST-$l_CODENAME *.changes
+				ls $PROJECT_*.changes &>/dev/null && dupload -c --to $PREFIX-$l_DIST-$l_CODENAME $PROJECT_*.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