46d4f10433
Fix handling of title-less Planet posts
...
Some platforms can give us a post without a title. When that happens,
Planet's RSS feed title is "$author" instead of "$author.title", which
causes our split to blow up. Instead, we check to see if there is a ':',
and if so split like normal. If not, explicitly set the title to
"(untitled post)" in order for it to still render.
While I'm at it, update a comment so that it reflects what the code is
actually doing.
Fixes #9251
Signed-off-by: Ben Cotton <bcotton@fedoraproject.org>
2020-08-20 13:24:43 +00:00
Aurélien Bompard
5ae12fbb83
Get rid of useless variables
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-20 15:23:07 +02:00
Aurélien Bompard
dcfb72565d
Formatting
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-20 15:17:16 +02:00
Aurélien Bompard
26feb54119
Escape braces
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-20 15:13:33 +02:00
Aurélien Bompard
b0fee5ec4b
FASJSON, first try
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-20 15:11:56 +02:00
Aurélien Bompard
2e7ede1b71
Refactor the keytab/service role to prepare for more ipa roles
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-20 15:11:56 +02:00
Aurélien Bompard
45a8658c04
Noggin: small fixups
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-20 15:11:56 +02:00
Pierre-Yves Chibon
630e1fd8ca
distgit-bz-sync: Fix the versions to be up to date
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-08-20 14:20:40 +02:00
Aurélien Bompard
cdaaf4326f
Fix indentation
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-20 11:09:43 +02:00
Aurélien Bompard
b7e08d6d48
Mutualize the ipa client config in openshift
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-20 11:07:59 +02:00
Pierre-Yves Chibon
a65d4589d0
git/hooks: ensures the revision sent to fedora-messaging are strings not oid objects
...
The issue was triggered when multiple commits were pushed at once at
which point the list of revisions contained a list of OID objects
that are not JSON serializable but can be converted to text via
str() or by accessing their .hex attribute.
However, when a single commit is pushed, the list of revisions
contains just the hash of the commit pushed and thus is already
a string. So relying on .hex will not work then.
Using str() becomes the solution that works for both scenarios.
Fixes https://pagure.io/fedora-infrastructure/issue/9247
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-08-20 10:33:47 +02:00
Aurélien Bompard
ac2d865f09
Noggin: adjust SMTP config
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 18:28:37 +02:00
Aurélien Bompard
f4baa7b273
Noggin: adjust variable names
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 18:26:44 +02:00
Aurélien Bompard
adf9345c83
Noggin: try again to fix the configmap
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 18:10:26 +02:00
Aurélien Bompard
e20344e493
Quotes.
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 18:02:51 +02:00
Aurélien Bompard
9378371511
Noggin: better way to store the IPA CA cert, maybe?
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 18:02:20 +02:00
Aurélien Bompard
7bae92a161
Fix the configmaps definition
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 17:53:51 +02:00
Aurélien Bompard
e22e3de797
Noggin: adjust service port name
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 17:18:38 +02:00
Aurélien Bompard
69ea5350e5
Noggin: adjust playbook
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 16:53:17 +02:00
Aurélien Bompard
7eaef5eeaf
Wrong usage of the slurp module
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 16:44:53 +02:00
Aurélien Bompard
d494854f62
RabbitMQ is still not back up in staging
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 16:41:37 +02:00
Aurélien Bompard
acd9e4b6a4
Empty commit to trigger the sync
2020-08-19 16:39:34 +02:00
Aurélien Bompard
87d10677fd
Noggin: remove obsolete config
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 16:30:15 +02:00
Aurélien Bompard
de935b8145
Noggin: don't override the namespace
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 16:27:56 +02:00
Aurélien Bompard
05ea33bf84
Workaround for colon-spaces in commands
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 15:39:42 +02:00
Aurélien Bompard
5bd655d335
Noggin: workaround the spaces in the commands
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 14:45:40 +02:00
Pavel Raiskup
b7bdcacc3e
distgit: fix chown in make-new-lookaside-links
...
Followup for 9d9680cc73
2020-08-19 13:24:58 +02:00
Stephen Coady
73347dc8b8
add prod env to config for monitor gating
...
Signed-off-by: Stephen Coady <scoady@redhat.com>
2020-08-19 12:08:58 +01:00
Aurélien Bompard
6e1873ce1b
First try at Noggin deployment
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-08-19 12:54:21 +02:00
张皓
9d9680cc73
Fix syntax error in make-new-lookaside-links
...
Fix syntax error in make-new-lookaside-links
2020-08-19 10:08:56 +00:00
Pierre-Yves Chibon
fa59ee6ed8
Revert "distgit-bz-sync: Add an invalid email override to test toddler's check on the file"
...
Testing is now complete and things work!
This reverts commit 7450ce1a17
.
2020-08-19 10:54:02 +02:00
František Zatloukal
ba43f7c3b3
Blockerbugs: Tell flask that we're behind proxy
2020-08-19 09:56:34 +02:00
442fd1b92d
blockerbugs: set another sebool so openid works
...
Turns out that the httpd_can_network_connect sebool has to be set in
newer OSs (previous was el7) in order for python_openid to be able to
initiate discovery as part of login.
This is a simple change that sets httpd_can_network_connect to 1 for the
blockerbugs role that should only affect machines running the app.
2020-08-18 18:23:23 -06:00
František Zatloukal
ff6841eff6
Switch blockerbugs from EL7 to FC32
2020-08-18 21:20:03 +02:00
Adam Williamson
01c3107edd
checkcompose: update SMTP hostname to iad2 not phx2
...
This is why we haven't had compose check reports for the last
few months. Gah.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-08-18 11:20:47 -07:00
Stephen Smoogen
28aa22994e
this file was needed for older log analysis and not for the current one
2020-08-18 14:01:12 -04:00
Pierre-Yves Chibon
3d5e8468f2
distgit-bz-sync: warn that email_overrides.toml shouldn't be treated as a template
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-08-18 15:35:13 +02:00
Pierre-Yves Chibon
e3a620ba17
Toddlers: Add a daily cron job for check_email_overrides
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-08-18 15:27:07 +02:00
Pierre-Yves Chibon
7450ce1a17
distgit-bz-sync: Add an invalid email override to test toddler's check on the file
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-08-18 14:13:41 +02:00
Pierre-Yves Chibon
5c5ba501e9
toddlers: adjust the configuration file for check_email_overrides
...
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-08-18 14:08:12 +02:00
Stephen Smoogen
d81e950ee9
remove an email address which is tied into fas but is no longer delivering properly. Have contacted internal to see where it should go but they have no idea at this time.
2020-08-17 09:58:00 -04:00
Patrick Uiterwijk
b5a5f18cca
Bump IoT ostree keys to current releases
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2020-08-17 13:48:43 +02:00
Kevin Fenzi
045d80d781
branched cron: make output go to releng-cron list like it should instead of root.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-15 10:51:45 -07:00
Kevin Fenzi
3ffbd473f9
koji hub / heavybuilder: we do need a wildcard here.
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-14 09:01:51 -07:00
Kevin Fenzi
03c2d34680
re-enable rawhide now that we have branched composes
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-14 08:37:16 -07:00
Clement Verna
5e49ec4de6
bodhi: coming back to 5.5
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-08-14 09:01:34 +02:00
Clement Verna
42f2faebe0
bodhi: try rolling back to 5.4.1
...
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-08-14 08:48:31 +02:00
Kevin Fenzi
a7a2c0232f
bodhi: bodhi doesn't know about preenable
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-08-13 20:34:16 -07:00
Mohan Boddu
15ed96ff63
Adding preenable state to bodhi
...
This is used after branching and before bodhi enablement/beta freeze
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-08-13 21:08:24 -04:00
Mohan Boddu
790922557b
Enable autosigning on f33/branched and f34-openh264
...
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2020-08-13 19:50:43 -04:00