From 259c84df610731fae4e1454a6c1698a4830ee7b6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 29 Jun 2022 16:41:06 +0530 Subject: Remove tissue's dependence on the git CLI tool. tissue now uses libgit2 through guile-git and does not use the git CLI tool. * genenetwork-development.scm (gn-gemtext-threads-website): Remove git-minimal from manifest. * genenetwork/development-helper.scm (tissue-website-gexp): Remove reassurance to git. --- genenetwork/development-helper.scm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'genenetwork') diff --git a/genenetwork/development-helper.scm b/genenetwork/development-helper.scm index d2d905b..e8364ef 100644 --- a/genenetwork/development-helper.scm +++ b/genenetwork/development-helper.scm @@ -156,10 +156,4 @@ SOURCE. PROFILE is a profile with necessary dependencies." (use-modules (guix build utils)) (chdir #$source) - ;; Set HOME so that we can write to ~/.gitconfig. - (setenv "HOME" "/tmp") - ;; The source directory is owned by root, and not the - ;; laminar user. So, we need to reassure git that it is - ;; safe. - (invoke "git" "config" "--global" "--add" "safe.directory" #$source) (invoke "tissue" "web" #$output))))) -- cgit v1.2.3