aboutsummaryrefslogtreecommitdiff
path: root/find_work/data/default_config.toml
blob: 853812ab5c7eba81ee572bda8635059d6746c16e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2024 Anna <cyber@sysrq.in>


# Global Flags

[flag.orphaned]
description = "Only match orphaned (maintainer-needed) packages."
shortcuts = ["-O"]
params.maintainer = "maintainer-needed@gentoo.org"


# Command Aliases

[alias.bump-requests]
command = "bugzilla:list"
description = "Find packages with version bump requests on Bugzilla."
shortcuts = ["brq"]
options.bugzilla.short_desc = "version bump"
options.bugzilla.product = {"option" = ["-p", "--product"]}
options.bugzilla.component = {"option" = ["-c", "--component"]}
options.bugzilla.chronological_sort = {"flag" = ["-t", "--time"]}

[alias.keyword-requests]
command = "bugzilla:list"
description = "Find keywording requests on Bugzilla."
shortcuts = ["krq"]
options.bugzilla.product = "Gentoo Linux"
options.bugzilla.component = "Keywording"
options.bugzilla.short_desc = {"option" = ["-Q", "--query"]}
options.bugzilla.chronological_sort = {"flag" = ["-t", "--time"]}

[alias.stable-requests]
command = "bugzilla:list"
description = "Find stabilization requests on Bugzilla."
shortcuts = ["srq"]
options.bugzilla.product = "Gentoo Linux"
options.bugzilla.component = "Stabilization"
options.bugzilla.short_desc = {"option" = ["-Q", "--query"]}
options.bugzilla.chronological_sort = {"flag" = ["-t", "--time"]}