From f334ebf27377f09a2998c8cfb66e56ff8749fc28 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: May 17 2016 03:27:03 +0000 Subject: change git repo links to https: over ssh: Changed to non-authed access to the git repos, so people without auth access can build the docs --- diff --git a/pintail.cfg b/pintail.cfg index 693fdab..4897c7d 100644 --- a/pintail.cfg +++ b/pintail.cfg @@ -34,17 +34,17 @@ link_extension = .html # in site_root). Use a leading and trailing "/". For the root # directory, use [/]. [/cookbook/] -git_repository = ssh://git.fedorahosted.org/git/docs/fedora-cookbook.git +git_repository = https://git.fedorahosted.org/git/docs/fedora-cookbook.git git_branch = master git_directory = en-US/ docbook = Fedora_Cookbook.xml [/release-notes/] -git_repository = ssh://git.fedorahosted.org/git/docs/release-notes.git +git_repository = https://git.fedorahosted.org/git/docs/release-notes.git git_branch = pintail git_directory = en-US/ docbook = Release_Notes.xml [/sysadmin/] -git_repository = ssh://git.fedorahosted.org/git/docs/system-administrators-guide.git +git_repository = https://git.fedorahosted.org/git/docs/system-administrators-guide.git git_branch = f23 git_directory = en-US/ docbook = System_Administrators_Guide.xml