From aa8cbc63b0bc5c70b34b3afac12871910002471d Mon Sep 17 00:00:00 2001 From: Gregory Haynes Date: Mon, 24 Mar 2014 15:51:01 -0700 Subject: [PATCH] Use openstack git urls instead of github In the run_mirror comments we should be using the openstack git urls rather than github's. Change-Id: Idd22f058b5e9c00cf0a9ff388daccc753d4867e9 --- pypi_mirror/cmd/run_mirror.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pypi_mirror/cmd/run_mirror.py b/pypi_mirror/cmd/run_mirror.py index 3cdc7fd..8fdc320 100644 --- a/pypi_mirror/cmd/run_mirror.py +++ b/pypi_mirror/cmd/run_mirror.py @@ -19,12 +19,12 @@ # mirrors: # - name: openstack # projects: -# - https://github.com/openstack/requirements +# - https://git.openstack.org/openstack/requirements # output: /tmp/mirror/openstack # # - name: openstack-infra # projects: -# - https://github.com/openstack-infra/config +# - https://git.openstack.org/openstack-infra/config # output: /tmp/mirror/openstack-infra # # The algorithm it attempts to follow is: