diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-04-05 22:40:16 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-04-05 22:40:16 +0200 |
commit | 731b996255fb699cd91699f6cd22de41ebafcdcd (patch) | |
tree | 749b63309998feb1bf27033fe1dd28ff2ed35e15 /Makefile.am | |
parent | 512314d738754eeb513a0d1b8074f635ab4f2f06 (diff) | |
download | patches-731b996255fb699cd91699f6cd22de41ebafcdcd.tar patches-731b996255fb699cd91699f6cd22de41ebafcdcd.tar.gz |
hydra: Add 'qemu-image' job.
* build-aux/hydra/demo-os.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
* build-aux/hydra/gnu-system.scm (qemu-jobs): New procedure.
(hydra-jobs): Use it.
* guix/scripts/system.scm (read-operating-system): Export.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2ccf80252e..7ec77c7ab8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -186,6 +186,7 @@ EXTRA_DIST = \ TODO \ .dir-locals.el \ build-aux/hydra/gnu-system.scm \ + build-aux/hydra/demo-os.scm \ build-aux/hydra/guix.scm \ build-aux/check-available-binaries.scm \ build-aux/download.scm \ |