Add fabric bundle for 'theo-server'
This commit is contained in:
parent
9e275a35f8
commit
a26e3088c5
23 changed files with 1032 additions and 0 deletions
10
machines/theo-server/deploy/theo-common/pip.conf.mako
Normal file
10
machines/theo-server/deploy/theo-common/pip.conf.mako
Normal file
|
@ -0,0 +1,10 @@
|
|||
## -*- mode: conf; -*-
|
||||
|
||||
[global]
|
||||
extra-index-url =
|
||||
https://pypi.rattailproject.org/simple/
|
||||
% if env.theo_integrates_with == 'catapult':
|
||||
https://${env.restricted_pypi_username}:${env.restricted_pypi_password}@pypi-restricted.rattailproject.org/catapult/
|
||||
% endif
|
||||
log-file = ${envroot}/pip.log
|
||||
exists-action = i
|
Loading…
Add table
Add a link
Reference in a new issue