Revert "set default upstream of pypi to pypi.python.org"

This reverts commit 0bfff2adbb2cd7d4bb2327bb49a4a6d6cab7c444.
This commit is contained in:
Hui Yiqun 2018-10-21 21:42:13 +08:00
parent 0bfff2adbb
commit a4faf9953f

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.python.org/"} TUNASYNC_UPSTREAM=${TUNASYNC_UPSTREAM:-"https://pypi.org/"}
CONF="/tmp/bandersnatch.conf" CONF="/tmp/bandersnatch.conf"
INIT=${INIT:-"0"} INIT=${INIT:-"0"}