Hello, I have setup repositories for Ubuntu 17.04 and 17.10 like this: <repository name="Ubuntu_17.10"> <path project="Ubuntu:17.10" repository="universe"/> <arch>x86_64</arch> <arch>i586</arch> </repository> <repository name="Ubuntu_17.04"> <path project="Ubuntu:17.04" repository="universe"/> <arch>x86_64</arch> <arch>i586</arch> </repository> When I try to build against it locally I get errors like this: 17.04: Server returned an error: HTTP Error 404: remote error http //ftp.heanet.ie/mirrors/ubuntu/pool/main/f/fonts-freefont/fonts-freefont-ttf_20120503-6_all.deb remote error Not Found 17.10: Server returned an error: HTTP Error 404: remote error http //ftp.halifax.rwth-aachen.de/ubuntu/pool/universe/t/texlive-lang/texlive-lang-german_2017.20170818-1_all.deb remote error Not Found I also tried adding "update" or "standard" or only using "standard". The missing files change, but the result is the same. I can't build. I can build fine for all openSUSE as well as for Ubuntu 18.04 and 16.04. Is Ubuntu 17 somehow corrupted in OBS? There usually are files with another version available at the download places. The data to download and the version information in OBS don't seem to match. Ciao -- http://www.dstoecker.eu/ (PGP key available) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org