hostconfig/fabrial: Use correct mailing list
Some checks failed
Build / load_packages (push) Failing after 1m23s
Build / check (push) Failing after 1m25s
Build / build (push) Has been skipped
Build / build-status (push) Failing after 4s

This commit is contained in:
traxys 2026-04-07 14:04:12 +02:00
parent 5680ce7d93
commit ac5501aafe

View file

@ -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}"'';
};
};
}