summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Expand)AuthorAgeFilesLines
* build: Add 'run-system-tests.scm'.•••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. Ludovic Courtès2016-05-041-0/+71
* build: Preserve stderr for shell tests.•••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. Ludovic Courtès2016-05-041-4/+10
* build: 'make assert-binaries-available' shows the list of systems.•••* build-aux/check-available-binaries.scm: Display %HYDRA-SUPPORTED-SYSTEMS. Ludovic Courtès2016-04-271-2/+3
* build: Move environment '.in' scripts to 'build-aux' directory.•••* 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). Mathieu Lirzin2016-04-152-0/+202
* hydra: Add 'hydra-jobs.scm' target to compute the Hydra jobs.•••* build-aux/hydra/evaluate.scm: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès2016-04-131-0/+98
* hydra: Really completely disable grafting.•••This is a followup to 49c4fd2a. * build-aux/hydra/gnu-system.scm (package->alist): Parameterize %graft?. (qemu-jobs)[->job]: Likewise. (tarball-jobs)[->job]: Likewise. Ludovic Courtès2016-04-131-15/+20
* build: Add a Guile custom test driver using SRFI-64.•••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. Mathieu Lirzin2016-04-031-0/+189
* doc: We now need 1 GiB for the installation USB image.•••* doc/guix.texi (Building the Installation Image): Change image size to 1G. * build-aux/hydra/gnu-system.scm (qemu-jobs): Likewise. Ludovic Courtès2016-03-241-1/+1
* build: Use (guix grafts) as needed.•••This is a followup to 7adf9b8. * build-aux/check-final-inputs-self-contained.scm: Use (guix grafts). * build-aux/check-available-binaries.scm: Likewise. Ludovic Courtès2016-03-032-2/+4
* hydra: Completely disable grafting.•••* build-aux/hydra/gnu-system.scm (hydra-jobs): Parameterize '%graft?'. Build package replacements when they are available. Ludovic Courtès2016-03-031-23/+33
* hydra: Improve readability.•••* build-aux/hydra/gnu-system.scm (hydra-jobs): Use 'filter-map' instead of directly 'fold-packages'. Ludovic Courtès2016-03-031-9/+8
* build: Remove semicolons from Guile warnings.•••* build-aux/compile-all.scm (compile-file*): Clear *CURRENT-WARNING-PREFIX*. Ludovic Courtès2016-02-011-5/+12
* build: Really enable Guile warnings.•••* build-aux/compile-all.scm (compile-options): Rename to... (warnings): ... this. Add 'unsupported-warning'. (compile-file*): Pass '(#:warnings ...) as #:opts. Ludovic Courtès2016-02-011-2/+3
* Rename 'dmd' to 'shepherd' in comments and strings.•••* build-aux/hydra/demo-os.scm (operating-system)[issue]: Point to shepherd instead of dmd. * ROADMAP: Likewise. * gnu/build/install.scm (directives): Adjust comment. Alex Kost2016-01-291-1/+1
* build: Add 'DL' silent rule.•••* Makefile.am (AM_V_DL, AM_V_DL_, AM_V_DL_0): New variables. * gnu-system.am (gnu/packages/bootstrap/x86_64-linux/guile-2.0.9.tar.xz) (gnu/packages/bootstrap/i686-linux/guile-2.0.9.tar.xz) (gnu/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz) (gnu/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz): Use $(AM_V_DL). * build-aux/download.scm: Print a line break between target and origin. Mathieu Lirzin2016-01-281-1/+1
* hydra: Honor the 'max-silent-time' package property.•••Suggested by Mark H Weaver <mhw@netris.org>. * build-aux/hydra/gnu-system.scm (package->alist): Add 'max-silent-time' pair. Ludovic Courtès2016-01-191-1/+4
* build: Speed up .go compilation.•••* build-aux/compile-all.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (%.go, make-go): New rules. Taylan Ulrich Bayırlı/Kammer2016-01-181-0/+82
* hydra: Add missing phase and inputs for 'make dist' job.•••* build-aux/hydra/guix.scm (tarball-package): Inherit from 'guix-devel' rather than 'guix'. Pass #:phases to 'dist-package'. Ludovic Courtès2016-01-131-7/+21
* hydra: Add Graphviz and help2man as inputs to the Guix job set.•••* build-aux/hydra/guix.scm (tarball-package): Add GRAPHVIZ and HELP2MAN to 'native-inputs' of GUIX. Ludovic Courtès2015-10-141-1/+7
* hydra: Update demo OS to new service interface.•••* build-aux/hydra/demo-os.scm: Import (gnu services dbus); remove arguments to 'dbus-service'. Ludovic Courtès2015-10-131-2/+2
* Use "normalized codesets" everywhere.•••In other words, change "xx_YY.UTF-8" to "xx_YY.utf8". * guix/profiles.scm (ca-certificate-bundle): Use "en_US.utf8" instead of "en_US.UTF-8". * guix/packages.scm (patch-and-repack): Likewise. * guix/build/gnu-build-system.scm (install-locale): Likewise. * guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Likewise. * gnu/packages/python.scm (python-ipython): Likewise. * gnu/packages/gawk.scm (gawk): Likewise. * build-aux/hydra/demo-os.scm: Likewise. * gnu/packages/guile.scm (guile-ncurses)[arguments]: Remove 'change-locale' phase. Ludovic Courtès2015-10-041-2/+2
* hydra: Remove cross-builds from armhf-linux to mips64el-linux-gnuabi64.•••* build-aux/hydra/gnu-system.scm (hydra-jobs)[cross-jobs]: Modify 'from-32-to-64?' to include 'armhf-linux' in the set of 32-bit systems. Mark H Weaver2015-09-091-3/+4
* check-available-binaries: Use 'substitutable-paths'.•••* build-aux/check-available-binaries.scm: Rewrite to use 'substitutable-paths' instead of 'substitution-oracle'. The latter does more than we need, and it no longer check the substitutability of valid items, which is not what we want. Use 'lset-difference' instead of iterating over the items. Ludovic Courtès2015-07-211-15/+12
* gnu: gcc-5.1, gcc-toolchain-5.1, libstdc++-doc-5.1: Rename to *-5.•••This reflects the new version numbering scheme for GCC 5 and up. See <https://gcc.gnu.org/develop.html>. * gnu/packages/gcc.scm (gcc-5.1): Rename to ... (gcc-5): ... this. (libstdc++-doc-5.1): Rename to ... (libstdc++-doc-5): ... this, and use gcc-5. * gnu/packages/commencement.scm (gcc-toolchain-5.1): Rename to ... (gcc-toolchain-5): ... this, and use gcc-5. * build-aux/hydra/gnu-system.scm (%core-packages): Use gcc-5. Mark H Weaver2015-07-191-1/+1
* build: Generate 'AUTHORS'.•••* build-aux/generate-authors.scm: New file. * Makefile.am (gen-AUTHORS): New target. (dist-hook, .PHONY): Add it. Alex Kost2015-07-061-0/+120
* Merge branch 'master' into core-updatesMark H Weaver2015-06-182-462/+4
|\
| * hydra: Fix the demo OS.•••* build-aux/hydra/demo-os.scm: Don't try to import (gnu services dbus), which no longer exists. Use 'use-service-modules' and 'use-package-modules'. Use "en_US.UTF-8" as system locale. Mark H Weaver2015-06-181-12/+4
| * list-packages: Move to guix-artwork repository.•••In order to integrate the package list in the GuixSD website, the listing of packages has been moved into the website implementation. * build-aux/list-packages.scm: Remove file. * Makefile.am (EXTRA_DIST): Adapt to it. Mathieu Lirzin2015-06-171-450/+0
* | hydra: Remove GCC 4.7 from the core set, and add 4.9 and 5.1.•••* build-aux/hydra/gnu-system.scm (%core-packages): Remove GCC-4.7. Add GCC-4.9 and GCC-5.1. Ludovic Courtès2015-06-161-1/+1
|/
* hydra: Support per-package absolute build timeouts.•••* build-aux/hydra/gnu-system.scm (package->alist): Use the 'timeout' value in the package 'properties' alist, if present. Mark H Weaver2015-05-291-4/+2
* ui: Deduplicate 'show-what-to-build*'.•••* guix/ui.scm (show-what-to-build*): New procedure. * guix/scripts/environment.scm (show-what-to-build*): Delete. * guix/scripts/system.scm (show-what-to-build*): Likewise. * build-aux/make-binary-tarball.scm (show-what-to-build*): Likewise. David Thompson2015-05-211-3/+0
* hydra: Increase USB image size.•••* build-aux/hydra/gnu-system.scm (qemu-jobs): Increase disk image size to 860 MiB, for x86_64. Ludovic Courtès2015-05-151-1/+1
* build: check-final-inputs-self-contained uses %HYDRA-SUPPORTED-SYSTEMS.•••* build-aux/check-final-inputs-self-contained.scm: Change '%supported-systems' to '%hydra-supported-systems'. Ludovic Courtès2015-05-101-1/+1
* Merge branch 'core-updates'Ludovic Courtès2015-05-023-6/+6
|\
| * check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS.•••* build-aux/check-available-binaries.scm: Use %HYDRA-SUPPORTED-SYSTEMS instead of %SUPPORTED-SYSTEMS. Ludovic Courtès2015-05-011-1/+1
| * list-packages: Add status link only for systems supported on Hydra.•••* build-aux/list-packages.scm (package->sxml)[status]: Intersect (package-transitive-supported-systems package) with %HYDRA-SUPPORTED-SYSTEMS. Ludovic Courtès2015-05-011-1/+5
| * packages: Add '%hydra-supported-systems'.•••* build-aux/hydra/gnu-system.scm (%hydra-supported-systems): Remove. * guix/packages.scm (%hydra-supported-systems): New variable. Ludovic Courtès2015-05-011-4/+0
* | hydra: Update Guix job set.•••* build-aux/hydra/guix.scm (tarball-package): Remove 'nix-checkout' parameter. Remove 'arguments', 'native-inputs', and 'location' fields. Adjust caller accordingly. (hydra-jobs): Remove 'nix-checkout'. Ludovic Courtès2015-05-021-26/+7
|/
* hydra: Add %hydra-supported-systems variable and use it.•••* build-aux/hydra/gnu-system.scm (%hydra-supported-systems): New variable. (hydra-jobs): Use %hydra-supported-systems instead of %supported-systems. Mark H Weaver2015-04-221-1/+5
* packages: Add 'supported-package?'.•••* guix/packages.scm (supported-package?): New procedure. * tests/packages.scm ("supported-package?"): New test. * build-aux/hydra/gnu-system.scm (package->job): Use it instead of 'package-transitive-supported-systems'. Ludovic Courtès2015-04-191-2/+1
* Merge branch 'master' into core-updates•••Conflicts: gnu-system.am gnu/packages/gstreamer.scm Mark H Weaver2015-04-172-0/+76
|\
| * build: Add missing 'make-binary-tarball.scm' script.•••This script is used by the target added in 9d3fb6c. * build-aux/make-binary-tarball.scm: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès2015-04-141-0/+50
| * hydra: Add jobs for the self-contained tarball.•••* build-aux/hydra/gnu-system.scm (tarball-jobs): New procedure. (hydra-jobs): Use it. Ludovic Courtès2015-04-141-0/+26
* | hydra: Increase size of USB image.•••* build-aux/hydra/gnu-system.scm (qemu-jobs) <usb-image>: Increase from 800 MiB to 850 MiB. Ludovic Courtès2015-04-161-1/+1
|/
* list-packages: Use GuixSD logo and name.•••* build-aux/list-packages.scm (packages->sxml): Change to use GuixSD-V.png and use the name "Guix System Distribution". Ludovic Courtès2015-03-061-6/+5
* build: Disable grafting in sanity checks.•••* build-aux/check-available-binaries.scm: Wrap body in 'parameterize' form that clears '%graft?'. * build-aux/check-final-inputs-self-contained.scm: Likewise. Ludovic Courtès2015-02-242-26/+28
* Merge branch 'core-updates'•••Conflicts: gnu/packages/bootstrap.scm Ludovic Courtès2015-01-163-33/+33
|\
| * check-available-binaries: Use 'substitution-oracle'.•••* build-aux/check-available-binaries.scm: Use 'substitution-oracle'. Changer caller and 'warn' accordingly. Ludovic Courtès2015-01-141-10/+10
| * check-available-binaries: Use 'with-store'.•••* build-aux/check-available-binaries.scm: Use 'with-store' instead of an explicit 'open-connection'. Ludovic Courtès2015-01-141-24/+24
| * build: Use the canonical list of supported systems in 'assert-*'.•••* build-aux/check-available-binaries.scm (%supported-systems): Remove. * build-aux/check-final-inputs-self-contained.scm (%supported-systems): Remove. Ludovic Courtès2015-01-142-8/+2