Actions
Bug #3602
openPackage repository not functioning properly
Bug #3602:
Package repository not functioning properly
Status:
Accepted
Priority:
Normal
Assignee:
-
Category:
Infrastructure
Target version:
-
Start date:
2016-02-29
Due date:
% Done:
0%
Estimated time:
Found in version:
N/A (APT repository)
Affected Versions:
Description
After following the instructions at https://tvheadend.org/projects/tvheadend/wiki/AptRepository , I get the following errors:
W: Failed to fetch http://dl.bintray.com/tvheadend/deb/dists/trusty/Release Unable to find expected entry 'trusty/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file) E: Some index files failed to download. They have been ignored, or old ones used instead.
This also happens with wheezy on a Raspberry PI (though the error is obviously slightly different due to the different targets).
This is the content of the tvheadend.list package declaration file:
deb http://dl.bintray.com/tvheadend/deb trusty trusty stable # deb-src http://dl.bintray.com/tvheadend/deb trusty trusty stable
However, using the old repository still works fine:
deb http://apt.tvheadend.org/stable trusty main # deb-src http://apt.tvheadend.org/stable trusty main
Actions