This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from a3a2bcc bin/sbuild-deb-package: use the git clone in the temporary directory as the sbuild target, not the original sources directory. new 95cd5f1 bin/sbuild-deb-package: switch to httpredir.debian.org from http.debian.net. 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/sbuild-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 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