This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 3c81972 home/.buildscripts/x2go.conf: add new stretch debian release. new edb3840 bin/build-deb-package: switch to debian backports for MATE packages on wheezy. 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/code.x2go.org/buildscripts.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 edb3840d666e502185e89ae84c8bded2a1fdf672 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 6 23:46:18 2015 +0200 bin/build-deb-package: switch to debian backports for MATE packages on wheezy. The repository on packages.mate-desktop.org is gone. --- 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 b2a9ce9..c374703 100755 --- a/bin/build-deb-package +++ b/bin/build-deb-package @@ -290,7 +290,7 @@ build_packages() { grep "${PROJECT}" <<< "${PACKAGE_WITHOUT_OTHERMIRROR}" || OTHERMIRROR="deb http://${REPOS_SERVER}/${l_DIST} ${l_CODENAME} ${COMPONENT}" fi if [ "${PROJECT}" = "x2gomatebindings" ] && [ "${l_CODENAME}" = "wheezy" ]; then - OTHERMIRROR="deb http://packages.mate-desktop.org/repo/debian ${l_CODENAME} main" + OTHERMIRROR="deb http://http.debian.net/debian ${l_CODENAME}-backports main" fi # create git changelog immediately prior to building the package -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git