This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 186a43ddf4ac5939156adad96f8184c7194d5011 Author: James McCoy <[email protected]> Date: Tue Mar 10 23:13:03 2015 -0400 who-permits-upload: Update URL to use https Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 1 + scripts/who-permits-upload.pl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7ab55a6..567811d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,7 @@ devscripts (2.15.1+exp1) UNRELEASED; urgency=medium * bts: Cancel the mail if the spawned editor exits with a non-zero exit code. This is an alternative way to cancel a command, rather than saving an empty message. (Closes: #778648) + * who-permits-upload: Update URL to use https. [ Johannes Schauer ] * chdist: Also set Apt::Architectures to prevent foreign architectures from diff --git a/scripts/who-permits-upload.pl b/scripts/who-permits-upload.pl index a781b12..546334c 100755 --- a/scripts/who-permits-upload.pl +++ b/scripts/who-permits-upload.pl @@ -27,7 +27,7 @@ use Getopt::Long; use constant {TYPE_PACKAGE => "package", TYPE_UID => "uid", TYPE_SPONSOR => "sponsor"}; use constant {SPONSOR_FINGERPRINT => 0, SPONSOR_NAME => 1}; -our $DM_URL = "http://ftp-master.debian.org/dm.txt"; +our $DM_URL = "https://ftp-master.debian.org/dm.txt"; our $KEYRING = "/usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-maintainers.gpg"; our $TYPE = "package"; our $GPG = "/usr/bin/gpg"; -- 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
