From 9a07e04f40b2e5273c0022cadc4fcbb06195ed82 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 31 Oct 2022 00:13:49 +0530 Subject: Ungexp gn2 and gn3 repositories correctly. * genenetwork-development.scm (genenetwork2-tests): Ungexp gn2-repository and gn3-repository correctly. --- genenetwork-development.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'genenetwork-development.scm') diff --git a/genenetwork-development.scm b/genenetwork-development.scm index 3d88bed..46a2b73 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -119,7 +119,7 @@ described by CONFIG, a object. TEST-COMMAND is a list of strings specifying the command to be executed." (match-record config - (gn3-port genotype-files) + (gn2-repository gn3-repository gn3-port genotype-files) (with-imported-modules '((guix build utils)) (with-packages (list bash coreutils git-minimal nss-certs) #~(begin @@ -136,10 +136,10 @@ executed." (invoke "git" "log" "--max-count" "1") (hline)) - (invoke "git" "clone" "--depth" "1" gn3-repository) + (invoke "git" "clone" "--depth" "1" #$gn3-repository) (with-directory-excursion "genenetwork3" (show-head-commit)) - (invoke "git" "clone" "--depth" "1" gn2-repository) + (invoke "git" "clone" "--depth" "1" #$gn2-repository) (with-directory-excursion "genenetwork2" (show-head-commit)) ;; This is a dummy SERVER_PORT to placate -- cgit v1.2.3