Les blogueurs parlent de Fedora (et pas que…)

  • Some stats about our dist-git and updates

    Avatar de Pierre-Yves

    I recently started looking at our dist-git usage but my data was a little limited. Instead of querying datagrepper I managed to access directly the data in the database to get some stats: Dist-git commits Here is the output: Over 1582 day…

  • Some stats about our dist-git usage

    Avatar de Pierre-Yves

    You may have heard that there are some thoughts going on around integrating some continuous integration for our packaging work in Fedora. Having in mind the question about how much resources we would need to offer CI in Fedora, I tried to gat…

  • Suite à l’article précédent sur le consentement

    Avatar de Aurélien

    Woah, je ne m’attendais pas à ça ! La diffusion de la traduction française de l’article de David Wong sur le consentement a été d’une ampleur impressionnante, comme seul Internet en a parfois le secret. Le deuxième jour on était à 50 000 vues, là on est à 125 000 vues, et ça a l’air…

  • Paris Open-Source Summit (compte-rendu Mongueurs)

    Avatar de Emmanuel

    Il y a deux semaines avait lieu le Paris Open Source Summit, 2ième édition et les Mongueurs de Perl y…

  • Back from Flock 2016

    Avatar de Pierre-Yves

    Flock is always a peculiar time of the year for me. For one it is one of the few time I get to meet with my colleagues but more than that, it’s also one of the few time I get to spend a few days with fellows from this Fedora community that is s…

  • Profiling in python

    Avatar de Pierre-Yves

    When working on FMN’s new architecture I been wanted to profile a little bit the application, to see where it spends most of its time. I knew about the classic cProfile builtin in python but it didn’t quite fit my needs since I wanted to prof…

  • New FMN architecture and tests

    Avatar de Pierre-Yves

    New FMN architecture and tests Introduction FMN is the FedMsg Notification service. It allows any contributors (or actually, anyone with a FAS account) to tune what notification they want to receive and how. For example it allows saying t…

  • Playing with FMN

    Avatar de Pierre-Yves

    On Friday, I have been started to play with FMN Currently, there is a fedmsg consumer that listens to the messages coming from all over the Fedora infrastructure, then based on the preferences set in FMN’s web UI it decides whether to send a …

  • Monitor performances of WSGI apps

    Avatar de Pierre-Yves

    Accessing pagure’s performances via mod_wsgi-express Graham Dumpleton has written a series of blog post on monitoring WSGI performances: Returning a string as the iterable from a WSGI application Monitoring the response content from a WSGI app…