diff options
-rw-r--r-- | qarepo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |