Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ansible/roles/buildmaster/templates/master.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ c['status'] = [
change_hook_auth=["file:/{{ buildmaster_rootdir}}/github-webhook.passwd"]
),
words.IRC(
host='chat.freenode.net',
nick='xbps-builder',
host='irc.libera.chat',
nick='void-builder',
channels=[{'channel': '#xbps'}],
notify_events={ 'failure' : 1 },
noticeOnChannel=True, useRevisions=True
Expand Down
2 changes: 1 addition & 1 deletion services/nomad/apps/ircbot.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ job "ircbot" {
}

env {
IRC_SERVER="chat.freenode.net:6697"
IRC_SERVER="irc.libera.chat:6697"
IRC_CHANNEL="#xbps"
IRC_NICK="void-robot"
IRC_SASL="true"
Expand Down
2 changes: 1 addition & 1 deletion services/nomad/monitoring/alertrelay.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ job "alertrelay" {
http_host: 0.0.0.0
http_port: 21225

irc_host: chat.freenode.net
irc_host: irc.libera.chat
irc_port: 6697

irc_nickname: void-fleet
Expand Down