From 48ddd80150502baa11006ed7428bcced50abc634 Mon Sep 17 00:00:00 2001 From: Peter 'Pessoft' KolĂ­nek Date: Apr 11 2018 19:17:04 +0000 Subject: fix git clone URLs for pagure --- diff --git a/bfo/README.rst b/bfo/README.rst index 222871c..c3853b9 100644 --- a/bfo/README.rst +++ b/bfo/README.rst @@ -26,7 +26,7 @@ Clone the repos, patch for https and build: :: - git clone https://pagure.io/fedora-infrastructure.git + git clone ssh://git@pagure.io/fedora-infrastructure.git cd fedora-infrastructure/bfo git clone git://git.ipxe.org/ipxe.git patch -p0 < ipxe_enable_https.patch @@ -50,7 +50,7 @@ Clone the repo: :: - git clone https://pagure.io/fedora-infrastructure.git + git clone ssh://git@pagure.io/fedora-infrastructure.git cd fedora-infrastructure/bfo/pxelinux.cfg Make the needed changes to the menu configurations in this directory. @@ -84,7 +84,7 @@ Clone the repos, patch for https, configure for your Fedora People and build: :: - git clone https://pagure.io/fedora-infrastructure.git + git clone ssh://git@pagure.io/fedora-infrastructure.git cd fedora-infrastructure/bfo git clone git://git.ipxe.org/ipxe.git patch -p0 < ipxe_enable_https.patch