Change some links to https
authorJulien Cristau <jcristau@debian.org>
Tue, 14 Jun 2016 08:29:06 +0000 (10:29 +0200)
committerJulien Cristau <jcristau@debian.org>
Tue, 14 Jun 2016 08:29:06 +0000 (10:29 +0200)
Signed-off-by: Julien Cristau <jcristau@debian.org>
12 files changed:
bin/update-wiki
input/doc/guest-account.creole
input/doc/wiki.mdwn
input/howto/add-account.creole
input/howto/install-ganeti.creole
input/howto/lock-account.creole
input/howto/new-machine.creole
input/howto/postgres-backup.creole
input/howto/puppet-setup.mdwn
input/iana.creole
input/index.mdwn
templates/page.tmpl

index 2cee32e..cfdc09a 100755 (executable)
@@ -5,7 +5,7 @@ umask 0002
 
 WC="/srv/dsa.debian.org/dsa-wiki"
 DEST="/srv/dsa.debian.org/htdocs"
-URL="http://dsa.debian.org/"
+URL="https://dsa.debian.org/"
 UPDATE=1
 
 ! [ -e "$HOME/.dsa-wiki-local" ] || . "$HOME/.dsa-wiki-local"
index 17fe567..69c76cd 100644 (file)
@@ -35,7 +35,7 @@ a track record of working on Debian for some time.
 The guest applicant should supply several details (listed below) to this DD,
 and the DD will sign this (clear signed, not PGP mime) and open a ticket
 in RT (mail to admin@rt.d.o, put 'Debian RT' somewhere in the subject -
-see <a href="http://wiki.debian.org/rt.debian.org">wiki.d.o</a> for more info).
+see <a href="https://wiki.debian.org/rt.debian.org">wiki.d.o</a> for more info).
 
 This signing and resending is a sponsorship by the DD that the guest
 account should be granted access to Debian resources, and should be
index c492618..3946c6a 100644 (file)
@@ -6,8 +6,8 @@ You're welcome to contribute to the dsa.debian.org wiki!
 The wiki is managed via ikiwiki. To contribute, you should clone its Git
 repository as follows:
 
-        git clone git://git.debian.org/git/mirror/dsa-wiki.git
+        git clone https://anonscm.debian.org/git/mirror/dsa-wiki.git
 
 Then perform your changes, publish them somewhere, and ask DSA to pull from
 your tree by
-[filing a ticket via RT](http://wiki.debian.org/Teams/DSA/RTUsage).
+[filing a ticket via RT](https://wiki.debian.org/Teams/DSA/RTUsage).
index 283551d..55ccf90 100644 (file)
@@ -24,7 +24,7 @@ The RT ticket will contain the following details in a GPG-signed message:
 
 Step 1: Download the GPG-signed message from RT and verify the signature.
 Ensure that the message has been signed by a DAM (for a list of DAMs, see
-http://wiki.debian.org/DAManager or http://www.debian.org/intro/organization).
+https://wiki.debian.org/DAManager or https://www.debian.org/intro/organization).
 
 Step 2: Create an entry in LDAP by executing ud-useradd on draghi.
 
index 3f40a11..e499613 100644 (file)
@@ -108,7 +108,7 @@ This is the interfaces file for bar.debian.org:
 
 On each node, configure lvm to ignore drbd devices and to prefer
 {{{/dev/cciss}}} devices names over {{{/dev/block}}} device names
-([[http://code.google.com/p/ganeti/issues/detail?id=93|why?]]):
+([[https://code.google.com/p/ganeti/issues/detail?id=93|why?]]):
 
 {{{
     ssed -i \
index 3556440..394edfc 100644 (file)
@@ -2,8 +2,8 @@
 
 === Introduction ===
 
-Per Section 3 of the [[http://www.debian.org/doc/manuals/developers-reference/|Debian Developer's Reference]]
-relating to [[http://www.debian.org/doc/manuals/developers-reference/developer-duties.html|Debian Developer's Duties]],
+Per Section 3 of the [[https://www.debian.org/doc/manuals/developers-reference/|Debian Developer's Reference]]
+relating to [[https://www.debian.org/doc/manuals/developers-reference/developer-duties.html|Debian Developer's Duties]],
 a user is required to submit an RT ticket when retiring from Debian.
 
 Initially, the RT ticket will be assigned to a Debian Keyring Maintainer (DKM).
index 1303ea5..5e4ecaf 100644 (file)
@@ -22,7 +22,7 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup
 
 * run generate, or wait until cron runs it for you.  Update DNS.
 {{{
-    : :: draghi :: && sudo -u sshdist ud-generate && sudo -H ud-replicate && sudo -H puppetd --no-daemonize --onetime
+    : :: draghi :: && sudo -u sshdist ud-generate && sudo -H ud-replicate && sudo -H puppet agent --no-daemonize --onetime
     : :: denis :: && sudo -H ud-replicate
 }}}
 
index d6957aa..23be181 100644 (file)
@@ -2,7 +2,7 @@
 
 Backing up postgres consists of two main pieces: backing up the WALs (write
 ahead logs) and regular backups of the base.  See
-http://www.postgresql.org/docs/9.4/static/continuous-archiving.html
+https://www.postgresql.org/docs/9.4/static/continuous-archiving.html
 
 == WAL Shipping ==
 
index 136ff31..243d759 100644 (file)
@@ -13,7 +13,7 @@ adjusted.
         : __handel__ && puppet agent --no-daemonize --onetime --environment=production
 
         : ::client:: && me=$(hostname -f) && [ "$me" != "${me%debian.org}" ] && apt-get update &&
-                apt-get install -y --no-install-recommends puppet libaugeas-ruby1.8 augeas-lenses lsb-release &&
+                apt-get install -y --no-install-recommends puppet ruby-augeas augeas-lenses lsb-release &&
                 service puppet stop &&
                 (puppet agent --no-daemonize --onetime || true ) &&
                 cd /var/lib/puppet/ssl/certificate_requests &&
index 41f8dc9..f509ae3 100644 (file)
@@ -30,7 +30,7 @@ contacting debian-admin. An application has to have the following information:
 
 The root of the OID space is 1.3.6.1.4.1.9586 or iso.org.dod.internet.private.enterprise.Debian.
 
-As of March 2009 this wiki page at http://dsa.debian.org/iana is the
+As of March 2009 this wiki page at https://dsa.debian.org/iana is the
 authoritative source of Debian OID information.
 
 === enterprise.Debian / 1.3.6.1.4.1.9586 ===
index dd2dffc..e923f55 100644 (file)
@@ -8,7 +8,7 @@ To contact us, mail debian-admin@lists.debian.org.
 
 For a list of servers check
 [ud-ldap](https://db.debian.org/machines.cgi), or
-[munin](http://munin.debian.org/), or
+[munin](https://munin.debian.org/), or
 [nagios](https://nagios.debian.org/)
 (try dsa-guest, dsa-guest).
 
@@ -22,7 +22,7 @@ ticket.
 
 ## documentation for end users or services owners
 
-* [how to use RT](http://wiki.debian.org/Teams/DSA/RTUsage)
+* [how to use RT](https://wiki.debian.org/Teams/DSA/RTUsage)
 * [how to set sudo passwords](user/sudo)
 * [how to request guest access to porter machines](doc/guest-account)
 * [how to use schroot on porter machines](doc/schroot)
@@ -31,7 +31,7 @@ ticket.
 ## documentation for contributors
 
 * [how to contribute to this wiki](doc/wiki)
-* [list of DSA usertagged bugreports](http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=debian-admin@lists.debian.org)
+* [list of DSA usertagged bugreports](https://bugs.debian.org/cgi-bin/pkgreport.cgi?users=debian-admin@lists.debian.org)
 
 ## documentation for team members
 
index 9e7dd71..1aa8008 100644 (file)
@@ -20,7 +20,7 @@
 <div id="header">
        <div id="upperheader">
                <div id="logo">
-                       <a href="http://www.debian.org/" title="Debian Home"><img src="/Pics/openlogo-50.png" alt="Debian" width="50" height="61" /></a>
+                       <a href="https://www.debian.org/" title="Debian Home"><img src="/Pics/openlogo-50.png" alt="Debian" width="50" height="61" /></a>
                </div>
                <p class="section"><a href="/">dsa</a></p>
                <TMPL_IF NAME="SEARCHFORM">
 
                 <p class="hidecss"><a href="#inner">Skip Quicknav</a></p>
                 <ul>
-                   <li><a href="http://www.debian.org/intro/about">About Debian</a></li>
-                   <li><a href="http://www.debian.org/distrib/">Getting Debian</a></li>
-                   <li><a href="http://www.debian.org/support">Support</a></li>
-                   <li><a href="http://www.debian.org/devel/">Developers'&nbsp;Corner</a></li>
+                   <li><a href="https://www.debian.org/intro/about">About Debian</a></li>
+                   <li><a href="https://www.debian.org/distrib/">Getting Debian</a></li>
+                   <li><a href="https://www.debian.org/support">Support</a></li>
+                   <li><a href="https://www.debian.org/devel/">Developers'&nbsp;Corner</a></li>
 
                 </ul>
         </div>
 
 
 <div id="fineprint">
-  <p>To report a problem with the web site, e-mail <a href="http://www.debian.org/mailto:debian-admin@lists.debian.org">debian-admin@lists.debian.org</a>. For other contact information, see the Debian <a href="http://www.debian.org/../contact">contact page</a>.</p>
+  <p>To report a problem with the web site, e-mail <a href="https://www.debian.org/mailto:debian-admin@lists.debian.org">debian-admin@lists.debian.org</a>. For other contact information, see the Debian <a href="https://www.debian.org/../contact">contact page</a>.</p>
 <p>
 Last Modified: <TMPL_VAR NAME=MTIME> 
   <br />
 
   Copyright &copy; 1997-2012
- <a href="http://www.debian.org/http://www.spi-inc.org/">SPI</a>; See <a href="http://www.debian.org/../license" rel="copyright">license terms</a><br />
-  Debian is a registered <a href="http://www.debian.org/../trademark">trademark</a> of Software in the Public Interest, Inc.
+ <a href="http://www.spi-inc.org/">SPI</a>; See <a href="https://www.debian.org/../license" rel="copyright">license terms</a><br />
+  Debian is a registered <a href="https://www.debian.org/../trademark">trademark</a> of Software in the Public Interest, Inc.
 </p>
 </div>
 </div> <!-- end footer -->