This is an automated email from the git hooks/post-receive script. pabs pushed a commit to branch master in repository devscripts.
commit 777c2e2d02a8e60ef6505bb9580e51c9e095ad83 Author: Paul Wise <[email protected]> Date: Wed Feb 5 19:56:36 2014 +0800 Use HTTPS for the buildd logs to avoid a redirect --- debian/changelog | 3 +++ scripts/getbuildlog.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7772cc4..4772e75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ devscripts (2.14.2) UNRELEASED; urgency=medium * Bump Standard-Version to 3.9.5. * Wrap long line in extended description. + [ Paul Wise ] + * Use HTTPS for the buildd logs to avoid a redirect + -- Jakub Wilk <[email protected]> Sun, 26 Jan 2014 21:50:35 +0100 devscripts (2.14.1) unstable; urgency=medium diff --git a/scripts/getbuildlog.sh b/scripts/getbuildlog.sh index b9b7a35..957362f 100755 --- a/scripts/getbuildlog.sh +++ b/scripts/getbuildlog.sh @@ -149,5 +149,5 @@ arch=$ARCH&ver=$LASTVERSION&stamp=[[:digit:]]+" fi } -getbuildlog http://buildd.debian.org +getbuildlog https://buildd.debian.org getbuildlog http://buildd.debian-ports.org -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
