diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-05 21:32:15 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-05 21:32:15 +0900 |
| commit | f14ab8025324be1889e41c9642965faf9000ba1b (patch) | |
| tree | b9d7eb7bd58fc9fe70344a5500913c1b7c62c930 /internal/rosa/x.go | |
| parent | 9989881dd9bc153140d9da13bf12f09c5d5a7d5c (diff) | |
internal/rosa: populate Anitya project ids
This enables release monitoring for all applicable projects.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/x.go')
| -rw-r--r-- | internal/rosa/x.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/rosa/x.go b/internal/rosa/x.go index 0d8ff958..feefa18f 100644 --- a/internal/rosa/x.go +++ b/internal/rosa/x.go @@ -21,6 +21,8 @@ func init() { Name: "util-macros", Description: "X.Org Autotools macros", Website: "https://xorg.freedesktop.org/", + + ID: 5252, } } @@ -54,6 +56,8 @@ func init() { Name: "xproto", Description: "X Window System unified protocol definitions", Website: "https://gitlab.freedesktop.org/xorg/proto/xorgproto", + + ID: 13650, } } @@ -89,5 +93,7 @@ func init() { Name: "libXau", Description: "functions for handling Xauthority files and entries", Website: "https://gitlab.freedesktop.org/xorg/lib/libxau", + + ID: 1765, } } |
