From 4666142ca57c15ef89759fb22511ab4c1b96ece9 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Sat, 1 Jul 2017 18:52:20 +0200 Subject: 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. --- build-aux/guix.scm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'build-aux') 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 -- cgit v1.2.3