~ruther/guix-local

e702e26a — Ludovic Courtès 10 years ago
hydra: Add jobs for the system tests.

* build-aux/hydra/gnu-system.scm (%guixsd-supported-systems): New
variable.
(qemu-jobs): Use it.
(system-test-jobs): New procedure.
(hydra-jobs): Use it.
a9601e23 — Ludovic Courtès 10 years ago
gexp: Use a relative file name.

This is a followup to cbbbb7be0fbaa11ff75bce92f2d82131ff8db104.

* guix/gexp.scm (%utils-module): Use a file name relative to this file
instead of using 'search-path'.
de7e0e8e — Ludovic Courtès 10 years ago
build: 'make check-system' now honors $TESTS.

* build-aux/run-system-tests.scm (run-system-tests)[tests]: Honor the
'TESTS' environment variable.
98b65b5f — Ludovic Courtès 10 years ago
tests: Add a mechanism to describe and discover system tests.

* gnu/tests.scm (<system-test>): New record type.
(write-system-test, test-modules, fold-system-tests)
(all-system-tests): New procedures.
* gnu/tests/base.scm (%test-basic-os): Turn into a <system-test>.
* gnu/tests/install.scm (%test-installed-os): Likewise.
* build-aux/run-system-tests.scm (%system-tests): Remove.
(run-system-tests): Use 'all-system-tests'.
2a6ba870 — Ludovic Courtès 10 years ago
packages: Export 'scheme-modules'.

* gnu/packages.scm (package-modules): Rename to...
(scheme-modules): ... this.  Export.  Update callers.
94b4274d — Ludovic Courtès 10 years ago
tests: Add system installation test.

* gnu/tests.scm (define-os-with-source): New macro.
* gnu/tests/install.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* build-aux/run-system-tests.scm (%system-tests): Likewise.
b1dd6ac5 — Ludovic Courtès 10 years ago
vm: 'qemu-command' honors its argument.

* gnu/build/vm.scm (qemu-command): Refer to SYSTEM rather than
%HOST-TYPE in the body.
908935b5 — Ludovic Courtès 10 years ago
tests: base: Fully honor the OS passed to 'run-basic-test'.

* gnu/tests/base.scm (run-basic-test)["uname"]: Use the host name of OS.
["shepherd services"]: Use service names from OS.
(%test-basic-os): Add call to 'virtualized-operating-system'.
b0d388c9 — David Thompson 10 years ago
gnu: guile-next: Update to 2.1.3.

* gnu/packages/guile.scm (guile-next): Update to 2.1.3.
6d32dd8c — Lukas Gradl 10 years ago
gnu: Add argon2.

* gnu/packages/password-utils.scm (argon2): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
e52509a5 — Leo Famulari 10 years ago
gnu: git: Update to 2.9.0

* gnu/packages/version-control.scm (git): Update to 2.9.0.
(git-manpages)[source]: Update hash.
acb6a898 — Efraim Flashner 10 years ago
gnu: chicken: Update to 4.11.0 [fixes CVE-2014-9651].

* gnu/packages/scheme.scm (chicken): Update to 4.11.0.
d2cc38b7 — Kei Kebreau 10 years ago
gnu: Add quesoglc.

* gnu/packages/game-development.scm (quesoglc): New variable.
gnu: perl-uri: Update to 1.71.

* gnu/packages/web.scm (perl-uri): Update to 1.71.

Signed-off-by: 宋文武 <iyzsong@gmail.com>
b9cbfa52 — 宋文武 10 years ago
gnu: Add guile-dbd-sqlite3.

* gnu/packages/guile.scm (guile-dbd-sqlite3): New variable.
2d5907ad — 宋文武 10 years ago
gnu: Add guile-dbi.

* gnu/packages/guile.scm (guile-dbi): New variable.
426bfed4 — Efraim Flashner 10 years ago
gnu: screen: Update to 4.4.0.

* gnu/packages/screen.scm (screen): Update to 4.4.0.
a5338dd4 — Ricardo Wurmus 10 years ago
gnu: Add emacs-lispy.

* gnu/packages/emacs.scm (emacs-lispy): New variable.
e1918ce4 — Ricardo Wurmus 10 years ago
gnu: Add emacs-iedit.

* gnu/packages/emacs.scm (emacs-iedit): New variable.
93dba17c — Ricardo Wurmus 10 years ago
gnu: Add emacs-ace-window.

* gnu/packages/emacs.scm (emacs-ace-window): New variable.
Next