set default upstream of pypi to pypi.python.org

This commit is contained in:
Hui Yiqun 2018-10-21 21:40:39 +08:00
parent 1c530dac77
commit 0bfff2adbb

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
BANDERSNATCH=${BANDERSNATCH:-"/usr/local/bin/bandersnatch"} BANDERSNATCH=${BANDERSNATCH:-"/usr/local/bin/bandersnatch"}
TUNASYNC_UPSTREAM=${TUNASYNC_UPSTREAM:-"https://pypi.org/"} TUNASYNC_UPSTREAM=${TUNASYNC_UPSTREAM:-"https://pypi.python.org/"}
CONF="/tmp/bandersnatch.conf" CONF="/tmp/bandersnatch.conf"
INIT=${INIT:-"0"} INIT=${INIT:-"0"}