]> git.decadent.org.uk Git - dak.git/commitdiff
Use more https://.
authorAnsgar Burchardt <ansgar@debian.org>
Mon, 13 Jan 2014 18:07:33 +0000 (19:07 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Mon, 13 Jan 2014 18:07:33 +0000 (19:07 +0100)
README
config/debian/removalsrss.rc
dak/queue_report.py
dak/show_deferred.py
dak/show_new.py
templates/rm.bug-close
templates/rm.bug-close-related
templates/rm.bug-close-with-related
tools/queue_rss.py

diff --git a/README b/README
index 68c91be6772982f5a13e24cead6150b4b9584c7d..2f9d5909f32c6a5fa456e42f67310bb63b7b7a83 100644 (file)
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ TODO file is an incomplete list of things needing to be done.
 There's a mailing list for discussion, development of and help with
 dak.  See:
 
-  http://lists.debian.org/debian-dak/
+  https://lists.debian.org/debian-dak/
 
 for archives and details on how to subscribe.
 
index 833d3311fe27ba7daa5fffcb70985850e67def5f..8e7f0dec20af7c5a5a3a342bb01f96ee99a09ae3 100755 (executable)
@@ -3,7 +3,7 @@ items: 16
 titlelength: 80
 
 title: Removals from Debian
-link: http://ftp-master.debian.org/removals.txt
+link: https://ftp-master.debian.org/removals.txt
 description: List of all the removals from Debian's archives
 subject: Removals from Debian
 creator: tfheen@debian.org
index 7e4e14745706027a31734c054fb1ec20827f849f..5e164285d8372599d8537bc922f644a77a99393c 100755 (executable)
@@ -183,7 +183,7 @@ def header():
   <head>
     <meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" />
     <link type="text/css" rel="stylesheet" href="style.css" />
-    <link rel="shortcut icon" href="http://www.debian.org/favicon.ico" />
+    <link rel="shortcut icon" href="https://www.debian.org/favicon.ico" />
     <title>
       Debian NEW and BYHAND Packages
     </title>
@@ -209,22 +209,22 @@ def header():
   </head>
   <body id="NEW">
     <div id="logo">
-      <a href="http://www.debian.org/">
-        <img src="http://www.debian.org/logos/openlogo-nd-50.png"
+      <a href="https://www.debian.org/">
+        <img src="https://www.debian.org/logos/openlogo-nd-50.png"
         alt="debian logo" /></a>
-      <a href="http://www.debian.org/">
-        <img src="http://www.debian.org/Pics/debian.png"
+      <a href="https://www.debian.org/">
+        <img src="https://www.debian.org/Pics/debian.png"
         alt="Debian Project" /></a>
     </div>
     <div id="titleblock">
 
-      <img src="http://www.debian.org/Pics/red-upperleft.png"
+      <img src="https://www.debian.org/Pics/red-upperleft.png"
       id="red-upperleft" alt="corner image"/>
-      <img src="http://www.debian.org/Pics/red-lowerleft.png"
+      <img src="https://www.debian.org/Pics/red-lowerleft.png"
       id="red-lowerleft" alt="corner image"/>
-      <img src="http://www.debian.org/Pics/red-upperright.png"
+      <img src="https://www.debian.org/Pics/red-upperright.png"
       id="red-upperright" alt="corner image"/>
-      <img src="http://www.debian.org/Pics/red-lowerright.png"
+      <img src="https://www.debian.org/Pics/red-lowerright.png"
       id="red-lowerright" alt="corner image"/>
       <span class="title">
         Debian NEW and BYHAND Packages
@@ -240,7 +240,7 @@ def footer():
     <div class="footer">
     <p>Hint: Age is the youngest upload of the package, if there is more than
     one version.<br />
-    You may want to look at <a href="http://ftp-master.debian.org/REJECT-FAQ.html">the REJECT-FAQ</a>
+    You may want to look at <a href="https://ftp-master.debian.org/REJECT-FAQ.html">the REJECT-FAQ</a>
       for possible reasons why one of the above packages may get rejected.</p>
       <p>
       <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10"
@@ -334,7 +334,7 @@ def table_row(source, version, arch, last_mod, maint, distribution, closes, fing
 
     print "<td class=\"closes\">"
     for close in closes:
-        print "<a href=\"http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s\">#%s</a><br/>" % (utils.html_escape(close), utils.html_escape(close))
+        print "<a href=\"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s\">#%s</a><br/>" % (utils.html_escape(close), utils.html_escape(close))
     print "</td></tr>"
     row_number+=1
 
index 53f568e0df60844bd470095c330a03c8b1f13e94..a76fd389ea8ef484feba22ff99ef35c1c5356291 100755 (executable)
@@ -53,32 +53,32 @@ def header():
         <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
         <title>Deferred uploads to Debian</title>
         <link type="text/css" rel="stylesheet" href="style.css">
-        <link rel="shortcut icon" href="http://www.debian.org/favicon.ico">
+        <link rel="shortcut icon" href="https://www.debian.org/favicon.ico">
         </head>
         <body>
         <div align="center">
-        <a href="http://www.debian.org/">
-     <img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
-        <a href="http://www.debian.org/">
-     <img src="http://www.debian.org/Pics/debian.png" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
+        <a href="https://www.debian.org/">
+     <img src="https://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
+        <a href="https://www.debian.org/">
+     <img src="https://www.debian.org/Pics/debian.png" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
         </div>
         <br />
         <table class="reddy" width="100%">
         <tr>
         <td class="reddy">
-    <img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0"
+    <img src="https://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0"
      alt="" width="15" height="16"></td>
         <td rowspan="2" class="reddy">Deferred uploads to Debian</td>
         <td class="reddy">
-    <img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0"
+    <img src="https://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0"
      alt="" width="16" height="16"></td>
         </tr>
         <tr>
         <td class="reddy">
-    <img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0"
+    <img src="https://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0"
      alt="" width="16" height="16"></td>
         <td class="reddy">
-    <img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0"
+    <img src="https://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0"
      alt="" width="15" height="16"></td>
         </tr>
         </table>
@@ -117,7 +117,7 @@ def table_row(changesname, delay, changed_by, closes, fingerprint):
     res += (2*'<td valign="top">%s</td>')%tuple(map(html_escape,(changesname,delay)))
     res += '<td valign="top">%s<br><span class=\"deferredfp\">Fingerprint: %s</span></td>' % (html_escape(changed_by), fingerprint)
     res += ('<td valign="top">%s</td>' %
-             ''.join(map(lambda close:  '<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s">#%s</a><br>' % (close, close),closes)))
+             ''.join(map(lambda close:  '<a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%s">#%s</a><br>' % (close, close),closes)))
     res += '</tr>\n'
     row_number+=1
     return res
index 1397a324f6eae35d2fd8a5b5d105fda3a1a6bdb9..eff1116afe1dec1e14a60109aee8e35e6bba781d 100755 (executable)
@@ -62,7 +62,7 @@ def html_header(name, missing):
     />
     <title>%(name)s - Debian NEW package overview</title>
     <link type="text/css" rel="stylesheet" href="/style.css" />
-    <link rel="shortcut icon" href="http://www.debian.org/favicon.ico" />
+    <link rel="shortcut icon" href="https://www.debian.org/favicon.ico" />
     <script type="text/javascript">
       //<![CDATA[
       <!--
@@ -89,21 +89,21 @@ def html_header(name, missing):
   </head>
   <body id="NEW-details-page">
     <div id="logo">
-      <a href="http://www.debian.org/">
-        <img src="http://www.debian.org/logos/openlogo-nd-50.png"
+      <a href="https://www.debian.org/">
+        <img src="https://www.debian.org/logos/openlogo-nd-50.png"
         alt="debian logo" /></a>
-      <a href="http://www.debian.org/">
-        <img src="http://www.debian.org/Pics/debian.png"
+      <a href="https://www.debian.org/">
+        <img src="https://www.debian.org/Pics/debian.png"
         alt="Debian Project" /></a>
     </div>
     <div id="titleblock">
-      <img src="http://www.debian.org/Pics/red-upperleft.png"
+      <img src="https://www.debian.org/Pics/red-upperleft.png"
       id="red-upperleft" alt="corner image"/>
-      <img src="http://www.debian.org/Pics/red-lowerleft.png"
+      <img src="https://www.debian.org/Pics/red-lowerleft.png"
       id="red-lowerleft" alt="corner image"/>
-      <img src="http://www.debian.org/Pics/red-upperright.png"
+      <img src="https://www.debian.org/Pics/red-upperright.png"
       id="red-upperright" alt="corner image"/>
-      <img src="http://www.debian.org/Pics/red-lowerright.png"
+      <img src="https://www.debian.org/Pics/red-lowerright.png"
       id="red-lowerright" alt="corner image"/>
       <span class="title">
         Debian NEW package overview for %(name)s
index d3cd09082f86ed2d2c795a008cbd4a6aee604d53..08a3d8a77c961abd6fc00b8e6e688e42882fa61e 100644 (file)
@@ -37,7 +37,7 @@ can still be found using http://snapshot.debian.org/.
 Thank you for reporting the bug, which will now be closed.  If you
 have further comments please address them to __BUG_NUMBER__@__BUG_SERVER__.
 
-The full log for this bug can be viewed at http://__BUG_SERVER__/__BUG_NUMBER__
+The full log for this bug can be viewed at https://__BUG_SERVER__/__BUG_NUMBER__
 
 This message was generated automatically; if you believe that there is
 a problem with it please contact the archive administrators by mailing
index 3c5cbe0dc8faedbdb4fb41e02652266e0e7c28d4..4963b47b5225ffefa935c2e60fda31035dec95f3 100644 (file)
@@ -16,7 +16,7 @@ as the package __SOURCE__ has just been removed from the Debian archive
 __SUITE_LIST__ we hereby close the associated bug reports.  We are sorry
 that we couldn't deal with your issue properly.
 
-For details on the removal, please see http://__BUG_SERVER__/__BUG_NUMBER__
+For details on the removal, please see https://__BUG_SERVER__/__BUG_NUMBER__
 
 The version of this package that was in Debian prior to this removal
 can still be found using http://snapshot.debian.org/.
index e097a756e498bc69baa9e14f7abfe0746fc8a42a..fc02eaf3d3bbdf320c0807a7fb43840119222b4c 100644 (file)
@@ -33,7 +33,7 @@ correctly or should have been re-assigned to another package.
 Thank you for reporting the bug, which will now be closed.  If you
 have further comments please address them to __BUG_NUMBER__@__BUG_SERVER__.
 
-The full log for this bug can be viewed at http://__BUG_SERVER__/__BUG_NUMBER__
+The full log for this bug can be viewed at https://__BUG_SERVER__/__BUG_NUMBER__
 
 This message was generated automatically; if you believe that there is
 a problem with it please contact the archive administrators by mailing
index fc1ad3deb0f1c57d7bc02d4db6b6b375f474a807..da74a0dfae7a1b45bb5d8c4f4478945ffd2d4bb6 100755 (executable)
@@ -42,12 +42,12 @@ class Status:
     def __init__(self):
         self.feed_in = PyRSS2Gen.RSS2(
                        title = "Packages entering NEW",
-                       link = "http://ftp-master.debian.org/new.html",
+                       link = "https://ftp-master.debian.org/new.html",
                        description = "Debian packages entering the NEW queue" )
 
         self.feed_out = PyRSS2Gen.RSS2(
                        title = "Packages leaving NEW",
-                       link = "http://ftp-master.debian.org/new.html",
+                       link = "https://ftp-master.debian.org/new.html",
                        description = "Debian packages leaving the NEW queue" )
 
         self.queue = {}
@@ -138,7 +138,7 @@ def add_rss_item(status, msg, direction):
             (cgi.escape(msg['Description']),
              cgi.escape(msg['Changes']))
 
-    link = "http://ftp-master.debian.org/new/%s_%s.html" % \
+    link = "https://ftp-master.debian.org/new/%s_%s.html" % \
             (msg['Source'], msg['Version'])
 
     feed.items.insert(0,