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

X2Go dev team git-admin at x2go.org
Tue Jan 1 01:55:07 CET 2013


The branch, master has been updated
       via  9d76539e72b69a041d670f2c8fb41d8befd51ef4 (commit)
      from  0623bb8891890bda7ef49c26cb1e6587f21ed06f (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 9d76539e72b69a041d670f2c8fb41d8befd51ef4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jan 1 01:55:31 2013 +0100

    use variable instead of hard-coded main archive area

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

Summary of changes:
 bin/build-package |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/bin/build-package b/bin/build-package
index f7ad0b9..e47e3c0 100755
--- a/bin/build-package
+++ b/bin/build-package
@@ -213,7 +213,7 @@ build_packages() {
 				mkdir -p $PKGDIST/$l_DIST/$l_CODENAME/{amd64,i386}
 				OTHERMIRROR=""
 				if [ "x$COMPONENT" = "x$COMPONENT_NIGHTLY" ]; then
-					echo $PACKAGE_WITHOUT_OTHERMIRROR | grep $PROJECT >/dev/null || OTHERMIRROR="deb http://$REPOS_SERVER/$l_DIST $l_CODENAME main $COMPONENT"
+					echo $PACKAGE_WITHOUT_OTHERMIRROR | grep $PROJECT >/dev/null || OTHERMIRROR="deb http://$REPOS_SERVER/$l_DIST $l_CODENAME $COMPONENT_MAIN $COMPONENT"
 				else
 					echo $PACKAGE_WITHOUT_OTHERMIRROR | grep $PROJECT >/dev/null || OTHERMIRROR="deb http://$REPOS_SERVER/$l_DIST $l_CODENAME $COMPONENT"
 				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