File tree Expand file tree Collapse file tree
ansible/roles/buildmaster Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,8 +191,9 @@ c['status'] = [
191191 change_hook_auth = ["file:/{{ buildmaster_rootdir}}/github-webhook.passwd" ]
192192 ),
193193 words .IRC (
194- host = 'chat.freenode.net' ,
195- nick = 'xbps-builder' ,
194+ host = 'irc.libera.chat' ,
195+ nick = 'void-builder' ,
196+ password = '{{ buildmaster_irc_password }}' ,
196197 channels = [{'channel' : '#xbps' }],
197198 notify_events = { 'failure' : 1 },
198199 noticeOnChannel = True , useRevisions = True
Original file line number Diff line number Diff line change 11---
22buildmaster_github_secret : " {{ lookup('file', 'secret/buildmaster_github_secret') }}"
3+ buildmaster_irc_password : " {{ lookup('file', 'secret/buildmaster_irc_password') }}"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ job "ircbot" {
3636 }
3737
3838 env {
39- IRC_SERVER = " chat.freenode.net :6697"
39+ IRC_SERVER = " irc.libera.chat :6697"
4040 IRC_CHANNEL = " #xbps"
4141 IRC_NICK = " void-robot"
4242 IRC_SASL = " true"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ job "alertrelay" {
3232http_host: 0.0.0.0
3333http_port: 21225
3434
35- irc_host: chat.freenode.net
35+ irc_host: irc.libera.chat
3636irc_port: 6697
3737
3838irc_nickname: void-fleet
You can’t perform that action at this time.
0 commit comments