Re: [RFC] Optionally using git repositories instead of the lookaside cache

2020-04-09 Thread Jeremy Cline
On Thu, 2020-04-09 at 14:47 +0200, Tomas Tomecek wrote: > Jeremy, have you also considered storing everything in a single > repository? Instead of having two. > We actually are. I assume you're asking about why we're not using packit. We're not on GitHub so the service isn't (as far as I can

Re: [RFC] Optionally using git repositories instead of the lookaside cache

2020-04-09 Thread Jeremy Cline
On Wed, 2020-04-08 at 15:19 -0700, Kevin Fenzi wrote: > On Wed, Apr 08, 2020 at 08:27:08PM +0000, Jeremy Cline wrote: > > Hi folks, > > > > The Fedora kernel is moving to maintaining the package in a source > > (sometimes people refer to it as an "exploded"

Re: [RFC] Optionally using git repositories instead of the lookaside cache

2020-04-08 Thread Jeremy Cline
On Wed, 2020-04-08 at 18:38 -0400, Neal Gompa wrote: > > At least with this _specific_ proposal, I don't see too many issues. > Adding a "sources" namespace to Pagure and setting up a workflow for > that isn't a horrible idea. > > I still feel like my general concerns in original proposal from

[RFC] Optionally using git repositories instead of the lookaside cache

2020-04-08 Thread Jeremy Cline
Hi folks, The Fedora kernel is moving to maintaining the package in a source (sometimes people refer to it as an "exploded") tree. Basically just a fork of upstream. This makes a lot of packager tasks easier, but has introduced a minor issue with respect to the lookaside cache. Right now, it's

Re: State of FMN (FedMSG Notifications) and Replacement

2020-02-26 Thread Jeremy Cline
On Wed, 2020-02-26 at 08:26 +0100, Clement Verna wrote: > Hi all, > > FMN (https://apps.fedoraproject.org/notifications) is currently one > of the main blocking point for dropping fedmsg in favour of fedora- > messaging. > FMN is quite important to the community and the composition of Fedora >

[PATCH] Drop myself from various infra roles

2020-02-10 Thread Jeremy Cline
I requested that my infrastructure access be removed since I don't use it anymore, so drop myself from various playbooks and configurations. I can't do anything with the warning emails anyway. --- playbooks/groups/os-cluster.yml | 1 -

Re: How to consume fedora-messaging?

2019-06-20 Thread Jeremy Cline
Hi, On 6/20/19 4:11 AM, Pavel Raiskup wrote: Hi Adam, or anyone, On Monday, June 10, 2019 6:06:42 PM CEST Adam Williamson wrote: If you're writing an AMQP consumer in Python, what you'll ultimately get for your consumer to process is a `message` object which is an instance of a

Re: Relaxing the AMQP broker permissions for authenticated users

2019-06-18 Thread Jeremy Cline
On 6/18/19 8:35 AM, Aurelien Bompard wrote: My fear here is that someone will manually create something and we have to redeploy for some reason. They will be broken untll they manually remember to do what they did again. :( It's not manual at all actually, the queues that should be declared

Relaxing the AMQP broker permissions for authenticated users

2019-06-14 Thread Jeremy Cline
Hi folks, Over the last couple days I've been sorta-kinda helping Adam move OpenQA to AMQP and he has, through no fault of his own, had a rough time of it. The problems boil down to permissions issues and a lack of visibility into the broker. I'd like to propose two changes so that folks can

[PATCH] Add a nagios check for each rabbitmq server

2019-05-16 Thread Jeremy Cline
-plugins-rabbitmq/nagios-plugins-rabbitmq Signed-off-by: Jeremy Cline --- roles/nagios_client/tasks/main.yml| 15 + .../templates/check_rabbitmq_server.cfg.j2| 1 + roles/nagios_server/tasks/main.yml| 22 +++ .../nrpe/check_rabbitmq_server.cfg.j2

Re: [release] fedora-messaging-1.6.0

2019-04-08 Thread Jeremy Cline
On 4/7/19 1:49 PM, Kevin Fenzi wrote: On 4/6/19 9:08 AM, Jeremy Cline wrote: Hey folks, Earlier last week I tagged 1.6.0 of fedora-messaging; the release notes are in the docs[1]. Awesome. Thanks for all the work on it. There is also documentation on connecting to Fedora's message broker

[release] fedora-messaging-1.6.0

2019-04-06 Thread Jeremy Cline
Hey folks, Earlier last week I tagged 1.6.0 of fedora-messaging; the release notes are in the docs[1]. There is also documentation on connecting to Fedora's message broker externally. I would be very grateful if interested folks could run through the documentation[2] and let me know if they hit

Re: [FBR] Make RabbitMQ cluster publicly available via proxies

2019-03-07 Thread Jeremy Cline
On 3/6/19 3:29 PM, Kevin Fenzi wrote: On 3/6/19 12:25 PM, Patrick Uiterwijk wrote: Hi all, Could I get +1s for the below patch? +1, but do we need also: * some rabbitmq config to add a vhost that doesn't require a user/cert for ro access? I'm pretty familiar with how this needs to get set

Re: External access to the AMQP broker

2019-02-28 Thread Jeremy Cline
On 2/27/19 2:10 PM, Clement Verna wrote: On Wed, 27 Feb 2019 at 18:27, Aurelien Bompard wrote: I'm assuming you're considering the solution where we have a single broker and we make it publicly accessible (option 1). how easy would it be to turn off the possibility for external publisher to

Re: Future plans about fedmsg

2019-02-07 Thread Jeremy Cline
Hi Mikolaj, On 2/7/19 4:46 AM, Mikolaj Izdebski wrote: Hello, Today I've looked into porting Koschei from fedmsg to fedora-messaging. Unfortunately I've encountered problems that prevent me from progressing. Most importantly our RabbitMQ servers are not accessible from outsides of Fedora

Re: [release] fedora-messaging-1.1.0

2018-11-16 Thread Jeremy Cline
On 11/16/18 3:13 AM, Michal Konecny wrote: > > > On 15/11/18 21:31, Jeremy Cline wrote: >> Hey folks, >> >> I've tagged fedora-messaging v1.1.0[0]. It's available in PyPI, Rawhide, >> and will be coming to Fedora 29's updates-testing repository soon, alo

[release] fedora-messaging-1.1.0

2018-11-15 Thread Jeremy Cline
easier along with some initial work to make recording and republishing messages (for integration tests and such) easy. [0] https://github.com/fedora-infra/fedora-messaging/releases/tag/v1.1.0 -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline

Re: Statistics. Stats for installled or downloaded packages

2018-11-07 Thread Jeremy Cline
nstallation tracker. Adding another table or two would make it a software database so it might make sense to run them all as a single back-end service and have a single end-user tool for reporting. -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline ___

fedora-messaging v1.0

2018-10-10 Thread Jeremy Cline
-messaging.readthedocs.io/ -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org Fedora Code of Conduct: https

Re: [PATCH] Add a RabbitMQ vhost for pubsub (fedmsg) and configure an HA policy

2018-09-29 Thread Jeremy Cline
ething since it's general publishing and subscribing for apps and services. That being said, names are hard and I welcome alternatives, so if people think something else is more descriptive now's the best time to voice your opinion. -- Jeremy Cline

[PATCH] Add a RabbitMQ vhost for pubsub (fedmsg) and configure an HA policy

2018-09-28 Thread Jeremy Cline
in the cluster and enables automatic synchronization with a batch size of 10K messages. Automatic synchronization means that when a new node joins the cluster, all messages from existing nodes are pushed to the new node, blocking queue activity until mirroring is complete. Signed-off-by: Jeremy

Re: [PATCH] Raise the file limit on the RabbitMQ cluster

2018-09-18 Thread Jeremy Cline
On 09/18/2018 09:57 AM, Patrick マルタインアンドレアス Uiterwijk wrote: > +1 looks fine to me. Thanks, I've applied the patch, please let me know if it causes any trouble on the next Ansible run and I'll fix it. -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcl

[PATCH] Raise the file limit on the RabbitMQ cluster

2018-09-12 Thread Jeremy Cline
and makes the value configurable. [0] https://www.rabbitmq.com/production-checklist.html Signed-off-by: Jeremy Cline --- I have permissions to commit this, but I'd like the sysadmins to review it for (in)sanity. handlers/restart_services.yml| 6 ++ roles/rabbitmq_cluster

Re: fedora messaging

2018-08-21 Thread Jeremy Cline
ted in this thread. If you are not having those problems and you're okay with minimal integration with other services like notifications then there are innumerable ways to send messages. This library is completely optional. You just need to have an AMQP client library and add a few basic headers

Re: fedora messaging

2018-08-17 Thread Jeremy Cline
On 08/16/2018 06:22 PM, Michal Novotny wrote: > On Thu, Aug 16, 2018 at 4:34 PM Jeremy Cline wrote: >> >> So, am I right in saying your main objection is the Python package? Or >> do you object to then packaging that as an RPM? >> > > I don't really have

Re: fedora messaging

2018-08-16 Thread Jeremy Cline
On 08/16/2018 11:53 AM, Michal Novotny wrote: > On Thu, Aug 16, 2018 at 11:43 AM Jeremy Cline wrote: >> The current solution is fedmsg-meta-fedora-infrastructure, a central >> Python module where schema are poorly encoded by a series of if/else >> statements. It also

Re: fedora messaging

2018-08-16 Thread Jeremy Cline
r main objection is the Python package. Personally, I think making a Python package is a trivial amount of work for the benefit of being able to define an arbitrary Python API to work with your messages, but maybe that's not a widely-shared sentiment. If it's not and we decide the only thing we real

Re: fedora messaging

2018-08-14 Thread Jeremy Cline
e, I really really want this to be super easy to use and just work. I hope we can improve it further and I'd love to hear your thoughts. Do you think my problem statements and design goals are reasonable? Given those, do you still feel like sending the schema along is worthwhile? -- Jeremy Cline XMPP

Re: python2 and fedora deployed applications

2018-07-25 Thread Jeremy Cline
On 07/24/2018 05:47 PM, Jim Perrin wrote: > > > On 07/24/2018 02:30 PM, Jeremy Cline wrote: >> On 07/23/2018 05:05 PM, Kevin Fenzi wrote: >>> notifs-backend - ? >> >> FMN is still Python 2. Some of the backend services might be runnable >> with Pytho

Re: python2 and fedora deployed applications

2018-07-24 Thread Jeremy Cline
On 07/23/2018 05:05 PM, Kevin Fenzi wrote: > notifs-backend - ? FMN is still Python 2. Some of the backend services might be runnable with Python 3, but the test suite doesn't even check since the front-end is Python 2 only. -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcl

Re: Migrating fedmsg to AMQP: a proposal

2018-06-05 Thread Jeremy Cline
On 06/04/2018 06:59 PM, Ken Dreyer wrote: > On Mon, Jun 4, 2018 at 8:30 AM, Jeremy Cline wrote: >> I had a hard time justifying choosing STOMP over AMQP because most >> brokers just map the other protocol they focus on onto STOMP. It's true >> the the spec is short, b

Re: Migrating fedmsg to AMQP: a proposal

2018-06-04 Thread Jeremy Cline
On 06/01/2018 05:45 PM, Michael Bonnet wrote: > On Tue, May 29, 2018 at 12:51 PM, Jeremy Cline wrote: > >> Hi, >> >> On 05/29/2018 09:31 AM, Jeffrey Ollie wrote: >>> On Thu, May 24, 2018 at 11:16 AM, Aurelien Bompard < >>> abomp...@fedoraprojec

Re: Migrating fedmsg to AMQP: a proposal

2018-05-29 Thread Jeremy Cline
Hi, On 05/29/2018 09:31 AM, Jeffrey Ollie wrote: > On Thu, May 24, 2018 at 11:16 AM, Aurelien Bompard < > abomp...@fedoraproject.org> wrote: > >> >> What do you think of this proposal? Any blind spots? >> > > Not that I disagree, but please add/expand a section as to why AMQP (and > RabbitMQ)

Re: Migrating fedmsg to AMQP: a proposal

2018-05-24 Thread Jeremy Cline
r was your plan to keep them under your personal account? Definitely planning on moving it over if people like it. [0] https://www.rabbitmq.com/access-control.html [1] http://api.zeromq.org/4-2:zmq-curve -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP di

[release] Anitya v0.12.0

2018-05-07 Thread Jeremy Cline
/0.12.0/release-notes.html -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email

Re: Libravatar shutting down on 2018-09-01

2018-04-03 Thread Jeremy Cline
on't immediately come to mind. Feel free to file some too if > there are more. https://github.com/fedora-infra/fmn/issues/291 -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature ___ infrastru

[release] fedmsg-1.1.1

2018-03-20 Thread Jeremy Cline
Hi folks, I've tagged a new release of fedmsg, v1.1.1. It's available via PyPI and will soon be arriving at a testing repo near you. The change log is available at: https://fedmsg.readthedocs.io/en/stable/changelog/#v1-1-1 -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc

Re: Deploying Hubs to our Openshift instance

2018-02-15 Thread Jeremy Cline
e this afternoon to write down what I learned and make a PR to the infra-docs which you can then review and provide feedback on where the docs are lacking. -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature __

Re: Freeze Break Request: Fix FMN notifications for package (co)maintainers

2017-11-06 Thread Jeremy Cline
ow much effort we should put in to "save" those. After all, the more time we spend on that, the more notifications we lose due to that bug. -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature

[PATCH] Update FMN monitoring scripts for the new queues

2017-11-03 Thread Jeremy Cline
" and "fmn.backends.email". Signed-off-by: Jeremy Cline <jer...@jcline.org> --- roles/nagios_client/templates/check_fmn.cfg.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/nagios_client/templates/check_fmn.cfg.j2 b/roles/nagios_client/templates/chec

Re: Freeze Break Request: Fix FMN notifications for package (co)maintainers

2017-11-02 Thread Jeremy Cline
On 11/01/2017 06:18 PM, Jeremy Cline wrote> * The FMN front-end is currently still on RHEL7, but I haven't updated > it in stage yet so I don't know if there's any adjustments necessary > for that (the front-end doesn't use celery so the fact that it's old > _shouldn't_

Freeze Break Request: Fix FMN notifications for package (co)maintainers

2017-11-01 Thread Jeremy Cline
] https://pagure.io/fedora-infrastructure/issue/6462 [2] https://github.com/fedora-infra/fmn/pull/248 -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list

[release] the-new-hotness 0.10.0

2017-10-16 Thread Jeremy Cline
Hey folks, This morning I put the-new-hotness-0.10.0 into production. This release switches the-new-hotness to the fedora-scm-requests repository rather than pkgdb for monitoring configuration (thanks to Ralph Bean!). -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc

Re: Introduction Ken Dreyer

2017-10-06 Thread Jeremy Cline
Hi Ken, welcome! -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le

Re: Proposal: updated pyOpenSSL in the epel7-infra repository

2017-09-29 Thread Jeremy Cline
On 09/25/2017 10:12 AM, Jeremy Cline wrote: > On 09/20/2017 01:33 PM, Kevin Fenzi wrote: >> Could we build the new pyOpenSSL/cryptography for epel7, but as python3 >> only? (so it doesn't override the base rhel one)? > > We could do that. The only downsides I can re

Re: Proposal: updated pyOpenSSL in the epel7-infra repository

2017-09-25 Thread Jeremy Cline
ography to make sure we see > issues/bugs/updates as they happen? Definitely, although fortunately pyOpenSSL is in maintenance mode and should be reasonably quiet. I'm a maintainer on the Fedora pyOpenSSL and cryptography, so as long as a couple more people keep an eye on them we should be set.

Proposal: updated pyOpenSSL in the epel7-infra repository

2017-09-19 Thread Jeremy Cline
://github.com/pyca/pyopenssl/blob/master/doc/ChangeLog_old.txt#L188 [1] https://pyopenssl.org/en/stable/changelog.html -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list

Re: fedmsg-1.0.0 specfile

2017-09-11 Thread Jeremy Cline
On 09/10/2017 02:19 PM, Kevin Fenzi wrote: > On 09/06/2017 12:24 PM, Jeremy Cline wrote: >> Hey all, >> >> I did a very large re-write of the fedmsg specfile just before FLOCK >> that condenses the many sub-packages down into just one package and also >> builds it

fedmsg-1.0.0 specfile

2017-09-06 Thread Jeremy Cline
merge this by the end of the week and get a build done. PR: https://src.fedoraproject.org/rpms/fedmsg/pull-request/1 Thanks! -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature ___ infrastructure

Bodhi 2.10.1 in production

2017-08-22 Thread Jeremy Cline
Hey folks, Bodhi 2.10.1 is now running in production. The change log: https://bodhi.fedoraproject.org/docs/release_notes.html At this time, the Greenwave integration is configured to be off. When Greenwave is ready, we'll be able to flip on the integration. -- Jeremy Cline XMPP: jer

[release] fmn-1.4.0

2017-08-16 Thread Jeremy Cline
Hey all, Yesterday afternoon I tagged a new FMN release and pushed it to stg[0]. The changelog for this release can be found on GitHub[1]. [0] https://apps.stg.fedoraproject.org/notifications/ [1] https://github.com/fedora-infra/fmn/releases/tag/1.4.0 -- Jeremy Cline XMPP: jer...@jcline.org

[Release] fedmsg-0.19.0

2017-07-12 Thread Jeremy Cline
-- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org

Re: OpenShift plans

2017-07-03 Thread Jeremy Cline
ersion as stg/production since it sounds like this JSON isn't particularly well-documented, nor is there any schema or validation tools. -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature ___ inf

Re: RFC: Enable type annotations and Mypy checks on Python projects in Fedora Infrastructure

2017-06-20 Thread Jeremy Cline
I'm also +1 on this. I haven't used mypy or type annotations before, but I like well-documented code and having something to lint types would be extremely helpful. -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature

FMN 1.3.0

2017-05-31 Thread Jeremy Cline
where cache regions were configured to never expire cached keys (Issue #194). -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list -- infrastructure

[FBR] Reset the FMN redis cache

2017-05-17 Thread Jeremy Cline
will likely need to be restarted, and because of a different caching issue[0] this will likely take around an hour (messages won't be lost, they'll just build up in the rabbitmq queue). [0] https://github.com/fedora-infra/fmn/pull/190 +1s? -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline

Re: SOP for retrace

2017-05-17 Thread Jeremy Cline
for me. Did I lost some access? Can I get it back please > or can someone apply the patch? Hi, We've moved our documentation to Pagure[0] and turned it into a sphinx project. The readme provides guidance on how to contribute, but if you run into any trouble just let me know! [0] https://pagure.

FMN 1.2 in production

2017-05-15 Thread Jeremy Cline
). -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le

[release] Hotness 0.8.1

2017-03-07 Thread Jeremy Cline
tarballs are now correctly handled. Previously, only the first source URL was used (#161) -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list -- infrastructure

Re: [release] the-new-hotness - 0.8.0

2017-02-14 Thread Jeremy Cline
Hey all, the-new-hotness-0.8.0 is now in production! On 01/31/2017 02:49 PM, Jeremy Cline wrote: > Hey all, > > I've tagged a new release for the-new-hotness, 0.8.0. There's not yet an > SOP for the-new-hotness so I'll be writing that along the way as I > deploy it in th

Infrastructure SOPs moving to a new home Feb. 16th

2017-02-13 Thread Jeremy Cline
://fedora-infra-docs.readthedocs.io/ [3] https://docs.pagure.org/infra-docs/ [4] https://fedora-infra-docs.readthedocs.io/en/latest/dev-guide/sops.html -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature

Re: Proposal: Infrastructure Apps documentation project

2017-02-02 Thread Jeremy Cline
a lot of our individual project documentation lacks. Sphinx has extensive internalization[0] support and we should use it. This would also be a good place to document how we use it and how our other Sphinx projects can use it. [0] http://www.sphinx-doc.org/en/stable/intl.html -- Jeremy Cline XMPP: jer..

Re: [release] the-new-hotness - 0.8.0

2017-01-31 Thread Jeremy Cline
On 01/31/2017 09:49 AM, Jeremy Cline wrote: > Hey all, > > I've tagged a new release for the-new-hotness, 0.8.0. There's not yet an > SOP for the-new-hotness so I'll be writing that along the way as I > deploy it in the next few days. > > The changelog is includ

Re: [release] the-new-hotness - 0.8.0

2017-01-31 Thread Jeremy Cline
On 01/31/2017 12:38 PM, Kevin Fenzi wrote: > On Tue, 31 Jan 2017 09:49:37 -0500 > Jeremy Cline <jer...@jcline.org> wrote: > >> Hey all, >> >> I've tagged a new release for the-new-hotness, 0.8.0. There's not yet >> an SOP for the-new-hotness so I'll be wr

[release] the-new-hotness - 0.8.0

2017-01-31 Thread Jeremy Cline
. - the-new-hotness now authenticates with Koji using Kerberos -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe

Re: Proposal: Infrastructure Apps documentation project

2017-01-27 Thread Jeremy Cline
more general in a lot of areas than what I want, but I think we could using it as a starting off point or link directly to it in some cases. -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature _

Proposal: Infrastructure Apps documentation project

2017-01-26 Thread Jeremy Cline
ke getting involved much easier. What do you all think? [0] https://opensource.com/article/17/1/expand-project-contributor-base [1] https://docs.pagure.org/releng/ -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital

[release] anitya-0.10.1

2016-11-30 Thread Jeremy Cline
sockets for HTTP requests across processes (Issue #335) -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe

Meeting Agenda Item: Introduction Jeremy Cline

2016-09-29 Thread Jeremy Cline
to learning all about the Fedora infrastructure and helping out! -- Jeremy Cline XMPP: jer...@jcline.org IRC: jcline signature.asc Description: OpenPGP digital signature ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe