From: Michael Tremer Date: Sat, 2 Mar 2013 10:56:29 +0000 (+0100) Subject: arches: Remove noarch as always supported. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32ba6ec74e50250170bbc77d3c3069c70d2bea0f;p=pbs.git arches: Remove noarch as always supported. This is usually true, but the data should come from the database. --- diff --git a/backend/builders.py b/backend/builders.py index 87003d7a..c03703ec 100644 --- a/backend/builders.py +++ b/backend/builders.py @@ -315,7 +315,7 @@ class Builder(base.Object): @property def arches(self): if not hasattr(self, "_arches"): - self._arches = ["noarch",] + self._arches = [] if self.cpu_arch: res = self.db.query("SELECT build_arch FROM arches_compat \