mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:42:46 +00:00
pypi_shadowmire: do not strip / from upstream url
Some checks failed
docker-images / multi (., tunasync-scripts) (push) Has been cancelled
docker-images / multi (bandersnatch) (push) Has been cancelled
docker-images / multi (dockerfiles/rubygems, rubygems-mirror) (push) Has been cancelled
docker-images / multi (ftpsync) (push) Has been cancelled
docker-images / multi (nix-channels) (push) Has been cancelled
docker-images / multi (pub-mirror) (push) Has been cancelled
docker-images / multi (rustup-mirror) (push) Has been cancelled
docker-images / multi (shadowmire) (push) Has been cancelled
Some checks failed
docker-images / multi (., tunasync-scripts) (push) Has been cancelled
docker-images / multi (bandersnatch) (push) Has been cancelled
docker-images / multi (dockerfiles/rubygems, rubygems-mirror) (push) Has been cancelled
docker-images / multi (ftpsync) (push) Has been cancelled
docker-images / multi (nix-channels) (push) Has been cancelled
docker-images / multi (pub-mirror) (push) Has been cancelled
docker-images / multi (rustup-mirror) (push) Has been cancelled
docker-images / multi (shadowmire) (push) Has been cancelled
Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
parent
2b05c2c376
commit
642ef8b681
|
|
@ -6,7 +6,6 @@ SHADOWMIRE=${SHADOWMIRE:-"/home/scripts/shadowmire.py"}
|
|||
PYPI_MASTER="https://pypi.org"
|
||||
|
||||
TUNASYNC_UPSTREAM=${TUNASYNC_UPSTREAM_URL:-$PYPI_MASTER}
|
||||
TUNASYNC_UPSTREAM=${TUNASYNC_UPSTREAM%/}
|
||||
|
||||
CONF="/tmp/shadowmire.conf"
|
||||
INIT=${INIT:-"0"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue