Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2025-03-27 23:00:16 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2025-03-27 23:00:16 +0100
commitf447d82d4cb11904ab66fa2900898456ed466ea6 (patch)
treedf04ec03e2de1337750d349cc50f559e5a5fb15d
parentb72fdb2eb16b790d742b9f5d8692783bcad37b86 (diff)
ignoring https://mirror.qctronics.com/arch32
-rw-r--r--mirrors.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mirrors.php b/mirrors.php
index fe70a9c..10ac74a 100644
--- a/mirrors.php
+++ b/mirrors.php
@@ -289,7 +289,8 @@ EOF;
foreach ($content['urls'] as $row) {
# I'm sure this can be done differently..
if( $row["url"] == "http://archlinux32.agoctrl.org/" ||
- $row["url"] == "https://archlinux32.agoctrl.org/" ) {
+ $row["url"] == "https://archlinux32.agoctrl.org/" ||
+ $row["url"] == "https://mirror.qctronics.com/arch32/" ) {
continue;
}
print " <tr class=\"" . $oddity ."\">\n";