[Piuparts-commits] [piuparts] 02/09: Switch all links to anonscm.debian.org to https.

Holger Levsen holger at moszumanska.debian.org
Mon Jul 14 11:54:37 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 d88d8166e08f0d8f64c0eea1713d538c23511eb3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jul 14 13:36:07 2014 +0200

    Switch all links to anonscm.debian.org to https.
---
 README_pejacevic.txt              |  4 ++--
 README_server.txt                 |  2 +-
 debian/changelog                  |  5 +++--
 debian/control                    |  2 +-
 debian/copyright                  |  2 +-
 htdocs/index.tpl                  |  2 +-
 instances/piuparts.conf.pejacevic |  2 +-
 piuparts-report.py                | 12 ++++++------
 piupartslib/pkgsummary.py         |  4 ++--
 9 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/README_pejacevic.txt b/README_pejacevic.txt
index 2aaba1a..4ba2a04 100644
--- a/README_pejacevic.txt
+++ b/README_pejacevic.txt
@@ -19,8 +19,8 @@ results and piu-slave-bm-a.debian.org, running four piuparts-slave nodes.
 * basically, apt-get build-dep piuparts - in reality both systems get their
   package configuration from git.debian.org/git/mirror/debian.org.git
 * pejacevic runs a webserver as well (see below for apache configuration)
-* Copy 'http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=master;a=blob_plain;f=update-piuparts-master-setup'
-  and 'http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=master;a=blob_plain;f=update-piuparts-slave-setup'
+* Copy 'https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=master;a=blob_plain;f=update-piuparts-master-setup'
+  and 'https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=master;a=blob_plain;f=update-piuparts-slave-setup'
   to the hosts which should be master and slave. (It's possible and has been
   done for a long time to run them on the same host.(
   Run the scripts as the piupartsm and piupartss users and clone that git
diff --git a/README_server.txt b/README_server.txt
index 8c618ff..5bef355 100644
--- a/README_server.txt
+++ b/README_server.txt
@@ -542,6 +542,6 @@ If you want to run piuparts-report (which is only+very useful if
 you run piuparts in master-slave mode), you need to 'apt-get
 install python-rpy r-recommended r-base-dev'. For more
 information see
-link:http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=master;a=blob;f=README_pejacevic.txt[http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=master;a=blob;f=README_pejacevic.txt].
+link:https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=master;a=blob;f=README_pejacevic.txt[https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=master;a=blob;f=README_pejacevic.txt].
 
 // vim: set filetype=asciidoc:
diff --git a/debian/changelog b/debian/changelog
index 574d5ec..f88028f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,7 +35,8 @@ piuparts (0.59) UNRELEASED; urgency=low
     (Closes: #709348)
   * Update various custom-scripts (usually to workaround problems in other
     packages).
-  * Switch all links to bugs.debian.org and wiki.debian.org to https.
+  * Switch all links to bugs.debian.org, wiki.debian.org and
+    anonscm.debian.org to https.
 
   [ David Steele ]
   * dependencyparser.py - Be more lenient about the multi-arch modifiers
@@ -1333,7 +1334,7 @@ piuparts (0.41) unstable; urgency=low
     package
   * Makefile: build for python 2.6 and 2.7 instead of 2.5 and 2.6.
   * Source code is now stored in git.
-    http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git
+    https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git
     git clone git+ssh://git.debian.org/git/piuparts/piuparts.git
     Thanks to Thomas Koch for setting those up and keeping history!
   * The configuration and scripts used on piatti.debian.org have also been
diff --git a/debian/control b/debian/control
index 0cf8aa6..9f7c351 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends-Indep:
  xmlto
 Homepage: https://piuparts.debian.org
 Vcs-Git: git://anonscm.debian.org/piuparts/piuparts.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git
 X-Python-Version: >= 2.7
 
 Package: piuparts
diff --git a/debian/copyright b/debian/copyright
index a366ff7..2234269 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: piuparts
 Upstream-Contact: Holger Levsen <holger at debian.org>
-Source: http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git
+Source: https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git
 Copyright: 2005-2008 Lars Wirzenius
            2008-2014 Holger Levsen
            © 2011-2014 Andreas Beckmann
diff --git a/htdocs/index.tpl b/htdocs/index.tpl
index 5c9a483..caf3f6c 100644
--- a/htdocs/index.tpl
+++ b/htdocs/index.tpl
@@ -139,7 +139,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2013-03-02</b> While the <a href="http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git">piuparts.git repo on Alioth</a> will continue to be the main repo, there is also a <a href="https://github.com/h01ger/piuparts">piuparts clone on github</a>, for those who prefer to send pull requests that way.
+      <b>2013-03-02</b> While the <a href="https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git">piuparts.git repo on Alioth</a> will continue to be the main repo, there is also a <a href="https://github.com/h01ger/piuparts">piuparts clone on github</a>, for those who prefer to send pull requests that way.
      </td>
     </tr>
     <tr class="normalrow">
diff --git a/instances/piuparts.conf.pejacevic b/instances/piuparts.conf.pejacevic
index 3344271..124f170 100644
--- a/instances/piuparts.conf.pejacevic
+++ b/instances/piuparts.conf.pejacevic
@@ -1,7 +1,7 @@
 #
 # This is the configuration file for piuparts running in master-slave mode on pejacevic.debian.org (as master) and piu-slave-bm-a.debian.org (as slave).
 #
-# For more information on this setup see http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=bikeshed;a=blob;f=README_pejacevic.txt
+# For more information on this setup see https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=bikeshed;a=blob;f=README_pejacevic.txt
 #
 
 [DEFAULT]
diff --git a/piuparts-report.py b/piuparts-report.py
index f2a8ff9..537ed65 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -109,7 +109,7 @@ HTML_HEADER = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     </tr>
     <tr class="normalrow">
      <td class="contentcell">
-      <a href="http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git" target="_blank">Source</a>
+      <a href="https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git" target="_blank">Source</a>
      </td>
     </tr>
     <tr class="normalrow">
@@ -119,7 +119,7 @@ HTML_HEADER = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     </tr>
     <tr class="normalrow">
      <td class="contentcell">
-      piuparts <a href="https://bugs.debian.org/src:piuparts" target="_blank">bugs</a> / <a href="http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=develop;a=blob;f=TODO" target="_blank">ToDo</a>
+      piuparts <a href="https://bugs.debian.org/src:piuparts" target="_blank">bugs</a> / <a href="https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=develop;a=blob;f=TODO" target="_blank">ToDo</a>
      </td>
     </tr>
     <tr class="normalrow">
@@ -150,9 +150,9 @@ HTML_HEADER = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     <tr class="normalrow">
      <td class="contentcell">
       piuparts.d.o configuration:<br>
-      <a href="http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=bikeshed;a=blob_plain;f=instances/piuparts.conf.pejacevic" target="_blank">piuparts.conf</a>,<br>
-      <a href="http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=bikeshed;a=blob_plain;f=conf/distros.conf" target="_blank">distros.conf</a><br> and
-      <a href="http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=bikeshed;a=tree;f=custom-scripts" target="_blank">scripts</a>
+      <a href="https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=bikeshed;a=blob_plain;f=instances/piuparts.conf.pejacevic" target="_blank">piuparts.conf</a>,<br>
+      <a href="https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=bikeshed;a=blob_plain;f=conf/distros.conf" target="_blank">distros.conf</a><br> and
+      <a href="https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=bikeshed;a=tree;f=custom-scripts" target="_blank">scripts</a>
      </td>
     </tr>
     <tr class="normalrow">
@@ -244,7 +244,7 @@ HTML_FOOTER = """
    and was written by <a href="mailto:liw at iki.fi">Lars Wirzenius</a> and is now maintained by
    <a href="mailto:holger at layer-acht.org">Holger Levsen</a> and
    <a href="mailto:piuparts-devel at lists.alioth.debian.org">others</a> using
-   <a href="http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git" target="_blank">piuparts.git</a>.
+   <a href="https://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git" target="_blank">piuparts.git</a>.
    Ditto for this website.
    Weather icons are from the <a href="http://tango.freedesktop.org/Tango_Icon_Library" target="_blank">Tango Icon Library</a>.
    <a href="http://validator.w3.org/check?uri=referer">
diff --git a/piupartslib/pkgsummary.py b/piupartslib/pkgsummary.py
index 8ac4b33..d9d7eb1 100644
--- a/piupartslib/pkgsummary.py
+++ b/piupartslib/pkgsummary.py
@@ -36,7 +36,7 @@
 #
 # summary.json
 # {
-#  "_comment": "Debian Piuparts Package Results - http://anonscm.debian.org/...
+#  "_comment": "Debian Piuparts Package Results - https://anonscm.debian.org/...
 #  "_date": "Wed Feb 26 01:48:43 UTC 2014",
 #  "_id": "Piuparts Package Test Results Summary",
 #  "_type": "source",
@@ -148,7 +148,7 @@ def new_summary():
                "_version" : SUMMVER,
                "_date"    : utcdate,
                "_comment" : "Debian Piuparts Package Results - " \
-                            "http://anonscm.debian.org/gitweb/?" \
+                            "https://anonscm.debian.org/gitweb/?" \
                             "p=piuparts/piuparts.git;a=blob;" \
                             "f=piupartslib/pkgsummary.py;hb=refs/heads/develop",
                "_type"    : "source",

-- 
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