~bigkevmcd/offspring/remove-tar-xz

« back to all changes in this revision

Viewing changes to lib/offspring/master/master.py

  • Committer: Timothy Chavez
  • Date: 2013-08-26 20:12:15 UTC
  • mfrom: (171.1.1 trunk)
  • Revision ID: timothy.chavez@canonical.com-20130826201215-nyvwgdcxwfxbnb35
Enable arm64 projects and builders. [r=bigkevmcd]

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
                u"amd64": [u"x86_64"],
203
203
                u"armel": [u"armv7l"],
204
204
                u"armhf": [u"armv7l"],
 
205
                u"arm64": [u"aarch64"],
205
206
        }
206
207
        build_requests = self.db_store.find(BuildRequest).order_by(
207
208
            Desc(BuildRequest.score))