diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-07-01 18:52:20 +0200 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-07-06 09:20:52 +0200 |
commit | 4666142ca57c15ef89759fb22511ab4c1b96ece9 (patch) | |
tree | ff53ea4acfc1258224577b14cc6db54b37f13efd /build-aux | |
parent | 1b79b7bf6e3ce864582b9aa79877b591798852ef (diff) | |
download | cuirass-4666142ca57c15ef89759fb22511ab4c1b96ece9.tar cuirass-4666142ca57c15ef89759fb22511ab4c1b96ece9.tar.gz |
repo: Remove dead code.
* Makefile.am (dist_pkgmodule_DATA): Remove repo.scm,
(TESTS): Remove repo.scm.
* build-aux/guix.scm (package)[disable-repo-tests]: Remove phase.
* src/cuirass/repo.scm: Remove.
* tests/repo.scm: Remove.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/guix.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build-aux/guix.scm b/build-aux/guix.scm index d816713..57ba8ab 100644 --- a/build-aux/guix.scm +++ b/build-aux/guix.scm @@ -60,12 +60,6 @@ (arguments '(#:phases (modify-phases %standard-phases - (add-after 'unpack 'disable-repo-tests - ;; Disable tests that use a connection to the Guix daemon. - (λ _ - (substitute* "Makefile.am" - (("tests/repo.scm \\\\") "\\")) - #t)) (add-before 'configure 'bootstrap (λ _ (zero? (system* "sh" "bootstrap")))) (add-after 'install 'wrap-program |