mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-15 00:43:51 +02:00
hostconfig/fabrial: Use correct mailing list
This commit is contained in:
parent
5680ce7d93
commit
ac5501aafe
1 changed files with 3 additions and 2 deletions
|
|
@ -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}"'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue