This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 95cd5f1875bca66e29a18e4440cadfbbdac2edb7 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Nov 16 15:07:28 2016 +0100 bin/sbuild-deb-package: switch to httpredir.debian.org from http.debian.net. --- bin/sbuild-deb-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index 179702d..e856f93 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -319,7 +319,7 @@ build_packages() { grep "${PROJECT}" <<< "${PACKAGE_WITHOUT_OTHERMIRROR}" || OTHERMIRROR="deb http://${REPOS_SERVER}/${l_DIST} ${l_CODENAME} ${COMPONENT}" fi if [ "${PROJECT}" = "x2gomatebindings" ] && [ "${codename}" = "wheezy" ]; then - OTHERMIRROR="deb http://http.debian.net/debian ${codename}-backports main" + OTHERMIRROR="deb http://httpredir.debian.org/debian ${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