diff options
| author | Frederick Muriuki Muriithi | 2026-03-13 10:14:43 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-03-19 09:18:35 -0500 |
| commit | fd4db768a00a12c9348b809faa525e714fa3a33e (patch) | |
| tree | 72c1c8eb1be8667168c4d7642a49020fbe12ce24 /production.scm | |
| parent | 3b488840ff60a140f25dc1d2d24473b70a49fcc5 (diff) | |
| download | gn-machines-fd4db768a00a12c9348b809faa525e714fa3a33e.tar.gz | |
gn-guile: Rename config to 'gn-doc-remote-uri'
Rename from 'gn-doc-git-checkout' to 'gn-doc-remote-uri' to make the name better elaborate on what the configuration is about.
Diffstat (limited to 'production.scm')
| -rw-r--r-- | production.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/production.scm b/production.scm index ef5708b..b4590e5 100644 --- a/production.scm +++ b/production.scm @@ -88,7 +88,7 @@ (llm-db-path "/var/lib/genenetwork/sqlite/genenetwork3/llm.db") (gn3-alias-server-port 9800) (gn-tmpdir "/opt/gn/tmp") - (gn-doc-git-checkout "git@git.genenetwork.org:/home/git/public/gn-docs") + (gn-doc-remote-uri "git@git.genenetwork.org:/home/git/public/gn-docs") (gn-guile-working-dir "/var/lib/genenetwork/gn-guile/") (gn-docs-working-branch "gn2-production-branch") (gn-guile-ssh-identity-file "/opt/home/gn-guile/.ssh/id-ed25519-gn2-production-on-tux04") |
