mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
pypi: fix 404 not found
This commit is contained in:
parent
0b53ff88c6
commit
979a632f16
2
pypi.sh
2
pypi.sh
@ -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"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user