]> git.ipfire.org Git - pbs.git/commitdiff
arches: Remove noarch as always supported.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 2 Mar 2013 10:56:29 +0000 (11:56 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 2 Mar 2013 10:56:29 +0000 (11:56 +0100)
This is usually true, but the data should come
from the database.

backend/builders.py

index 87003d7a51a636882feed07255bed508a93298c5..c03703ece4b2e574f67ccec42eff181491717ea0 100644 (file)
@@ -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 \