258abe1a23
We have a cgit server now, which means we should replace all references to github with references to git.openstack.org. Change-Id: I68ad1ce514fb4326c7d9940b5a84999af5b58562
16 lines
410 B
YAML
16 lines
410 B
YAML
# This file is managed by puppet.
|
|
# https://git.openstack.org/cgit/openstack-infra/config
|
|
|
|
cache-root: /var/cache/pypimirror
|
|
|
|
mirrors:
|
|
- name: openstack
|
|
projects:
|
|
- git://git.openstack.org/openstack/requirements
|
|
output: /var/lib/pypimirror/openstack
|
|
|
|
- name: openstack-infra
|
|
projects:
|
|
- git://git.openstack.org/openstack-infra/config
|
|
output: /var/lib/pypimirror/openstack-infra
|