From 238402069f07fc90d274b291fa8df967ae74c620 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 21 Jan 2024 14:45:01 +0000 Subject: Change default release to 9. --- qarepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qarepo b/qarepo index a8274f4..7006a88 100644 --- a/qarepo +++ b/qarepo @@ -69,7 +69,7 @@ if (open(my $f, '<', $config_file)) { # Use sensible defaults for settings not in the config file. my $mirror = $config{MIRROR} // 'rsync://mirrors.kernel.org/mirrors/mageia'; -my $release = $config{RELEASE} // '6'; +my $release = $config{RELEASE} // '9'; my $arch = $config{ARCH} // 'x86_64'; my $nonfree = $config{NONFREE} // 1; my $tainted = $config{TAINTED} // 1; -- cgit v1.2.1