
Instead of keeping many of these files directly in the tree, use them from the out-of-tree jeepyb project, which makes them easier to consume for other people who are not us. Change-Id: Id704f2e17dd80709ef63cbbf2c5475a08a835f91 Reviewed-on: https://review.openstack.org/16777 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
11 lines
405 B
Plaintext
11 lines
405 B
Plaintext
#!/bin/bash
|
|
# This file is managed by puppet.
|
|
# https://github.com/openstack/openstack-ci-puppet
|
|
|
|
export PIP_DOWNLOAD_CACHE=<%= pip_cache %>
|
|
export PIP_TEMP_DOWNLOAD=<%= pip_download %>
|
|
export MIRROR_FILE_PATH=<%= mirror_file_path %>
|
|
export LOG_FILENAME=<%= log_filename %>
|
|
/usr/local/bin/run-mirror <%= git_source %> >>$LOG_FILENAME
|
|
/usr/local/bin/process-cache ${PIP_DOWNLOAD_CACHE} ${MIRROR_FILE_PATH}
|