#18 change git repo links to https: over ssh:
Merged 7 years ago by zoglesby. Opened 7 years ago by ryanlerch.
ryanlerch/docs-fp-o master  into  master

file modified
+3 -3
@@ -34,17 +34,17 @@ 

  # 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

Changed to non-authed access to the git repos, so
people without auth access can build the docs

Pull-Request has been merged by zoglesby

7 years ago
Metadata