74460853d1
Change-Id: I409bd50ae374e0288531f07cfeea34856c5f8067 Reviewed-on: https://review.openstack.org/17319 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: James E. Blair <corvus@inaugust.com>
11 lines
398 B
Plaintext
11 lines
398 B
Plaintext
#!/bin/bash
|
|
# This file is managed by puppet.
|
|
# https://github.com/openstack-infra/config
|
|
|
|
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}
|