Hi,
FYI: ------------------------------------------ # diff -u _download.conf.macro.20190325 _download.conf.macro --- _download.conf.macro.20190325 2019-03-25 11:48:18.155520384 +0000 +++ _download.conf.macro 2019-03-25 11:48:38.322756315 +0000 @@ -167,7 +167,7 @@
<Directory /srv/ftp/pub/opensuse/> # Rule: if a filename contains no digit, it is not "versioned". - MirrorBrainExcludeFileMask "(/[^0-9]*|.(repo|ymp))$" + MirrorBrainExcludeFileMask "(/[^0-9]*|.(repo|ymp|json))$" </Directory>
# why is that needed at all? ------------------------------------------
I've added .json to the exclude list as we needed this to avoid old mirrors serving vagrant json files
(example in home: /srv/ftp/pub/opensuse/repositories/home:/dancermak:/vagrant-install-iso/images/boxes/ )