| Commit message (Expand) | Author | Age | Files | Lines |
| * | ci: Remove custom Guix package defintion.•••* guix/ci.scm: Delete file. Guix already provides a package definition for
Cuirass.
* build-aux/pre-inst-env.in (GUIX_PACKAGE_PATH): Remove.
| Mathieu Lirzin | 2016-12-28 | 1 | -3/+0 |
| * | build: Set Guile load paths in 'pre-inst-env'.•••This reverts most of 4f0d665746e0c6efe43c0f281e0eaac5012c79da. The load paths
are still hard coded after installation, however 'pre-inst-env' wrapper is
used for defining them in the local build environment. This is more
convenient for running the tests manually or launching a Guile REPL with all
the Cuirass modules accessible.
* build-aux/pre-inst-env.in (GUILE_LOAD_PATH, GUILE_LOAD_COMPILED_PATH): New
variables.
* bin/cuirass.in: Comment Guile load paths.
* Makefile.am (local_load_path, local_load_compiled_path): Delete.
(AM_TESTS_ENVIRONMENT): Don't set Guile load paths.
(do_subst): Use install directories for Guile load paths.
(install-exec-hook): Uncomment 'cuirass' hard coded load paths.
| Mathieu Lirzin | 2016-12-28 | 1 | -0/+4 |
| * | cuirass: Hard code Guile load paths.•••* configure.ac (bin/cuirass, bin/evaluate): Let 'make' generate them.
* bin/cuirass.in: Hard code load paths to find Cuirass modules.
* Makefile.am (do_subst): Update substitution.
(bin/cuirass, bin/evaluate): New rules.
(EXTRA_DIST): Distribute 'bin/cuirass.in' and 'bin/evaluate.in'.
(MOSTLYCLEANFILES): Add '$(bin_SCRIPTS)'.
(install-exec-hook): New target.
(local_load_path, local_load_compiled_path): New variables.
(AM_TESTS_ENVIRONMENT): Set Guile load paths.
* build-aux/pre-inst-env.in: Don't modify Guile load paths.
| Mathieu Lirzin | 2016-11-12 | 1 | -4/+0 |
| * | maint: Use absolute directory names in GUIX_PACKAGE_PATH.•••This fixes "tests/hello-singleton.scm" evaluation.
* build-aux/pre-inst-env.in (GUIX_PACKAGE_PATH): Use absolute directory
names.
| Mathieu Lirzin | 2016-10-23 | 1 | -1/+1 |
| * | tests: Track Cuirass' git.•••* guix.scm: New file; specify Guix package.
* guix/ci.scm: New file; expose to Guix.
* build-aux/pre-inst-env.in: Add it to GUIX_PACKAGE_PATH.
* bin/evaluate.in (main): Lookup proc using name specified by #:proc.
* tests/guix-track-git.scm: New file.
* tests/hello-git.scm: Test it.
Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
| Jan Nieuwenhuizen | 2016-09-23 | 1 | -0/+3 |
| * | database: Use an external SQL schema. | Mathieu Lirzin | 2016-07-25 | 1 | -0/+3 |
| * | Add %package-cachedir parameter. | Mathieu Lirzin | 2016-07-02 | 1 | -3/+0 |
| * | job: Add load-path field to <job-spec>. | Mathieu Lirzin | 2016-07-02 | 1 | -6/+1 |
| * | Initial commit. | Mathieu Lirzin | 2016-05-29 | 1 | -0/+38 |