aboutsummaryrefslogtreecommitdiff
path: root/etc/substitutes
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-12-23 10:16:05 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-08 23:50:59 +0100
commit213114a7b1ea34dbc492335ea4f8be4874c686c6 (patch)
tree5dbfec427624879d3fc54f4e1db34f203be98fa3 /etc/substitutes
parent16572d0e021d4a6caf8b3ba548ecf39883c47c24 (diff)
downloadguix-213114a7b1ea34dbc492335ea4f8be4874c686c6.tar.gz
guix-213114a7b1ea34dbc492335ea4f8be4874c686c6.zip
gnu: daemontools: Don't assume sources match NAME.
* gnu/packages/admin.scm (daemontools)[source, argumenst]: Hard-code name.
Diffstat (limited to 'etc/substitutes')
0 files changed, 0 insertions, 0 deletions
a href='/guix/commit/build-aux?id=5c310940edc8d6b8c85c44f2d9cf258e937ab156'>hydra: Set the guile-for-build for the test jobs.Ludovic Courtès * build-aux/hydra/gnu-system.scm (system-test-jobs): Call 'set-guile-for-build'. 2016-06-20hydra: Add jobs for the system tests.Ludovic Courtès * build-aux/hydra/gnu-system.scm (%guixsd-supported-systems): New variable. (qemu-jobs): Use it. (system-test-jobs): New procedure. (hydra-jobs): Use it. 2016-06-20build: 'make check-system' now honors $TESTS.Ludovic Courtès * build-aux/run-system-tests.scm (run-system-tests)[tests]: Honor the 'TESTS' environment variable. 2016-06-20tests: Add a mechanism to describe and discover system tests.Ludovic Courtès * 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'. 2016-06-20tests: Add system installation test.Ludovic Courtès * 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. 2016-05-04build: Add 'run-system-tests.scm'.Ludovic Courtès This file was meant to be added as part of commit e9f693d06f94bd96488c3910dba6504f94a6b6f9. * build-aux/run-system-tests.scm: New file. * Makefile.am (EXTRA_DIST): Add it. 2016-05-04build: Preserve stderr for shell tests.Ludovic Courtès Fixes a regression introduced in a9edb211e733b8b34e67ec3b4450567e9376986f where the .log files of the .sh tests would not contain stderr. * build-aux/test-env.in: Redirect stderr only when --quiet-stderr is passed. * Makefile.am (SCM_LOG_DRIVER): Add --quiet-stderr. 2016-04-27build: 'make assert-binaries-available' shows the list of systems.Ludovic Courtès * build-aux/check-available-binaries.scm: Display %HYDRA-SUPPORTED-SYSTEMS. 2016-04-15build: Move environment '.in' scripts to 'build-aux' directory.Mathieu Lirzin * pre-inst-env.in: Move to ... * build-aux/pre-inst-env.in: ... here. * test-env.in: Move to ... * build-aux/test-env.in: ... here. * configure.ac (AC_CONFIG_FILES): Adapt to this. Keep the generated scripts in their current location which is $(top_builddir). 2016-04-13hydra: Add 'hydra-jobs.scm' target to compute the Hydra jobs.Ludovic Courtès * build-aux/hydra/evaluate.scm: New file. * Makefile.am (EXTRA_DIST): Add it. 2016-04-13hydra: Really completely disable grafting.Ludovic Courtès This is a followup to 49c4fd2a. * build-aux/hydra/gnu-system.scm (package->alist): Parameterize %graft?. (qemu-jobs)[->job]: Likewise. (tarball-jobs)[->job]: Likewise. 2016-04-03build: Add a Guile custom test driver using SRFI-64.Mathieu Lirzin Before that '.log' files for scheme tests were fragmented and not included in test-suite.log. This unifies the semantics of SRFI-64 API with Automake test suite. * build-aux/test-driver.scm: New file. * Makefile.am (SCM_LOG_DRIVER, AM_SCM_LOG_DRIVER_FLAGS): New variables. (SCM_LOG_COMPILER, AM_SCM_LOG_FLAGS): Delete variables. (AM_TESTS_ENVIRONMENT): Set GUILE_AUTO_COMPILE to 0. * test-env.in: Silence guix-daemon. * doc/guix.texi (Running the Test Suite): Describe how to display the detailed results. Bug reports require only 'test-suite.log' file. * tests/base32.scm, tests/build-utils.scm, tests/builders.scm, tests/challenge.scm, tests/cpan.scm, tests/cpio.scm, tests/cran.scm, tests/cve.scm, tests/derivations.scm, tests/elpa.scm, tests/file-systems.scm, tests/gem.scm, tests/gexp.scm, tests/gnu-maintenance.scm, tests/grafts.scm, tests/graph.scm, tests/gremlin.scm, tests/hackage.scm, tests/hash.scm, tests/import-utils.scm, tests/lint.scm, tests/monads.scm, tests/nar.scm, tests/packages.scm, tests/pk-crypto.scm, tests/pki.scm, tests/profiles.scm, tests/publish.scm, tests/pypi.scm, tests/records.scm, tests/scripts-build.scm, tests/scripts.scm, tests/services.scm, tests/sets.scm, tests/size.scm, tests/snix.scm, tests/store.scm, tests/substitute.scm, tests/syscalls.scm, tests/system.scm, tests/ui.scm, tests/union.scm, tests/upstream.scm, tests/utils.scm: Don't exit at the end of test groups. * tests/containers.scm: Likewise. Use 'test-skip' instead of exiting with error code 77. 2016-03-24doc: We now need 1 GiB for the installation USB image.Ludovic Courtès * doc/guix.texi (Building the Installation Image): Change image size to 1G. * build-aux/hydra/gnu-system.scm (qemu-jobs): Likewise. 2016-03-03build: Use (guix grafts) as needed.Ludovic Courtès This is a followup to 7adf9b8. * build-aux/check-final-inputs-self-contained.scm: Use (guix grafts). * build-aux/check-available-binaries.scm: Likewise. 2016-03-03hydra: Completely disable grafting.Ludovic Courtès * build-aux/hydra/gnu-system.scm (hydra-jobs): Parameterize '%graft?'. Build package replacements when they are available. 2016-03-03hydra: Improve readability.Ludovic Courtès * build-aux/hydra/gnu-system.scm (hydra-jobs): Use 'filter-map' instead of directly 'fold-packages'.