From 7291d0574567d25404915333bad581b4cf82cdf6 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 24 Jan 2019 09:15:34 +0100 Subject: [PATCH] Replace http with https where possible --- README.md | 2 +- chroot-script | 2 +- config | 2 +- debian/copyright | 6 +++--- grml-debootstrap | 4 ++-- packer/README.md | 4 ++-- tests/run_tests.sh | 2 +- zsh-completion | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8c48496..b8e9359 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ grml-debootstrap [![Build Status](https://travis-ci.org/grml/grml-debootstrap.svg?branch=master)](https://travis-ci.org/grml/grml-debootstrap) This tool is a wrapper suite around debootstrap and cdebootstrap -to ease installation of a pure [Debian](http://debian.org/) system. +to ease installation of a pure [Debian](https://debian.org/) system. Configuration can be done on the command line, in a dialog frontend or in /etc/debootstrap/config. You will get a pure Debian system diff --git a/chroot-script b/chroot-script index 90d3f23..80b45ab 100755 --- a/chroot-script +++ b/chroot-script @@ -2,7 +2,7 @@ # Filename: /etc/debootstrap/chroot-script # Purpose: script executed in chroot when installing Debian via grml-debootstrap # Authors: grml-team (grml.org), (c) Michael Prokop -# Bug-Reports: see http://grml.org/bugs/ +# Bug-Reports: see https://grml.org/bugs/ # License: This file is licensed under the GPL v2. ################################################################################ # GRML_CHROOT_SCRIPT_MARKER - do not remove this line unless you want to keep diff --git a/config b/config index 719265c..6477acf 100644 --- a/config +++ b/config @@ -1,7 +1,7 @@ # Filename: /etc/debootstrap/config # Purpose: configuration file for grml-debootstrap # Authors: grml-team (grml.org), (c) Michael Prokop -# Bug-Reports: see http://grml.org/bugs/ +# Bug-Reports: see https://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. ################################################################################ diff --git a/debian/copyright b/debian/copyright index 6191475..723046d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,10 +1,10 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: grml-debootstrap Upstream-Contact: Michael Prokop -Source: http://git.grml.org/?p=grml-debootstrap.git;a=summary +Source: https://git.grml.org/?p=grml-debootstrap.git;a=summary Files: * -Copyright: 2006-2016, Michael Prokop +Copyright: 2006-2019, Michael Prokop 2014, 2015, Sebastian Pipping 2014, Patrick Schleizer 2013, 2014, Markus Rekkenbeil diff --git a/grml-debootstrap b/grml-debootstrap index 2d0bbfd..9b04baa 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -2,7 +2,7 @@ # Filename: grml-debootstrap # Purpose: wrapper around debootstrap for installing plain Debian via Grml # Authors: grml-team (grml.org), (c) Michael Prokop -# Bug-Reports: see http://grml.org/bugs/ +# Bug-Reports: see https://grml.org/bugs/ # License: This file is licensed under the GPL v2+ ################################################################################ @@ -169,7 +169,7 @@ Other options: -V, --version Show summary of options and exit. Usage examples can be found in the grml-debootstrap manpage. -Send bugreports to the grml-team: bugs (at) grml.org || http://grml.org/bugs/ +Send bugreports to the grml-team: bugs (at) grml.org || https://grml.org/bugs/ " } diff --git a/packer/README.md b/packer/README.md index 119a97f..281f915 100644 --- a/packer/README.md +++ b/packer/README.md @@ -12,8 +12,8 @@ This directory provides configurations and scripts to Required software ----------------- -* [Packer](http://packer.io/) binary in $PATH -* [Vagrant](http://vagrantup.com/) +* [Packer](https://packer.io/) binary in $PATH +* [Vagrant](https://vagrantup.com/) * [Virtualbox](https://www.virtualbox.org/) Usage instructions diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 87a77f6..570291c 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -2,7 +2,7 @@ # Filename: run_tests # Purpose: run unit tests for grml-autoconfig # Authors: grml-team (grml.org), (c) Ulrich Dangel -# Bug-Reports: see http://grml.org/bugs/ +# Bug-Reports: see https://grml.org/bugs/ # License: This file is licensed under the GPL v2. ################################################################################ diff --git a/zsh-completion b/zsh-completion index 25008d1..dd81b2d 100644 --- a/zsh-completion +++ b/zsh-completion @@ -3,7 +3,7 @@ # Filename: /etc/zsh/completion.d/_grml-debootstrap # Purpose: zsh completion for grml-debootstrap # Authors: grml-team (grml.org), (c) Frank Terbeck , (c) Michael Prokop -# Bug-Reports: see http://grml.org/bugs/ +# Bug-Reports: see https://grml.org/bugs/ # License: This file is licensed under the GPL v2. ################################################################################ -- 2.1.4