From bc667471d3621c500ab0d9242169086bd67922bc Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Fri, 3 Oct 2014 15:32:03 -0400 Subject: [PATCH] Rename config => system-config in pypi.yaml We are renaming the openstack-infra/config repo to openstack-infra/system-config. This patch edits the paths in the pypi.yaml files to reflect the name change. Change-Id: I40e417d31803d8e47e1558b7783e7216119e898d --- modules/openstack_project/files/jenkins-pypi-mirror.yaml | 4 ++-- modules/openstack_project/files/pypi-mirror.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/openstack_project/files/jenkins-pypi-mirror.yaml b/modules/openstack_project/files/jenkins-pypi-mirror.yaml index 8a970c5a1a..9bf3cf74ca 100644 --- a/modules/openstack_project/files/jenkins-pypi-mirror.yaml +++ b/modules/openstack_project/files/jenkins-pypi-mirror.yaml @@ -1,5 +1,5 @@ # This file is managed by puppet. -# https://git.openstack.org/cgit/openstack-infra/config +# https://git.openstack.org/cgit/openstack-infra/system-config cache-root: /home/jenkins/pypimirror/cache @@ -11,5 +11,5 @@ mirrors: - name: openstack-infra projects: - - git://git.openstack.org/openstack-infra/config + - git://git.openstack.org/openstack-infra/system-config output: /home/jenkins/pypimirror/mirror/openstack-infra diff --git a/modules/openstack_project/files/pypi-mirror.yaml b/modules/openstack_project/files/pypi-mirror.yaml index 341dc31258..15a39cc35c 100644 --- a/modules/openstack_project/files/pypi-mirror.yaml +++ b/modules/openstack_project/files/pypi-mirror.yaml @@ -1,5 +1,5 @@ # This file is managed by puppet. -# https://git.openstack.org/cgit/openstack-infra/config +# https://git.openstack.org/cgit/openstack-infra/system-config cache-root: /var/cache/pypimirror @@ -11,5 +11,5 @@ mirrors: - name: openstack-infra projects: - - git://git.openstack.org/openstack-infra/config + - git://git.openstack.org/openstack-infra/system-config output: /var/lib/pypimirror/openstack-infra