diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2018-12-07 11:11:02 +0100 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2018-12-07 11:11:02 +0100 |
commit | ab1fea56c1344f80e7c9e66899c1cc0594f85154 (patch) | |
tree | 03c88efd74dc4fa898948f5e1b9ddf3a46377888 /mirrorlist | |
parent | 114590f1fd84de545c3ffc0587b04047448a6716 (diff) | |
download | www-ab1fea56c1344f80e7c9e66899c1cc0594f85154.tar www-ab1fea56c1344f80e7c9e66899c1cc0594f85154.tar.gz www-ab1fea56c1344f80e7c9e66899c1cc0594f85154.tar.bz2 www-ab1fea56c1344f80e7c9e66899c1cc0594f85154.tar.xz www-ab1fea56c1344f80e7c9e66899c1cc0594f85154.zip |
mga7 beta is availabl
Diffstat (limited to 'mirrorlist')
-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 35b3815f0..b3c5ee084 100644 --- a/mirrorlist/index.php +++ b/mirrorlist/index.php @@ -26,7 +26,7 @@ $source = get('source'); $arraycheck =array( -'release' => array('5', '6', 'cauldron'), +'release' => array('5', '6', '7', 'cauldron'), 'arch' => array('i586', 'x86_64', 'SRPMS', 'armv5tl', 'armv7hl', 'aarch64'), 'section' => array('core', 'nonfree', 'tainted'), 'repo' => array('release', 'updates', 'updates_testing', 'backports', 'backports_testing'), |