Linux repo update.nzbdrone.com broken?

hi… does anyone know why the linux repo is not working ?

Used to be able to browse and wget .deb fiels from http://update.nzbdrone.com/repos/apt/debian … now just 403. And apt-get update fails to pull down Release file etc…

W: Failed to fetch http://update.nzbdrone.com/repos/apt/debian/dists/master/Release Unable to find expected entry ‘main/binary-armhf/Packages’ in Release file (Wrong sources.list entry or malformed file)

Thanks
flo

Not aware of any changes, but why do you need to wget down the .deb files? Going forward we will be pushing tar.gz files to: http://update.nzbdrone.com/v2/master/mono/ and http://update.nzbdrone.com/v2/develop/mono/ - depending if you want stable or bleeding edge.

I’m able to get the release file via chrome though.

Hi… now that mono supports hardfloat on raspberry Pi i run NzbDrone on my Pi which means it looks for the APT source of arm and not i386 or amd64. So to get latest release i was just downloading the .deb’s which i can still get but rather than being able to browser the directory i have to now grab the latest amd64 Packages file to get the latest available Filename and wget that.

The exact error i get from apt is this:

W: Failed to fetch http://update.nzbdrone.com/repos/apt/debian/dists/master/Release Unable to find expected entry ‘main/binary-armhf/Packages’ in Release file (Wrong sources.list entry or malformed file)

Thanks
flo

Can you try and apt-get again? I believe I have fixed the issue preventing apt-get from working on arm systems (at least for armhf).

many thanks, confirmed working now on Pi.

@markus101 @thechile

That was my fault I added log_not_found for /repos, but forgot it disabled autoindex, should be fixed now
We were getting over 50K 404s in repos alone every 4 days

@melfy thanks, not sure thats such a bad idea anyways, meant we were able to add the repo instead of people happily using a hacky method.