aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-04-03 16:20:45 +0300
committerJani Välimaa <wally@mageia.org>2024-04-03 16:20:45 +0300
commit87c2ebbda7c8d1b7b14c2f09f059f4d7ef6264ee (patch)
tree07bcdeb629935f767938a75e9599c6ac51c42f72
parent147f56a67d793cfe80bb25e6d74ed973578d4842 (diff)
downloadwww-master.tar
www-master.tar.gz
www-master.tar.bz2
www-master.tar.xz
www-master.zip
Add i686 to arch listHEADmaster
-rw-r--r--mirrorlist/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirrorlist/index.php b/mirrorlist/index.php
index cbd1c0d6b..d213606df 100644
--- a/mirrorlist/index.php
+++ b/mirrorlist/index.php
@@ -26,7 +26,7 @@ $source = get('source');
$arraycheck =array(
'release' => array('5', '6', '7', '8', '9', 'cauldron'),
-'arch' => array('i586', 'x86_64', 'SRPMS', 'armv5tl', 'armv7hl', 'aarch64'),
+'arch' => array('i586', 'i686', 'x86_64', 'SRPMS', 'armv5tl', 'armv7hl', 'aarch64'),
'section' => array('core', 'nonfree', 'tainted'),
'repo' => array('release', 'updates', 'updates_testing', 'backports', 'backports_testing'),
);