[X2go-Commits] buildscripts.git - master (branch) updated: 146ca95e1971f3ddeb4819f22f1e97a07a659113

X2go dev team git-admin at x2go.org
Wed Jan 18 22:16:34 CET 2012


The branch, master has been updated
       via  146ca95e1971f3ddeb4819f22f1e97a07a659113 (commit)
      from  c7aa2e7bdfdceb1130ad420798b28ca1717b537c (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 146ca95e1971f3ddeb4819f22f1e97a07a659113
Author: X2go Administrator <x2go-admin at minobo.das-netzwerkteam.de>
Date:   Wed Jan 18 22:16:22 2012 +0100

    syntax fix

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

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 9c5c109..f1c24de 100755
--- a/bin/build-package
+++ b/bin/build-package
@@ -126,7 +126,7 @@ clear_pkgdist() {
 
 				if [ "x$EXTRA_ARCHS_ONLY" = "x" ]; then
 					for l_ARCH in amd64 i386; do
-						[ "x$SKIP_ARCH" != "x$l_ARCH" ] {
+						[ "x$SKIP_ARCH" != "x$l_ARCH" ] && {
 							mkdir -p "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH"
 							rm -f "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH/dupload.conf"
 							rm -f "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH/$PROJECT_"*.changes
@@ -254,7 +254,7 @@ upload_packages() {
 
 			if [ "x$EXTRA_ARCHS_ONLY" = "x" ]; then	
 				for l_ARCH in amd64 i386; do
-					[ "x$SKIP_ARCH" != "x$l_ARCH" ] {
+					[ "x$SKIP_ARCH" != "x$l_ARCH" ] && {
 						cd "$PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH"
 						test -f ./dupload.conf || ln -s ~/.dupload.conf.$PREFIX ./dupload.conf
 						ls $PROJECT_*.changes &>/dev/null && dupload -c --to $PREFIX-$l_DIST-$l_CODENAME $PROJECT_*.changes 0<&-


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