diff options
author | Christopher Baines <mail@cbaines.net> | 2024-09-11 11:33:37 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-09-11 11:33:37 +0100 |
commit | 5dd826adad7eede856b1f3c1bc111de5ffbd29d0 (patch) | |
tree | 29b0aa1a948403f6a760c6b0d75718c04275b682 | |
parent | 1b60575a13d7d33654660fd5bf7d3d3da152cb95 (diff) | |
download | qa-frontpage-5dd826adad7eede856b1f3c1bc111de5ffbd29d0.tar qa-frontpage-5dd826adad7eede856b1f3c1bc111de5ffbd29d0.tar.gz |
Update domain for the patches repository
-rw-r--r-- | guix-qa-frontpage/git-repository.scm | 2 | ||||
-rw-r--r-- | guix-qa-frontpage/view/issue.scm | 2 | ||||
-rw-r--r-- | qa-information-flow.plantuml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/guix-qa-frontpage/git-repository.scm b/guix-qa-frontpage/git-repository.scm index ec6996f..2140c1e 100644 --- a/guix-qa-frontpage/git-repository.scm +++ b/guix-qa-frontpage/git-repository.scm @@ -50,7 +50,7 @@ (invoke "git" "remote" "add" "origin" "https://git.savannah.gnu.org/git/guix.git") (invoke "git" "remote" "add" "patches" - "git@git.guix-patches.cbaines.net:guix-patches") + "git@git.qa.guix.gnu.org:guix-patches") (invoke "git" "config" "user.name" "Guix Patches Tester") (invoke "git" "config" "user.email" ""))))))) diff --git a/guix-qa-frontpage/view/issue.scm b/guix-qa-frontpage/view/issue.scm index 57256ea..9911e79 100644 --- a/guix-qa-frontpage/view/issue.scm +++ b/guix-qa-frontpage/view/issue.scm @@ -78,7 +78,7 @@ (simple-format #f "~A/log/?h=~A&qt=range&q=~A..~A" - "https://git.guix-patches.cbaines.net/guix-patches" + "https://git.qa.guix.gnu.org/guix-patches" branch-name base-tag branch-name)))) "View Git branch"))) '()) diff --git a/qa-information-flow.plantuml b/qa-information-flow.plantuml index 5257b80..a8fad9f 100644 --- a/qa-information-flow.plantuml +++ b/qa-information-flow.plantuml @@ -7,7 +7,7 @@ cloud "Running on beid" { ] component patchesgit [ Patches Git repository - git.guix-patches.cbaines.net + git.qa.guix.gnu.org ] component dataservice [ Guix Data Service |