This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 5f05453 Windows: Code cleanup new ce0b35a x2go-deb-build-package: fetch MATE build-deps from MATE upstream repo for wheezy builds only The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/build-deb-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit ce0b35ac0c8a65151e6257314795e4ab71a74755 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Apr 12 23:58:23 2014 +0200 x2go-deb-build-package: fetch MATE build-deps from MATE upstream repo for wheezy builds only --- bin/build-deb-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-deb-package b/bin/build-deb-package index 5dd121d..a619871 100755 --- a/bin/build-deb-package +++ b/bin/build-deb-package @@ -240,7 +240,7 @@ build_packages() { else echo $PACKAGE_WITHOUT_OTHERMIRROR | grep $PROJECT >/dev/null || OTHERMIRROR="deb http://$REPOS_SERVER/$l_DIST $l_CODENAME $COMPONENT" fi - if [ $PROJECT = "x2gomatebindings" ]; then + if [ $PROJECT = "x2gomatebindings" ] && [ $l_CODENAME = "wheezy" ]; then OTHERMIRROR="deb http://packages.mate-desktop.org/repo/debian $l_CODENAME main" fi -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git