+1 from me. On 2 December 2014 at 11:56, Kevin Fenzi <[email protected]> wrote:
> On Tue, 2 Dec 2014 11:31:09 -0700 > Kevin Fenzi <[email protected]> wrote: > > > ok, so we are going to need at least part of the hotfix back, or > > revert to 1.0.0 + old hotfix. > > > > Both the reviewstats and fas cron jobs are now waiting to make token > > files. The reviewstats cron just needs to read things, so it's not so > > big a deal, but the fas one uses a priv bugzilla user, so I do not > > want a token file. > > > > I'll see if I can come up with a hotfix to prevent the token files. > > ok. I think the following change to export-bugzilla on fas01 should fix > the token file issues. We will also need the same change in reviewstats > but there's no hurry there, it can just use a tokenfile for now. > > --- export-bugzilla 2014-12-02 11:49:50.514762132 -0700 > +++ export-bugzilla.fas01 2014-12-02 11:53:13.822125662 -0700 > @@ -46,7 +46,7 @@ > bzGroup = args[1] > > server = bugzilla.Bugzilla(url=BZSERVER, user=BZUSER, password=BZPASS, > - cookiefile=None) > + cookiefile=None, tokenfile=None) > bugzilla_queue = BugzillaQueue.query.join('group').filter_by( > name=ourGroup) > > > +1's to apply as a hotfix? > > kevin > > _______________________________________________ > infrastructure mailing list > [email protected] > https://admin.fedoraproject.org/mailman/listinfo/infrastructure > -- Stephen J Smoogen.
_______________________________________________ infrastructure mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/infrastructure
