Modify ↓
Ticket #973 (closed defect: fixed)
Fix for incorrect dependency generation in Packages.py
Reported by: | Jeramey Crawford <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 1.1.2 Release (Bugfix) |
Component: | bcfg2-server | Version: | 1.0 |
Keywords: | Cc: |
Description
I found a small bug in how Python's sets are used to generate package lists for automatic dependency calculations. The problem has probably been overlooked because most repos have virtually all packages available for both i386 and x86_64, however I have an internal repo which consists mostly of x86_64 software only, and automatic dependency calculations did not work for me.
It's a small 2-line patch that completely fixes the issue. Thanks for making the code so easy to work with!
Attachments
Change History
Changed 12 years ago by Jeramey Crawford <[email protected]…>
- Attachment bcfg2-sets.patch added
comment:1 Changed 12 years ago by desai
- Status changed from new to closed
- Resolution set to fixed
Committed in [bd5aebba93fbd67b61d1a6f3ec221bc7e94f1559]. Thanks for the patch.
Note: See
TracTickets for help on using
tickets.
Package set fix