This is an automated email from the git hooks/post-receive script. adsb pushed a commit to branch master in repository devscripts.
commit 743c06b44562a32f154e90595f801757637b0ac7 Author: Adam D. Barratt <[email protected]> Date: Sat Aug 22 10:46:36 2015 +0100 getbuildlog: stop downloading logs from debian-ports The debian-ports buildd setup has been merged with the main wanna-build instance and all of the logs are available from buildd.debian.org. Downloading from both locations leads to the logs being duplicated; see Signed-off-by: Adam D. Barratt <[email protected]> --- scripts/getbuildlog.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/getbuildlog.sh b/scripts/getbuildlog.sh index 6a8c107..0e3bc00 100755 --- a/scripts/getbuildlog.sh +++ b/scripts/getbuildlog.sh @@ -149,4 +149,3 @@ arch=$ARCH&ver=$LASTVERSION&stamp=[[:digit:]]+" } 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
