Modify ↓
Ticket #678 (closed defect: fixed)
Packages plugin cleanups
Reported by: | Jack Neely <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-server | Version: | 1.0 |
Keywords: | Cc: |
Description
We need to catch exceptions thrown by
data = urllib2.urlopen(url).read()
around line 80 of Packages.py.
Also, appending additional directories/files onto URLs from the config.xml configuration needs to be done more robustly. Currently, if any of the YUMSource URLs in config.xml do not end with a / character you get some very weird messages resulting from not being able to fetch the repository data.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
This appears to be fixed in trunk.