[Pulp-list] modelchanges diff

Mike McCune mmccune at redhat.com
Wed Jun 9 16:57:50 UTC 2010


I attached the modelchanges diff from jmatthews's branch vs master.

Note:

* The PackageVersionApi create now takes name in an effort to consider 
dropping "Package" class

-    def create(self, packageid, epoch, version, release, arch):
+    def create(self, name, epoch, version, release, arch, description,
+            checksum_type, checksum, filename):


what I would do is take it further and merge PackageVersion and Package 
class into one object in our API and just call it a Package.

* Addition of sha256 calcs to our datamodel in repo_sync.import_package

Mike
-- 
Mike McCune
mmccune AT redhat.com
Red Hat Engineering       | Portland, OR
Systems Management        | 650.254.4248
-------------- next part --------------
A non-text attachment was scrubbed...
Name: modelchanges-vs-master.diff
Type: text/x-patch
Size: 50482 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/pulp-list/attachments/20100609/f93eeaaa/attachment.bin>


More information about the Pulp-list mailing list