mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
pypi: add storage-backend
In bandersnatch 5.3.0 it is mandatory otherwise configparser.NoOptionError: No option 'storage-backend' in section: 'mirror'
This commit is contained in:
parent
9e39d4e3e9
commit
ce9d8df12b
1
pypi.sh
1
pypi.sh
@ -24,6 +24,7 @@ if [[ $INIT == "0" ]]; then
|
|||||||
cat << EOF
|
cat << EOF
|
||||||
[mirror]
|
[mirror]
|
||||||
directory = ${TUNASYNC_WORKING_DIR}
|
directory = ${TUNASYNC_WORKING_DIR}
|
||||||
|
storage-backend = filesystem
|
||||||
master = ${PYPI_MASTER}
|
master = ${PYPI_MASTER}
|
||||||
${DOWNLOAD_MIRROR}
|
${DOWNLOAD_MIRROR}
|
||||||
json = true
|
json = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user