aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-06 19:15:16 +0900
committerOphestra <cat@gensokyo.uk>2026-03-06 19:15:16 +0900
commitf7888074b9503fb77bf76251d3e09d7f8edbac32 (patch)
treea1aea037b45f71999f722349a4e537838153f81b /internal
parent95ffe0429cbbe839bfc20e04821b23c24f253dfd (diff)
internal/rosa/util-linux: check stable versions
Anitya appears to get confused when seeing release candidates. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/util-linux.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/rosa/util-linux.go b/internal/rosa/util-linux.go
index 0848cc0e..57c2e61e 100644
--- a/internal/rosa/util-linux.go
+++ b/internal/rosa/util-linux.go
@@ -55,5 +55,8 @@ func init() {
Website: "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git",
ID: 8179,
+
+ // release candidates confuse Anitya
+ latest: (*Versions).getStable,
}
}