Commit Graph

12 Commits

Author SHA1 Message Date
Johannes Löthberg
33fe23aecf
Replace keyserver upload requirement with keys.openpgp.org
The MIT keyserver is frequently unavailable for uploads so it no longer
make sense to block new keys based on its availability.

Once we have main-key signing tooling built into `keyringctl` this
requirement will no longer be necessary since the tooling will be able
to be run from branches already containing the necessary keys.

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2023-03-14 17:45:03 +01:00
David Runge
5c85f4b953
Consolidate reviewers and assignees in templates
.gitlab/issue_templates/*:
Remove pierre from list of main keys.

.gitlab/merge_request_templates/*:
Use group of main key holders when assigning reviewers, instead of
listing them all separately.
2023-01-29 15:56:20 +01:00
Christian Hesse
a2e0301536
add @demize in issue templates
Added in !178
2022-11-23 09:08:23 +01:00
Christian Hesse
9beb0b5f9b
remove @grazzolini from issue templates
Revoked in !183
2022-11-23 09:08:00 +01:00
Christian Hesse
271b03dc92
use @archlinux/teams/main-key-holders for assignment in issue templates 2022-11-22 23:27:55 +01:00
Jonas Witschel
f7525f8de8
Add diabonas to issue and merge request templates 2022-07-07 23:09:18 +02:00
David Runge
6e23b78671
Update issue templates
.gitlab/issue_templates/*:
Replace allan with grazzolini when assigning tickets or when addressing
main key holders.
Streamline the checkbox system, by relying on less interaction from the
main key holders side if possible (e.g. checks on new keys are done
automatically in a merge request, so have contributors open the merge
request).
Add more documentation on what needs to be edited and how to provide
data exactly (e.g. keyid format, clearsigned document).
2022-03-17 18:46:31 +01:00
David Runge
702320750d Extend issue templates to set title and be more specific
.gitlab/issue_templates/*.md:
Set the title in all issue templates.
Add an explicit identifier (MODIFY) to all parts of the template where
modification is required by the user.
Extend the main key removal template by more specific steps for the main
key holders and keyring maintainer.
2021-05-12 07:16:14 +00:00
David Runge
9ce8c5953e Extend remove packager key issue template
.gitlab/issue_templates/Remove Packager Key.md:
Add a subsection for main key holders that specifically tracks the
status on the key signature revocation.
2021-05-12 07:16:14 +00:00
David Runge
9bfb673253 Extend new packager key issue template
.gitlab/issue_templates/New Packager Key.md:
Extend the Checks section by a subsection specifically for main key
holders, that ensures all main key holders have validated and signed a
new packager key (with the help of checkboxes).
Clarify wording in the keyring maintainer related subsection.
2021-05-12 07:16:14 +00:00
Levente Polyak
feab8a68eb
doc: split and add checks to issue templates according to responsibilities
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
2021-04-29 20:17:49 +02:00
David Runge
71a5af7f18
Add issue templates for key actions
.gitlab/issue_templates/New Main Key.md:
Add issue template for adding a new main key.

.gitlab/issue_templates/New Packager Key.md:
Add issue template for adding a new packager key.

.gitlab/issue_templates/Remove Main Key.md:
Add issue template for removing a main key.

.gitlab/issue_templates/Remove Packager Key.md:
Add issue template for removing a packager key.
2021-04-27 13:45:18 +02:00