Story #2763
closedpulp_deb: repo sync fails: the feed is expected to include dists/stable/
100%
Description
As a user, I should be able to specify a URL to a feed, that looks somewhat similar to an entry in the apt sources.list file.
There:
deb http://security.ubuntu.com/ubuntu trusty-security main restricted
This instructs apt to fetch deb packages from the trusty-security dist, from the main and restricted components.
I would expect the feed URL to be:
http://security.ubuntu.com/ubuntu
For now, the plugin is hardcoded to handle just stable as a dist, because that's the only thing it can produce. Ticket #2765 will address that. At that point, we will need the feed configuration to include lists of dists and components under each dist, and presumably a group-like unit type that can record the dist/component for each unit that got synced, so we can publish it meaningfully.
Currently, in order to make the sync work, the URL is expected to be: http://security.ubuntu.com/ubuntu/dists/stable
Updated by mihai.ibanescu@gmail.com over 7 years ago
- Status changed from NEW to ASSIGNED
Updated by bmbouter over 7 years ago
@misa, Thanks for filing this. Do you see this as a feature or a bug? If it's a feature consider the 'Story' Tracker.
Updated by mihai.ibanescu@gmail.com over 7 years ago
Pull request: https://github.com/pulp/pulp_deb/pull/19
Updated by mihai.ibanescu@gmail.com over 7 years ago
- Tracker changed from Issue to Story
- % Done set to 0
This is a bug, by most standards at least :-)
Added by Mihai Ibanescu over 7 years ago
Updated by Anonymous over 7 years ago
- Status changed from ASSIGNED to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 58f086ee1844dd23a90bd5190cb871de88485d94.
Updated by pcreech over 7 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
feed_url looks closer to sources.list
closes #2763