summaryrefslogtreecommitdiffstats
path: root/data/config.json
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2023-08-08 22:51:37 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2023-09-02 21:18:56 +0200
commita241b1e4941254491528fa8e57b776eb6ee7e814 (patch)
treee0713155ef8c1afc5df7328f9a5b1f2c6111e70e /data/config.json
parent0f17cea94e17fb329c5ece08b8cf851848237521 (diff)
Remove mipsel architecture from supported list from testing and sid
mipsel support will be removed from the list of official release architectures. Link: https://bugs.debian.org/1043114 Link: https://lists.debian.org/debian-devel-announce/2023/09/msg00000.html Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
Diffstat (limited to 'data/config.json')
-rw-r--r--data/config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/config.json b/data/config.json
index e1c4993cdc..b9e81f9ab8 100644
--- a/data/config.json
+++ b/data/config.json
@@ -120,7 +120,7 @@
"trixie-proposed-updates"
]
},
- "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "mipsel", "ppc64el", "s390x" ],
+ "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "ppc64el", "s390x" ],
"release": "testing"
},
"forky": {
@@ -140,7 +140,7 @@
"sid"
]
},
- "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "mipsel", "ppc64el", "s390x" ],
+ "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips64el", "ppc64el", "s390x" ],
"release": "unstable"
}
},

© 2014-2024 Faster IT GmbH | imprint | privacy policy