Re: Freeze break request: blockerbugs bugfix to correctly sync updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Sep 09, 2014 at 08:58:58AM -0600, Tim Flink wrote:
> +@api_v0.route('/milestones/current')
> +def get_current_milestone():
> +    current_milestone = get_or_404(Milestone, current=True)
> +    return JsonResponse(current_milestone.simple())

> -    def sync(self, updateinfo, milestone):
> +    def sync(self, updateinfo, fullsync=False):

>      @classmethod
> -    def from_data(cls, updateinfo, release, milestone):
> +    def from_data(cls, updateinfo, release):

These are the two places which scare me a little since you are replacing an
argument with another.

So assuming you have checked that the function calls were updated everywhere to
the new behavior/arguments, +1 for me.


Pierre

Attachment: pgpgLNIY99_Kg.pgp
Description: PGP signature

_______________________________________________
infrastructure mailing list
infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux