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

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


The branch, master has been updated
       via  bf9ebc577359da6d7ddff50f8f5a3fd9ec51cb1a (commit)
      from  d67f2370600a76b79f048317664f802cd594cd65 (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 bf9ebc577359da6d7ddff50f8f5a3fd9ec51cb1a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Dec 21 02:41:37 2011 +0100

    not using 'cd -' as it behaves weird in for loops

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

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

The diff of changes is:
diff --git a/bin/build-package b/bin/build-package
index b8c5ac1..0d3f007 100755
--- a/bin/build-package
+++ b/bin/build-package
@@ -255,18 +255,15 @@ upload_packages() {
 					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
-					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 $PROJECT_*.changes &>/dev/null && dupload -c --to $PREFIX-$l_DIST-$l_CODENAME $PROJECT_*.changes
-				cd -
 			done
 		done
 	done
-	cd -
 	return 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