Fedora Atomic / Infrastructure check-in minutes for 9 September 2014

2014-09-09 Thread Joe Brockmeier
=== #atomic Meeting === Meeting started by jzb at 20:04:18 UTC. The full logs are available at http://meetbot.fedoraproject.org/atomic/2014-09-09/atomic.2014-09-09-20.04.log.html . Meeting summary --- * LINK: https://git.fedorahosted.org/cgit/releng/tree/s

Re: Gitolite3 on pkgs01.stg

2014-09-09 Thread Pierre-Yves Chibon
On Fri, Sep 05, 2014 at 12:45:38PM +0200, Pierre-Yves Chibon wrote: > That being said, I believe our options are: > 1) Talk with upstream, in the past I believe he was quite reactive and willing >to help us. We are the largest public deployment of gitolite maybe he'll >still be willing to h

Re: Gitolite3 on pkgs01.stg

2014-09-09 Thread Dennis Gilmore
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 5 Sep 2014 12:45:38 +0200 Pierre-Yves Chibon wrote: > Dear all, > > This morning Mathieu (bochecha) and I spent some time trying to get > gitolite3 work on our pkgs01.stg. > > This is an overview of the situation. > > By design gitolite is

Re: Adding Fedora applications to gnome-software as webapps

2014-09-09 Thread Rahul Sundaram
Hi On Mon, Sep 8, 2014 at 12:39 PM, Matthew Miller wrote: > > Which the Board has asked for anyway. > Yes indeed. Rahul ___ infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastruct

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

2014-09-09 Thread Pierre-Yves Chibon
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): > +

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

2014-09-09 Thread Kevin Fenzi
+1 here. We kind of need this working. ;) kevin signature.asc Description: PGP signature ___ infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Freeze break request: blockerbugs bugfix to correctly sync updates

2014-09-09 Thread Tim Flink
We found a bug in the blockerbugs app yesterday that is preventing updates from being properly synced and leaving us with an empty page of pending updates: https://qa.fedoraproject.org/blockerbugs/milestone/21/alpha/updates I'd like to deploy a new version of blockerbugs with the fix for that bug