pypi: fix 404 not found

This commit is contained in:
Jiajie Chen 2023-07-18 14:57:00 +08:00
parent 0b53ff88c6
commit 979a632f16

View File

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