From ac5501aafea0ba33d00954e7bcae9d3286811199 Mon Sep 17 00:00:00 2001 From: traxys Date: Tue, 7 Apr 2026 14:04:12 +0200 Subject: [PATCH] hostconfig/fabrial: Use correct mailing list --- hostconfig/fabrial/work.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hostconfig/fabrial/work.nix b/hostconfig/fabrial/work.nix index 4d8037c..6b261f0 100644 --- a/hostconfig/fabrial/work.nix +++ b/hostconfig/fabrial/work.nix @@ -10,6 +10,7 @@ let inherit (import ../../str-obf.nix lib) decode; workDomain = "grbb.ziy"; oldWorkDomain = "hsid.xls"; + intermediaryWorkDomain = "lenmlx.ziy"; scmDomain = "gnsgrzwlsgmdjf.jdz.hsid-dlfenzld.xls"; in { @@ -105,7 +106,7 @@ in "--smtp-encryption=plain" "--smtp-server-port=1025" #"--sendmail-cmd=nwadminSendmail" - "--to=dl-bxi-sw-ll-patches@${decode workDomain}" + "--to=dl-bxi-sw-ll-patches@${decode intermediaryWorkDomain}" ]; repo_url_base = "https://${decode scmDomain}/scm/bril/"; ci_url = "https://sf.bds.${decode oldWorkDomain}/jenkins/job/BRIL/job/\${component}/job/\${branch}/\${ci_job}"; @@ -114,7 +115,7 @@ in }; programs.fish.shellAliases = { - gemail = ''git send-email --sendmail-cmd="nwadminSendmail" --to="dl-bxi-sw-ll-patches@${decode workDomain}"''; + gemail = ''git send-email --sendmail-cmd="nwadminSendmail" --to="dl-bxi-sw-ll-patches@${decode intermediaryWorkDomain}"''; }; }; }