[Piuparts-commits] [piuparts] 01/01: piuparts-report.py: create https URLs in source_summary_url().

Holger Levsen holger at moszumanska.debian.org
Fri May 2 10:19:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 312c606b1ae03e63c9514a6b53d8675a3f8c871b
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri May 2 12:16:50 2014 +0200

    piuparts-report.py: create https URLs in source_summary_url().
---
 debian/changelog   | 3 +++
 piuparts-report.py | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 514e70b..b89e811 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ piuparts (0.59) UNRELEASED; urgency=low
   * piuparts.py:
     - mount selinuxfs read-only and on new location when possible. Thanks to
       Laurent Bigonville for the patch! (Closes: #682068)
+  * piuparts-report.py:
+    - create https URLs in source_summary_url(). This should probably be made
+      configurable.
 
  -- Holger Levsen <holger at debian.org>  Thu, 01 May 2014 00:42:23 +0200
 
diff --git a/piuparts-report.py b/piuparts-report.py
index 27ea3a8..b3caf18 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -564,7 +564,7 @@ def source_subdir(source):
         return source[:1]
 
 def source_summary_url(web_host, doc_root, section, src_pkg):
-    return( "http://%s%s/%s/source/%s/%s.html" %
+    return( "https://%s%s/%s/source/%s/%s.html" %
               (
                   web_host,
                   doc_root,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list