Bug 202701 - Review Request: python-xeninst
Summary: Review Request: python-xeninst
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: FC-ACCEPT
TreeView+ depends on / blocked
 
Reported: 2006-08-15 21:38 UTC by Jeremy Katz
Modified: 2013-01-10 01:31 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-08-16 18:44:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jeremy Katz 2006-08-15 21:38:05 UTC
Spec URL: http://people.redhat.com/~katzj/xeninst/python-xeninst.spec
SRPM URL: http://people.redhat.com/~katzj/xeninst/python-xeninst-0.9-1.src.rpm
Description: Set of python modules to create and install Xen guests.

Note that this is a refactoring of the xenguest-install code currently included in the xen package itself.  It's being split out to ease maintenance as well as to make it easier for other things (virt-manager) to use it.

Comment 1 Jesse Keating 2006-08-16 00:06:08 UTC
Everything looks good.

rpmlint complains about the #! in some .py files.  Do these .py files have an
init or main?  Do they do anything if executed on their own?  

E: python-xeninst non-executable-script
/usr/lib/python2.4/site-packages/xeninst/util.py 0644
E: python-xeninst non-executable-script
/usr/lib/python2.4/site-packages/xeninst/FullVirtGuest.py 0644
E: python-xeninst non-executable-script
/usr/lib/python2.4/site-packages/xeninst/XenGuest.py 0644
E: python-xeninst non-executable-script
/usr/lib/python2.4/site-packages/xeninst/ParaVirtGuest.py 0644

Comment 2 Jeremy Katz 2006-08-16 02:10:57 UTC
Nope, but you want python -tt at the top to make it easier to a) add some test
coverage (not there yet, but I do actually want to write a little bit of that
:-) and b) so that you can always be sure that tabs/spaces are being used
consistently in files.

Comment 3 Jesse Keating 2006-08-16 02:45:00 UTC
Ok, I can waive on that.

Approved.  I'll let you make the ocmps changes (:

Added to dist-fc6.

Comment 4 Jeremy Katz 2006-08-16 18:44:53 UTC
Built and comps change made (well, as soon as intltool finishes translation
merging anyway)


Note You need to log in before you can comment on or make changes to this bug.