[X2Go-Commits] buildscripts.git - master (branch) updated: 7120a43108c61113bb31f7af027bfd4b74d9014f

X2Go dev team git-admin at x2go.org
Thu Nov 28 09:13:47 CET 2013


The branch, master has been updated
       via  7120a43108c61113bb31f7af027bfd4b74d9014f (commit)
      from  844888d6da7097ece222b3d57052e52dd1f73049 (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 7120a43108c61113bb31f7af027bfd4b74d9014f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Nov 28 09:13:18 2013 +0100

    handle renaming of buildscripts inside the build script

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

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

The diff of changes is:
diff --git a/bin/build-deb-package b/bin/build-deb-package
index 17ede71..190cf27 100755
--- a/bin/build-deb-package
+++ b/bin/build-deb-package
@@ -314,7 +314,7 @@ upload_packages() {
 
 ### MAIN ###
 set_vars $@ && {
-	if [ "x$(basename $0)" = "x$PREFIX-build-package" ] || [ "x$(basename $0)" = "x$PREFIX-build+upload-package" ]; then
+	if [ "x$(basename $0)" = "x$PREFIX-build-deb-package" ] || [ "x$(basename $0)" = "x$PREFIX-build+upload-deb-package" ]; then
 		cd $PROJECT_DIR && pkgneedsbuild $CHECKOUT || [ "$FORCE_BUILD" -eq 0 ] && {
 			prepare_workspace && {
 				clear_pkgdist
@@ -322,7 +322,7 @@ set_vars $@ && {
 			}
 		}
 	fi
-	if [ "x$(basename $0)" = "x$PREFIX-upload-package" ] || [ "x$(basename $0)" = "x$PREFIX-build+upload-package" ]; then
+	if [ "x$(basename $0)" = "x$PREFIX-upload-deb-package" ] || [ "x$(basename $0)" = "x$PREFIX-build+upload-deb-package" ]; then
 		upload_packages
 	fi
 }


hooks/post-receive
-- 
buildscripts.git (X2Go packaging scripts)

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" (X2Go packaging scripts).




More information about the x2go-commits mailing list