Commit Graph

334 Commits

Author SHA1 Message Date
Parag A Nemade
a4e5d55bac Update commops irc bot rules. As per requested in https://pagure.io/fedora-infrastructure/issue/5799
Signed-off-by: Parag A Nemade <pnemade@fedoraproject.org>
2017-02-20 17:35:03 +00:00
Ralph Bean
17d4fe3c1e Declare fedmsg endpoints for mbs backend. 2017-02-16 00:47:00 +00:00
Jeremy Cline
b332de14b3 Add a root logger to the fedmsg base logging config
This alters the logging configuration for all fedmsg applications. It
adds a root logger configuration which handles messages that are not
covered by other loggers (and which also have ``propagate=False``). This
means that all Python modules will now be able to emit log messages,
rather than those in the ``fedmsg`` or ``moksha`` Python packages (or
other packages that use their loggers).

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2017-02-08 18:22:14 +00:00
Stephen Smoogen
e3e3317a3d lets break all the things 2017-02-02 17:16:11 +00:00
Igor Gnatenko
ea94e78833 ircbot: send notifications to #fedora-rust
v2: filter by pagure's namespace

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-01-30 20:45:20 +00:00
Ralph Bean
de9d193e95 FQDN, I guess. 2017-01-18 17:38:04 +00:00
Ralph Bean
c4877c99e8 Fix the db URL for stg datanommer. 2017-01-18 17:35:30 +00:00
Dennis Gilmore
a1c354a27a try a different way to get the messages into #fedora-releng
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
2017-01-17 17:33:02 +00:00
Pierre-Yves Chibon
954753b765 Drop the pagure notifications off #fedora-apps now that they are on #pagure 2017-01-17 11:26:05 +01:00
Patrick Uiterwijk
d1e571667c Add fedmsgdpolicy tag
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-01-16 22:02:30 +00:00
Pierre-Yves Chibon
990020a443 Send the notifications about pagure-importer to #pagure as well 2017-01-16 21:12:48 +01:00
Pierre-Yves Chibon
998c8482f9 Pretty please, also send notifications to #pagure 2017-01-16 20:26:27 +01:00
Patrick Uiterwijk
4063fbb069 These policies were never correctly maintained. Disable nitpicky mode for now
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-01-13 01:25:21 +00:00
Dennis Gilmore
0fc406658a attempt to do a better job of ensuring messages for teh right projects end up in #fedora-releng
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
2017-01-12 15:10:34 +00:00
Dennis Gilmore
1849f05f7b send the pagure issue and git messages for releng and pungi-fedora to #fedora-releng
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
2017-01-11 22:45:18 +00:00
Ricky Elrod
4911b16f73 nuke autocloud-backend-{vbox,libvirt} in favor of the "2" variants
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2017-01-05 20:24:08 +00:00
Kevin Fenzi
6c0099fb21 Systemd wants service/unit files to get 644, not 755. 2016-12-16 14:50:22 +00:00
Ralph Bean
a9982c1ce9 Move the fedora modularity bot to another channel due to spam. 2016-12-08 17:13:22 +00:00
Kevin Fenzi
b3594c0e93 Drop this patch here too as it's already applied. 2016-12-03 03:15:33 +00:00
Kevin Fenzi
aa0a4b4377 Drop this patch, it's now released. 2016-12-02 23:16:57 +00:00
Patrick Uiterwijk
0b76dd4cb5 Pick up patch from github
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-12-01 12:05:44 +00:00
Patrick Uiterwijk
cb62d23a96 Also fix gateway slave
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-12-01 11:55:21 +00:00
Patrick Uiterwijk
f79388f24e Apply patch to fix fedmsg-gateway
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-12-01 11:53:09 +00:00
Patrick Uiterwijk
6b738addbb In staging, datanommer uses db01.stg
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-11-30 10:30:59 +00:00
Patrick Uiterwijk
776718589a There is no bodhi-backend03 in stg
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-11-29 21:25:53 +00:00
Kevin Fenzi
d8bea31eb3 Adjust fedora-ask fedmsg irc bot to only show 2 topics. https://pagure.io/fedora-infrastructure/issue/5538 2016-11-11 16:08:32 +00:00
Kevin Fenzi
b1a2d105c9 In ansible 2.2 always_run is depreciated. Switch to check_mode. 2016-11-01 16:29:49 +00:00
Ralph Bean
0bc19d973d Ignore koji builds going to #fedora-modularity. 2016-10-31 13:11:14 +00:00
Ralph Bean
a1618aa1d1 Add markdown formatting to fedmsg err emails.
This way, we can copy and paste the emails directly into github/pagure issues to
track them.  Like this one, for instance:
https://github.com/fedora-infra/pdc-updater/issues/18
2016-10-28 14:59:30 +00:00
Kevin Fenzi
806d7651eb fix ask02 too 2016-10-18 20:10:04 +00:00
Kevin Fenzi
f81190f3bd try and increase askbot threads to see if it will stay up 2016-10-18 20:03:05 +00:00
Kevin Fenzi
e086648e9e adjust magazine fedmsg bot 2016-10-15 19:19:51 +00:00
Kevin Fenzi
7e7d9c239e Revamp fedmsg bot names to be more standard. Hopefully this doesn't make anyone mad. 2016-10-15 16:41:36 +00:00
Parag A Nemade
17751b8ff4 Another improvement to g11n bot
Signed-off-by: Parag A Nemade <pnemade@fedoraproject.org>
2016-10-15 16:29:34 +00:00
Parag A Nemade
e85529179b Improve bot rules for #fedora-g11n
Signed-off-by: Parag A Nemade <pnemade@fedoraproject.org>
2016-10-12 19:19:13 +00:00
Kevin Fenzi
fb2c6921f6 adjust some bot names for freenode limits 2016-10-01 03:09:21 +00:00
Kevin Fenzi
ebe5c1d91d add diversity and magazine fedmsg bots. issues 5506, 5507 2016-10-01 02:33:43 +00:00
Kevin Fenzi
520fec00f8 drop unneeded name argument 2016-09-29 15:38:24 +00:00
Kevin Fenzi
c5060135de add fedmsg bot for #fedora-admin for pagure issues changes 2016-09-29 15:38:24 +00:00
Kevin Fenzi
4f6a15897d fix conditional 2016-09-04 16:30:55 +00:00
Kevin Fenzi
473c64467d Fix this hopefully to match bodhi-backend03 2016-09-04 16:19:03 +00:00
Kevin Fenzi
23e2dc4a25 Revert "Revert part of the bodhi-backend03 changes to see if they caused problems."
This reverts commit 6e6d936588.
2016-09-04 16:17:19 +00:00
Kevin Fenzi
6e6d936588 Revert part of the bodhi-backend03 changes to see if they caused problems. 2016-08-13 02:30:04 +00:00
Kevin Fenzi
22f2cb0541 Fix conditional 2016-08-12 19:44:48 +00:00
Kevin Fenzi
ca88391df3 More bodhi2 for fedora24 changes.
Fix places that except bodhi-backend01 for 03
Don't use the copr we can just use a scratch build
Set fedmsg enpoints
2016-08-12 19:36:37 +00:00
Kevin Fenzi
42afc9a637 Fix a bunch of places that didn't use the full correct mode 2016-08-08 19:53:57 +00:00
Kevin Fenzi
1c6e9a11f4 Another pile of trailing whitespace fixes 2016-08-08 19:42:36 +00:00
Ralph Bean
d488aeadf3 Ignore more spam for #fedora-modularity. 2016-07-28 11:30:23 +00:00
Ralph Bean
b1d0171a84 Allow composer.stg to receive messages from modularity.fic.o
See https://fedorahosted.org/rel-eng/ticket/6441
2016-07-13 13:16:56 +00:00
Ralph Bean
cfbd7471ad Ignore some of the copr spamminess. 2016-07-08 18:07:13 +00:00