Project

Profile

Help

Story #136

Updated by rbarlow almost 9 years ago

Pulp only allows sdist packages to be uploaded and synchronized currently. We should add support for wheel (bdist) packages as well. Deliverables: 

 * CLI Support for wheel packages 
 * Importer support for uploaded wheel packages 
 * Importer support for sync'd wheel packages 
 * Add a wheel example to the getting started guide in the documentation 
 * Write release notes 
 * Write tests 

 Note that #135 has the task of creating the wheel type, so it must be done first.

Back