From a4faf9953fd6214695ab5d606d7ff4883bd73433 Mon Sep 17 00:00:00 2001 From: Hui Yiqun Date: Sun, 21 Oct 2018 21:42:13 +0800 Subject: [PATCH] Revert "set default upstream of pypi to pypi.python.org" This reverts commit 0bfff2adbb2cd7d4bb2327bb49a4a6d6cab7c444. --- pypi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypi.sh b/pypi.sh index 79b8f12..39ace1d 100755 --- a/pypi.sh +++ b/pypi.sh @@ -1,6 +1,6 @@ #!/bin/bash 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" INIT=${INIT:-"0"}