[Yum-devel] Is Delta rebuild simultaneous with delta download?

2011-12-12 Thread Tirtha Chatterjee
During an update, does the delta rebuild take place simultaneously with the downloads of delta rpms? -- Regards Tirtha Chatterjee KDE developer http://wyuka.co.cc/ ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman

Re: [Yum-devel] Update the script which creates metadata deltas, make the output byte-compatible

2011-10-08 Thread Tirtha Chatterjee
diff --git a/dmd.py b/dmd.py index 684bac6..efa95d7 100755 --- a/dmd.py +++ b/dmd.py @@ -51,7 +51,20 @@ class MdType(object): return pkgelem -def diff_trees(self, oldtree, newtree): +def make_pkg_opening_tag(self, pkg): +return '\n' % pkg.get('type') + +def make_pkg_c

Re: [Yum-devel] Update the script which creates metadata deltas, make the output byte-compatible

2011-10-08 Thread Tirtha Chatterjee
Btw, the patch is against createrepo, so i am not sure if this is the correct place to post. -- Regards Tirtha Chatterjee http://wyuka.co.cc/ ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel

[Yum-devel] Update the script which creates metadata deltas, make the output byte-compatible

2011-10-08 Thread Tirtha Chatterjee
diff --git a/dmd.py b/dmd.py index 684bac6..b8e1f2d 100755 --- a/dmd.py +++ b/dmd.py @@ -51,7 +51,7 @@ class MdType(object): return pkgelem -def diff_trees(self, oldtree, newtree): +def diff_trees(self, oldtree, newtree, fo): oldpkgs = oldtree.getroot().getchildren()

Re: [Yum-devel] Implementing delta metadata

2011-10-06 Thread Tirtha Chatterjee
ments / clarifications needed. -- Regards Tirtha Chatterjee http://wyuka.co.cc/ ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel

Re: [Yum-devel] Implementing delta metadata

2011-09-26 Thread Tirtha Chatterjee
rogress meters etc). > > -- > Zdenek > _______ > Yum-devel mailing list > Yum-devel@lists.baseurl.org > http://lists.baseurl.org/mailman/listinfo/yum-devel > What do you think? -- Regards Tirtha Chatterjee KDE developer http://wyuka.co.cc/ ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel

[Yum-devel] Implementing delta metadata

2011-09-25 Thread Tirtha Chatterjee
eps forward to guide me. Also, comments / feedback is invited. Please reply. -- Regards Tirtha Chatterjee http://wyuka.co.cc/ ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel