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
6 lines
179 B
Plaintext
6 lines
179 B
Plaintext
#!/bin/bash -e
|
|
# This file is managed by puppet.
|
|
# https://git.openstack.org/cgit/openstack-infra/config
|
|
|
|
/usr/local/bin/run-mirror -c <%= mirror_config %> >> <%= log_filename %>
|