Ticket #54 (closed defect: wontfix)
pbrepo shouldn't be required for cms2pkg
| Reported by: | bdale | Owned by: | bruno |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.10.1 |
| Component: | pb | Version: | 0.9.8 |
| Keywords: | Cc: |
Description
The current version of pb requires that you define pbrepo even if you don't need it yet...
Change History
comment:3 Changed 3 years ago by bruno
- Priority changed from major to minor
- Milestone changed from 0.9.10 to 0.9.11
As the filtering is done during the cms2xxx phase, it is in fact very difficult to avoid having that entry defined so early (especially for RPM build where it's needed)
Not sure I can improve it more than that in future. Leaving open to give me more time to look at it anyway.
Note: See
TracTickets for help on using
tickets.

Yes. I also remarked it preparing the lab ;-) It should probably be made optional at best. As it's used in the macro replacement, it was up to now needed early. I need to check and come back to you for what is possible.