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 teoliphant
Recipients teoliphant
Date 2008-03-18.16:45:35
SpamBayes Score 0.015869064
Marked as misclassified No
Message-id <1205858738.04.0.681248681608.issue2399@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patches add the following features to MSI building:
 * allow splitting into multiple CABs
 * prevent problem when data-base commits grow beyond a certain number
 * fix to handle all file names
 * change the way unique keys are created in the File and Directory
tables by adding a globally-incrementing number to the file name (unless
it is a keyfile.  This prevents the repeated searching of a large set
(important when you are packaing 47k files...)
 * fix so that the file id that goes into the HashFileTable is never
larger than 72 characters.
History
Date User Action Args
2008-03-18 16:45:38teoliphantsetspambayes_score: 0.0158691 -> 0.015869064
recipients: + teoliphant
2008-03-18 16:45:38teoliphantsetspambayes_score: 0.0158691 -> 0.0158691
messageid: <1205858738.04.0.681248681608.issue2399@psf.upfronthosting.co.za>
2008-03-18 16:45:37teoliphantlinkissue2399 messages
2008-03-18 16:45:36teoliphantcreate