Modify ↓
Ticket #577 (closed enhancement: fixed)
Extra package should have a sub tag needfor in statistics
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | statistics | Cc: |
Description
Extra package should have a tag like <needfor package='...' /> in the statistics so that with all extra we would know witch package called it and reajusted our repository if needed. That is kind of reverse dependancy detect.
Also those extra should never be remove with any of bcfg2 tools so that package that depends on them wont break.
In reaction to -r Package option of client
Attachments
Change History
comment:2 Changed 14 years ago by solj
- Status changed from new to closed
- Resolution set to fixed
This type of dependency handling can now be done using Packages? which delegates control of package version information to the underlying package manager.
Note: See
TracTickets for help on using
tickets.