hydra: Honor 'package-supported-systems'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 6 Oct 2014 17:14:47 +0000 (19:14 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 6 Oct 2014 17:34:27 +0000 (19:34 +0200)
commit4e097f8606ddd911be6bc5eb43240cb7acee894d
tree4f62349aa9c2f1ea699d756f6c5be14b230891e6
parent288dca55a8070b502fd403639e791967dbe55b34
hydra: Honor 'package-supported-systems'.

* guix/packages.scm (%supported-systems): New variable.
  (<package>)[platforms]: Rename to...
  [supported-systems]: ... this.  Change default to %SUPPORTED-SYSTEMS.
* build-aux/hydra/gnu-system.scm (job-name, package->job): New
  procedures, formerly in 'hydra-jobs'.  Honor 'package-supported-systems'.
  (hydra-jobs): Use them.
build-aux/hydra/gnu-system.scm
guix/packages.scm