Code Review
/
ci-management.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Fix: conditionally set the python packaging repository
[ci-management.git]
/
jenkins-config
/
managed-config-files
/
custom
/
pypirc
/
content
1
# .pypirc for O-RAN-SC Jenkins prodution configuration
2
# To use in sandbox, remove the [pypi] section
3
4
[distutils] # this tells distutils what package indexes you can push to
5
index-servers =
6
$PYPIRC_URL_USR
7
8
[$PYPIRC_URL_USR]
9
repository: $PYPIRC_URL_PSW
10
username: $PYPIRC_USR
11
password: $PYPIRC_PSW