]> git.decadent.org.uk Git - dak.git/commitdiff
Use more https://
authorAnsgar Burchardt <ansgar@debian.org>
Tue, 17 Mar 2015 23:06:54 +0000 (00:06 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Tue, 17 Mar 2015 23:06:54 +0000 (00:06 +0100)
12 files changed:
config/debian/apache.conf-ftp
config/debian/contributor.source
config/debian/cron.daily
dak/cruft_report.py
dak/queue_report.py
daklib/queue.py
daklib/utils.py
scripts/debian/update-bugdoctxt
scripts/debian/update-mailingliststxt
scripts/debian/update-pseudopackages.sh
scripts/nfu/get-w-b-db
tools/dsync-0.0/doc/dsync-flist.1.yo

index bda84adfa9563d998db5ee1b946ee56e6154a945..3f40a451a390c205e9663ee4e07728f5fd329cb7 100644 (file)
@@ -10,9 +10,9 @@ Use common-debian-service-https-redirect * ftp-master.debian.org
   Use common-debian-service-ssl ftp-master.debian.org
   Use common-ssl-HSTS
 
   Use common-debian-service-ssl ftp-master.debian.org
   Use common-ssl-HSTS
 
-  Redirect permanent /proposed-updates.html http://release.debian.org/proposed-updates/stable.html
-  Redirect permanent /oldstable-proposed-updates.html http://release.debian.org/proposed-updates/oldstable.html
-  Redirect permanent /testing/hints/transitions.yaml http://ftp-master.debian.org/transitions.yaml
+  Redirect permanent /proposed-updates.html https://release.debian.org/proposed-updates/stable.html
+  Redirect permanent /oldstable-proposed-updates.html https://release.debian.org/proposed-updates/oldstable.html
+  Redirect permanent /testing/hints/transitions.yaml https://ftp-master.debian.org/transitions.yaml
   Alias /users/ /srv/ftp.debian.org/web-users/
 
   <Directory /srv/ftp.debian.org/web-users>
   Alias /users/ /srv/ftp.debian.org/web-users/
 
   <Directory /srv/ftp.debian.org/web-users>
index 2d9ce6d4ca9efcddc9c20453bba42de2778f6432..c801d1fd1296b8e9875d1f06f2a2d96917c3de80 100644 (file)
@@ -8,7 +8,7 @@ query:
           FROM source s
           JOIN fingerprint f ON s.sig_fpr = f.id
           JOIN uid u ON f.uid = u.id
           FROM source s
           JOIN fingerprint f ON s.sig_fpr = f.id
           JOIN uid u ON f.uid = u.id
-url: http://qa.debian.org/developer.php?login={id}&comaint=yes
+url: https://qa.debian.org/developer.php?login={id}&comaint=yes
 
 contribution: maint
 method: postgres
 
 contribution: maint
 method: postgres
@@ -18,5 +18,5 @@ query:
                c.name as id
           FROM source s
           JOIN maintainer c ON s.changedby = c.id
                c.name as id
           FROM source s
           JOIN maintainer c ON s.changedby = c.id
-url: http://qa.debian.org/developer.php?login={id}&comaint=yes
+url: https://qa.debian.org/developer.php?login={id}&comaint=yes
 
 
index 48360d8c016007a60c8f27981333b6aae7983f3a..1214bab131211019ca93ac844c9f33ece251e623 100755 (executable)
@@ -30,7 +30,7 @@ LOGFILE="$logdir/daily_${NOW}.log"
 exec >> "$LOGFILE" 2>&1
 
 # get the latest list of wnpp bugs and their source packages
 exec >> "$LOGFILE" 2>&1
 
 # get the latest list of wnpp bugs and their source packages
-wget -q -O${TMPFILE} http://qa.debian.org/data/bts/wnpp_rm
+wget -q -O${TMPFILE} https://qa.debian.org/data/bts/wnpp_rm
 chmod go+r ${TMPFILE}
 mv ${TMPFILE} /srv/ftp-master.debian.org/scripts/masterfiles/wnpp_rm
 
 chmod go+r ${TMPFILE}
 mv ${TMPFILE} /srv/ftp-master.debian.org/scripts/masterfiles/wnpp_rm
 
index 7dedceed886c1c9f4c11c0e3fab4db0389147764..a960a686717cbedf881d07317cad2078e08aa4ab 100755 (executable)
@@ -61,7 +61,7 @@ Check for obsolete or duplicated packages.
   -m, --mode=MODE           chose the MODE to run in (full, daily, bdo).
   -s, --suite=SUITE         check suite SUITE.
   -R, --rdep-check          check reverse dependencies
   -m, --mode=MODE           chose the MODE to run in (full, daily, bdo).
   -s, --suite=SUITE         check suite SUITE.
   -R, --rdep-check          check reverse dependencies
-  -w, --wanna-build-dump    where to find the copies of http://buildd.debian.org/stats/*.txt"""
+  -w, --wanna-build-dump    where to find the copies of https://buildd.debian.org/stats/*.txt"""
     sys.exit(exit_code)
 
 ################################################################################
     sys.exit(exit_code)
 
 ################################################################################
index d2c8d790081590956031973712673b3b1342e5f4..a4b997af90e17e26cf242057c3a658d33437e281 100755 (executable)
@@ -314,12 +314,12 @@ def table_row(source, version, arch, last_mod, maint, distribution, closes, fing
     (name, mail) = maint.split(":", 1)
 
     print "<td class=\"upload-data\">"
     (name, mail) = maint.split(":", 1)
 
     print "<td class=\"upload-data\">"
-    print "<span class=\"maintainer\">Maintainer: <a href=\"http://qa.debian.org/developer.php?login=%s\">%s</a></span><br/>" % (utils.html_escape(mail), utils.html_escape(name))
+    print "<span class=\"maintainer\">Maintainer: <a href=\"https://qa.debian.org/developer.php?login=%s\">%s</a></span><br/>" % (utils.html_escape(mail), utils.html_escape(name))
     (name, mail) = changedby.split(":", 1)
     (name, mail) = changedby.split(":", 1)
-    print "<span class=\"changed-by\">Changed-By: <a href=\"http://qa.debian.org/developer.php?login=%s\">%s</a></span><br/>" % (utils.html_escape(mail), utils.html_escape(name))
+    print "<span class=\"changed-by\">Changed-By: <a href=\"https://qa.debian.org/developer.php?login=%s\">%s</a></span><br/>" % (utils.html_escape(mail), utils.html_escape(name))
 
     if sponsor:
 
     if sponsor:
-        print "<span class=\"sponsor\">Sponsor: <a href=\"http://qa.debian.org/developer.php?login=%s\">%s</a>@debian.org</span><br/>" % (utils.html_escape(sponsor), utils.html_escape(sponsor))
+        print "<span class=\"sponsor\">Sponsor: <a href=\"https://qa.debian.org/developer.php?login=%s\">%s</a>@debian.org</span><br/>" % (utils.html_escape(sponsor), utils.html_escape(sponsor))
 
     print "<span class=\"signature\">Fingerprint: %s</span>" % (fingerprint)
     print "</td>"
 
     print "<span class=\"signature\">Fingerprint: %s</span>" % (fingerprint)
     print "</td>"
index 5a5c8f90f07db110f4a6150f1c7eff66fb9143ff..b869e04fa3fa952f59180b1df2125b3d991554bf 100644 (file)
@@ -407,7 +407,7 @@ class Upload(object):
         return sponsored
 
     def check_dm_upload(self, fpr, session):
         return sponsored
 
     def check_dm_upload(self, fpr, session):
-        # Quoth the GR (http://www.debian.org/vote/2007/vote_003):
+        # Quoth the GR (https://www.debian.org/vote/2007/vote_003):
         ## none of the uploaded packages are NEW
         ## none of the packages are being taken over from other source packages
         for b in self.pkg.changes["binary"].keys():
         ## none of the uploaded packages are NEW
         ## none of the packages are being taken over from other source packages
         for b in self.pkg.changes["binary"].keys():
index 94737d227277df891c618d40cf0672404fbb77ac..a30107be57632d18b3f604cd8a4094395fd19de8 100644 (file)
@@ -566,7 +566,7 @@ def build_file_list(changes, is_a_dsc=0, field="files", hashname="md5sum"):
 
 ################################################################################
 
 
 ################################################################################
 
-# see http://bugs.debian.org/619131
+# see https://bugs.debian.org/619131
 def build_package_list(dsc, session = None):
     if not dsc.has_key("package-list"):
         return {}
 def build_package_list(dsc, session = None):
     if not dsc.has_key("package-list"):
         return {}
@@ -1557,7 +1557,7 @@ Cnf = config.Config().Cnf
 
 def parse_wnpp_bug_file(file = "/srv/ftp-master.debian.org/scripts/masterfiles/wnpp_rm"):
     """
 
 def parse_wnpp_bug_file(file = "/srv/ftp-master.debian.org/scripts/masterfiles/wnpp_rm"):
     """
-    Parses the wnpp bug list available at http://qa.debian.org/data/bts/wnpp_rm
+    Parses the wnpp bug list available at https://qa.debian.org/data/bts/wnpp_rm
     Well, actually it parsed a local copy, but let's document the source
     somewhere ;)
 
     Well, actually it parsed a local copy, but let's document the source
     somewhere ;)
 
index 6c4ece0cf24c151d5f38ec4380350114cdfd4337..d5e6416ae8a2e2f6f4e82ade409ed81eefa125ac 100755 (executable)
@@ -8,14 +8,14 @@ export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars
 export TERM=linux
 
 destdir=$ftpdir/doc
 export TERM=linux
 
 destdir=$ftpdir/doc
-urlbase=http://www.debian.org/Bugs/
+urlbase=https://www.debian.org/Bugs/
 
 cd $destdir
 
 convert () {
        src=$1; dst=$2
        rm -f .new-$dst
 
 cd $destdir
 
 convert () {
        src=$1; dst=$2
        rm -f .new-$dst
-       echo Generating $dst from http://www.debian.org/Bugs/$src ...
+       echo Generating $dst from https://www.debian.org/Bugs/$src ...
        lynx -nolist -dump $urlbase$src | sed -e 's/^ *$//' | perl -00 -ne 'exit if /Back to the Debian Project homepage/; print unless ($.==1 || $.==2 || $.==3 || /^\s*Other BTS pages:$/m)' >.new-$dst
        if cmp -s .new-$dst $dst ; then rm -f .new-$dst
        else mv -f .new-$dst $dst
        lynx -nolist -dump $urlbase$src | sed -e 's/^ *$//' | perl -00 -ne 'exit if /Back to the Debian Project homepage/; print unless ($.==1 || $.==2 || $.==3 || /^\s*Other BTS pages:$/m)' >.new-$dst
        if cmp -s .new-$dst $dst ; then rm -f .new-$dst
        else mv -f .new-$dst $dst
index 950c8177ef209eca8ed88fb0d1c2650e385bada0..f873d5485c5a3f6b9d37f485b0f46c0b488707b2 100755 (executable)
@@ -11,6 +11,6 @@ export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars
 cd $ftpdir/doc
 
 echo Updating archive version of mailing-lists.txt
 cd $ftpdir/doc
 
 echo Updating archive version of mailing-lists.txt
-wget -t1 -T20 -q -N http://www.debian.org/misc/mailing-lists.txt || \
+wget -t1 -T20 -q -N https://www.debian.org/misc/mailing-lists.txt || \
   echo "Some error occured..."
 
   echo "Some error occured..."
 
index 62d234cecc7d3da3703ee608aaabe2ff3ab30efe..11fdccd74085bc6b033039794e0d8eda2eb6474f 100755 (executable)
@@ -12,5 +12,5 @@ cd ${scriptdir}/masterfiles
 
 echo Updating archive version of pseudo-packages
 for file in maintainers description; do
 
 echo Updating archive version of pseudo-packages
 for file in maintainers description; do
-       wget -t2 -T20 -q -N http://bugs.debian.org/pseudopackages/pseudo-packages.${file} || echo "Some error occured with $file..."
+       wget -t2 -T20 -q -N https://bugs.debian.org/pseudopackages/pseudo-packages.${file} || echo "Some error occured with $file..."
 done
 done
index 42e2c6ad48ba99af6b79a19534b177b2bb36299c..eabbdc516ec0256734e30b7356629c779a512937 100755 (executable)
@@ -34,5 +34,5 @@ export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars
 WB_DB_DIR=${WB_DB_DIR:-${scriptdir}/nfu}
 
 for arch in $(dak admin s-a list-arch unstable); do
 WB_DB_DIR=${WB_DB_DIR:-${scriptdir}/nfu}
 
 for arch in $(dak admin s-a list-arch unstable); do
-    wget -q http://buildd.debian.org/stats/$arch-all.txt -O ${WB_DB_DIR}/${arch}-all.txt || echo "No w-b dump for ${arch}"
+    wget -q https://buildd.debian.org/stats/$arch-all.txt -O ${WB_DB_DIR}/${arch}-all.txt || echo "No w-b dump for ${arch}"
 done
 done
index fbb268a80edfa6115cec7080f4c5d4a2f59b6592..ca9b787475f38b01933cd139530896f2243052c3 100644 (file)
@@ -152,7 +152,7 @@ manpagediagnostics()
 dsync-flist returns zero on normal operation, decimal 100 on error.
 
 manpagebugs()
 dsync-flist returns zero on normal operation, decimal 100 on error.
 
 manpagebugs()
-See http://bugs.debian.org/dsync.  If you wish to report a
+See https://bugs.debian.org/dsync.  If you wish to report a
 bug in bf(apt-get), please see bf(/usr/doc/debian/bug-reporting.txt)
 or the bf(bug(1)) command.
 
 bug in bf(apt-get), please see bf(/usr/doc/debian/bug-reporting.txt)
 or the bf(bug(1)) command.