This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2004-02-02.21:35:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

I can pose a few principles: put RPM-specific code just into
bdist_rpm, and enhance other commands to provide generic
functionality which might be usable only to RPM at the
moment, but could be useful more generally in the future.

Also, make sure all commands continue to work if no RPMs are
built (e.g. the standard "install" command should continue
to work).

I think you code is quite close algorithmically, it just
needs to be re-arranged  a bit.
History
Date User Action Args
2007-08-23 15:27:44adminlinkissue755286 messages
2007-08-23 15:27:44admincreate