about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2025-01-13 16:30:07 +0300
committerMunyoki Kilyungi2025-01-15 09:08:23 +0300
commit0247c843c88eac9591b74da0e854663c613ab7fc (patch)
tree3ef9e03aa468cc7ffc516556a4f0725d955c6fa3
parenta2ce1e1f1e2bb8df89d307b48a6a68341fc2091c (diff)
downloadgn-machines-0247c843c88eac9591b74da0e854663c613ab7fc.tar.gz
Replace repo URLs with "/home/git/public" for self-hosted setups.
* genenetwork-development.scm (<genenetwork-configuration>): Replace
"https://git.genenetwork.org" with "/home/git/public".
* (genenetwork-projects)[gn-libs, gn-auth]{ci-jobs-trigger}: Delete.
* (transform-genenetwork-database-project)[repository]: Replace
"https://git.genenetwork.org" with "/home/git/public".
* (transform-genenetwork-database-project)[repository]: Replace
"https://git.genenetwork.org" with "/home/git/public".
[ci-jobs-trigger]: Delete.
-rw-r--r--genenetwork-development.scm15
1 files changed, 6 insertions, 9 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm
index 90681e5..50d72a5 100644
--- a/genenetwork-development.scm
+++ b/genenetwork-development.scm
@@ -122,9 +122,9 @@ be imported into G-expressions."
   (gn3-repository genenetwork-configuration-gn3-repository
                   (default "https://github.com/genenetwork/genenetwork3"))
   (gn-auth-repository genenetwork-configuration-gn-auth-repository
-                      (default "https://git.genenetwork.org/gn-auth"))
+                      (default "/home/git/public/gn-auth"))
   (gn-libs-repository genenetwork-configuration-gn-libs-repository
-                      (default "https://git.genenetwork.org/gn-libs"))
+                      (default "/home/git/public/gn-libs"))
   (gn2-port genenetwork-configuration-gn2-port
             (default 8082))
   (gn3-port genenetwork-configuration-gn3-port
@@ -417,8 +417,7 @@ genenetwork3 source from the latest commit of @var{project}."
                                  #:variables (list (variable-specification
                                                     (module '(gn-libs))
                                                     (name 'gn-libs)))
-                                 #:guix-daemon-uri %guix-daemon-uri)))))
-           (ci-jobs-trigger 'webhook))
+                                 #:guix-daemon-uri %guix-daemon-uri))))))
           (forge-project
            (name "gn-auth")
            (repository gn-auth-repository)
@@ -454,8 +453,7 @@ genenetwork3 source from the latest commit of @var{project}."
                                  #:variables (list (variable-specification
                                                     (module '(gn-auth))
                                                     (name 'gn-auth-all-tests)))
-                                 #:guix-daemon-uri %guix-daemon-uri)))))
-           (ci-jobs-trigger 'webhook)))))
+                                 #:guix-daemon-uri %guix-daemon-uri)))))))))
 
 (define (genenetwork2-cd-gexp config)
   "Return a G-expression that runs the latest genenetwork2 development
@@ -989,7 +987,7 @@ described by CONFIG, a <genenetwork-configuration> object."
 (define transform-genenetwork-database-project
   (forge-project
    (name "transform-genenetwork-database")
-   (repository "https://git.genenetwork.org/gn-transform-databases")
+   (repository "/home/git/public/gn-transform-databases")
    (ci-jobs (list (forge-laminar-job
                    (name "transform-genenetwork-database-tests")
                    (run (guix-channel-job-gexp
@@ -1004,8 +1002,7 @@ described by CONFIG, a <genenetwork-configuration> object."
                    (run (transform-genenetwork-database-gexp
                          %connection-settings
                          %virtuoso-data-dir
-                         "https://git.genenetwork.org/gn-transform-databases")))))
-   (ci-jobs-trigger 'webhook)))
+                         "https://git.genenetwork.org/gn-transform-databases")))))))
 
 
 ;;;