aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qarepo2
1 files changed, 1 insertions, 1 deletions
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;