From f4ea7e28a138227dfa183ab828c3ae5a2e0a9001 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 14 Jun 2016 10:29:06 +0200 Subject: [PATCH] Change some links to https Signed-off-by: Julien Cristau --- bin/update-wiki | 2 +- input/doc/guest-account.creole | 2 +- input/doc/wiki.mdwn | 4 ++-- input/howto/add-account.creole | 2 +- input/howto/install-ganeti.creole | 2 +- input/howto/lock-account.creole | 4 ++-- input/howto/new-machine.creole | 2 +- input/howto/postgres-backup.creole | 2 +- input/howto/puppet-setup.mdwn | 2 +- input/iana.creole | 2 +- input/index.mdwn | 6 +++--- templates/page.tmpl | 16 ++++++++-------- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/bin/update-wiki b/bin/update-wiki index 2cee32e..cfdc09a 100755 --- a/bin/update-wiki +++ b/bin/update-wiki @@ -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" diff --git a/input/doc/guest-account.creole b/input/doc/guest-account.creole index 17fe567..69c76cd 100644 --- a/input/doc/guest-account.creole +++ b/input/doc/guest-account.creole @@ -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 wiki.d.o for more info). +see wiki.d.o 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 diff --git a/input/doc/wiki.mdwn b/input/doc/wiki.mdwn index c492618..3946c6a 100644 --- a/input/doc/wiki.mdwn +++ b/input/doc/wiki.mdwn @@ -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). diff --git a/input/howto/add-account.creole b/input/howto/add-account.creole index 283551d..55ccf90 100644 --- a/input/howto/add-account.creole +++ b/input/howto/add-account.creole @@ -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. diff --git a/input/howto/install-ganeti.creole b/input/howto/install-ganeti.creole index 3f40a11..e499613 100644 --- a/input/howto/install-ganeti.creole +++ b/input/howto/install-ganeti.creole @@ -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 \ diff --git a/input/howto/lock-account.creole b/input/howto/lock-account.creole index 3556440..394edfc 100644 --- a/input/howto/lock-account.creole +++ b/input/howto/lock-account.creole @@ -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). diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index 1303ea5..5e4ecaf 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -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 }}} diff --git a/input/howto/postgres-backup.creole b/input/howto/postgres-backup.creole index d6957aa..23be181 100644 --- a/input/howto/postgres-backup.creole +++ b/input/howto/postgres-backup.creole @@ -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 == diff --git a/input/howto/puppet-setup.mdwn b/input/howto/puppet-setup.mdwn index 136ff31..243d759 100644 --- a/input/howto/puppet-setup.mdwn +++ b/input/howto/puppet-setup.mdwn @@ -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 && diff --git a/input/iana.creole b/input/iana.creole index 41f8dc9..f509ae3 100644 --- a/input/iana.creole +++ b/input/iana.creole @@ -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 === diff --git a/input/index.mdwn b/input/index.mdwn index dd2dffc..e923f55 100644 --- a/input/index.mdwn +++ b/input/index.mdwn @@ -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 diff --git a/templates/page.tmpl b/templates/page.tmpl index 9e7dd71..1aa8008 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -20,7 +20,7 @@ -- 2.20.1