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:
Zenithal 2022-08-31 22:17:41 +08:00
parent 9e39d4e3e9
commit ce9d8df12b

View File

@ -24,6 +24,7 @@ if [[ $INIT == "0" ]]; then
cat << EOF
[mirror]
directory = ${TUNASYNC_WORKING_DIR}
storage-backend = filesystem
master = ${PYPI_MASTER}
${DOWNLOAD_MIRROR}
json = true