Hi all, Attached is a patch to the ansible repo to add a mapping for the LXQt SIG FAS group to their badge. The purpose of doing this is that it automatically awards the badge to all current members of the SIG when the cronjob runs. If someone could review this and merge it in, it would be appreciated. :) Thanks! -- Cheers, Justin W. Flory jflory7@xxxxxxxxx
From 45b67e933381b8ac628911d390a4566a1c4f0cfe Mon Sep 17 00:00:00 2001 From: "Justin W. Flory" <git@xxxxxx> Date: Thu, 10 Aug 2017 11:54:43 -0500 Subject: [PATCH 1/1] Add oldschool mapping for LXQt SIG Member badge to group --- roles/badges/backend/files/cron/award-oldschool-badges | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/badges/backend/files/cron/award-oldschool-badges b/roles/badges/backend/files/cron/award-oldschool-badges index 573f0b20a..61f318f46 100644 --- a/roles/badges/backend/files/cron/award-oldschool-badges +++ b/roles/badges/backend/files/cron/award-oldschool-badges @@ -129,7 +129,7 @@ def main(): # A mapping of fas groups to badge ids mapping = { - '3d-printing-sig' : '3d-printing-sig-member', + '3d-printing-sig': '3d-printing-sig-member', 'cla_done': 'involvement', 'ambassadors': 'ambassador', 'ambassadors_sponsors': 'ambassadors-sponsor', @@ -140,7 +140,8 @@ def main(): 'git-fedora-electronic-lab': 'fel-member', 'irc-support-operators': 'your-call-may-be-monitored-for-quality-assurance', - 'modularity-wg' : 'modularity-wg-member', + 'lxqt-sig': 'lxqt-sig-member', + 'modularity-wg': 'modularity-wg-member', 'provenpackager': 'proven-packager', 'proventesters': 'proven-tester', 'robotics-sig': 'domo-arigato', -- 2.13.4
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx