Summary
graph-scc: egg-locations points to non-existing .release-info file
Metadata
- Id: ff91cf59db238b52782a6d0f32c68d5ba9897ae9
- Trac id: 1567
- Type: defect
- Reporter: mario
- Owner: iraikov
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty: trivial
- Resolution: fixed
- Priority: major
- Milestone: someday
- Version: 5.0.0
- Changetime: 2018-12-14 09:48:20 UTC
- Created: 2018-12-14 08:57:27 UTC
- Keywords: graph-scc
Description
release/5/egg-locations has
(graph-scc "https://raw.github.com/iraikov/chicken-graph-sccx/master/graph-scc.release-info")
but https://raw.github.com/iraikov/chicken-graph-sccx/master/graph-scc.release-info doesn't seem to exist:
<vandusen> [eggs] error while downloading the release-info file for graph-scc (CHICKEN 5): Client error: 404 Not Found
Changes and comments
[2018-12-14 09:48:20 UTC] mario changed status from new to closed
[2018-12-14 09:48:20 UTC] mario set resolution to fixed
[2018-12-14 09:48:20 UTC] mario wrote:
Looks like the issue was caused by a typo in the URL in egg-locations. I've fixed it.