This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 87c124a13795b62beeee67fc95ec76839e9e0bcb Author: James McCoy <[email protected]> Date: Mon Jan 12 23:10:39 2015 -0500 rmadison: Remove 404ing myon and debug URLs Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 1 + scripts/rmadison.pl | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 262e9cb..9ad8ac4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ devscripts (2.15.1+exp1) UNRELEASED; urgency=medium + Display the known URL aliases in the usage. + Display all the URLs in --help when $default_url is a comma-separated list. + + Remove 404ing myon and debug URLs [ Johannes Schauer ] * chdist: Also set Apt::Architectures to prevent foreign architectures from diff --git a/scripts/rmadison.pl b/scripts/rmadison.pl index 3e70bc0..0195097 100755 --- a/scripts/rmadison.pl +++ b/scripts/rmadison.pl @@ -49,8 +49,6 @@ EOT my %url_map = ( 'debian' => "https://qa.debian.org/madison.php", 'qa' => "https://qa.debian.org/madison.php", - 'myon' => "https://qa.debian.org/~myon/madison.php", - 'debug' => "http://debug.debian.net/cgi-bin/madison.cgi", 'ubuntu' => "http://people.canonical.com/~ubuntu-archive/madison.cgi", 'udd' => 'https://qa.debian.org/cgi-bin/madison.cgi', 'new' => 'https://qa.debian.org/cgi-bin/madison.cgi?table=new', @@ -278,7 +276,6 @@ show projectb snapshot and reload time (not supported by all archives) use I<URL> for the query. Supported shorthands are B<debian> or B<qa> https://qa.debian.org/madison.php - B<debug> http://debug.debian.net/cgi-bin/madison.cgi B<ubuntu> http://people.canonical.com/~ubuntu-archive/madison.cgi B<udd> https://qa.debian.org/cgi-bin/madison.cgi B<new> https://qa.debian.org/cgi-bin/madison.cgi?table=new -- 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
