[hamradio-commits] [hamradio-maintguide] 01/04: packaging, vcs: Updates Vcs-* fields to use secure URIs

Iain R. Learmonth irl at moszumanska.debian.org
Mon May 23 22:17:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

irl pushed a commit to branch master
in repository hamradio-maintguide.

commit c5bed04374e67e6604b438559d313706bdbcd28b
Author: Iain R. Learmonth <irl at debian.org>
Date:   Fri Apr 29 13:58:25 2016 +0100

    packaging, vcs: Updates Vcs-* fields to use secure URIs
---
 packaging.rst | 4 ++--
 vcs.rst       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packaging.rst b/packaging.rst
index 2fb0e9b..8d5264f 100644
--- a/packaging.rst
+++ b/packaging.rst
@@ -68,8 +68,8 @@ package's control file.
 | Vcs-*             | Please use the following template when using the team's Git repositories on Alioth:  |
 |                   | ::                                                                                   |
 |                   |                                                                                      |
-|                   |     Vcs-Browser: http://anonscm.debian.org/cgit/pkg-hamradio/<pkg>.git               |
-|                   |     Vcs-Git: http://anonscm.debian.org/git/pkg-hamradio/<pkg>.git                    |
+|                   |     Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hamradio/<pkg>.git              |
+|                   |     Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/<pkg>.git                   |
 +-------------------+--------------------------------------------------------------------------------------+
 
 It is a good idea to check the syntax of the control file with *Config::Model*.
diff --git a/vcs.rst b/vcs.rst
index 287848e..9f01eb7 100644
--- a/vcs.rst
+++ b/vcs.rst
@@ -16,13 +16,13 @@ Anonymous access to git repositories
 
 Anonymous access to git repositories is possible at the following URLs:
 
-* http://anonscm.debian.org/git/pkg-hamradio/<pkg-name>.git (Preferred for the
+* https://anonscm.debian.org/git/pkg-hamradio/<pkg-name>.git (Preferred for the
   Vcs-Git field)
 * git://anonscm.debian.org/pkg-hamradio/<pkg-name>.git
 
 Anonymous access to a web VCS browser is also available at the following URL:
 
-* http://anonscm.debian.org/cgit/pkg-hamradio/<pkg-name>.git
+* https://anonscm.debian.org/cgit/pkg-hamradio/<pkg-name>.git
 
 You can also view an `index of all team git repositories
 <http://anonscm.debian.org/cgit/pkg-hamradio/>`_.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/hamradio-maintguide.git



More information about the pkg-hamradio-commits mailing list