diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2021-01-28 18:45:50 +0100 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2021-01-28 18:45:50 +0100 |
commit | bc28f14d4caa0abf5ed598efea2d46f6bf7efad2 (patch) | |
tree | 0e26a0f3494b97f2f1e3dd227c42c473379ee42b /mirrorlist/index.php | |
parent | 996ec1db5c2d7bf9140a179505cd840f5df27f91 (diff) | |
download | www-bc28f14d4caa0abf5ed598efea2d46f6bf7efad2.tar www-bc28f14d4caa0abf5ed598efea2d46f6bf7efad2.tar.gz www-bc28f14d4caa0abf5ed598efea2d46f6bf7efad2.tar.bz2 www-bc28f14d4caa0abf5ed598efea2d46f6bf7efad2.tar.xz www-bc28f14d4caa0abf5ed598efea2d46f6bf7efad2.zip |
Add Mageia 8
Diffstat (limited to 'mirrorlist/index.php')
-rw-r--r-- | mirrorlist/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mirrorlist/index.php b/mirrorlist/index.php index b3c5ee084..d603c16e4 100644 --- a/mirrorlist/index.php +++ b/mirrorlist/index.php @@ -26,7 +26,7 @@ $source = get('source'); $arraycheck =array( -'release' => array('5', '6', '7', 'cauldron'), +'release' => array('5', '6', '7', '8', 'cauldron'), 'arch' => array('i586', 'x86_64', 'SRPMS', 'armv5tl', 'armv7hl', 'aarch64'), 'section' => array('core', 'nonfree', 'tainted'), 'repo' => array('release', 'updates', 'updates_testing', 'backports', 'backports_testing'), |