summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2017-07-01 18:52:20 +0200
committerMathieu Othacehe <m.othacehe@gmail.com>2017-07-06 09:20:52 +0200
commit4666142ca57c15ef89759fb22511ab4c1b96ece9 (patch)
treeff53ea4acfc1258224577b14cc6db54b37f13efd /Makefile.am
parent1b79b7bf6e3ce864582b9aa79877b591798852ef (diff)
downloadcuirass-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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ee911af..0fff919 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,6 @@ dist_pkgmodule_DATA = \
src/cuirass/base.scm \
src/cuirass/database.scm \
src/cuirass/http.scm \
- src/cuirass/repo.scm \
src/cuirass/ui.scm \
src/cuirass/utils.scm
@@ -65,7 +64,6 @@ TESTS = \
## tests/basic.sh # takes too long to execute
tests/database.scm \
tests/http.scm \
- tests/repo.scm \
tests/ui.scm \
tests/utils.scm