This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from 9e18ccb git/hooks/x2go-post-receive-close-bugs: fix variable copy and paste fail: rev => newrev. new d1c2ee9 git/hooks/update-script._irkerhook.py_: switch to irc.libera.chat. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: git/hooks/update-script._irkerhook.py_ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit d1c2ee9a2ecc1d32ccd3089741a05ff1b67bb4cd Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 30 10:56:48 2021 +0200 git/hooks/update-script._irkerhook.py_: switch to irc.libera.chat. --- git/hooks/update-script._irkerhook.py_ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git/hooks/update-script._irkerhook.py_ b/git/hooks/update-script._irkerhook.py_ index 94b2735..0760647 100755 --- a/git/hooks/update-script._irkerhook.py_ +++ b/git/hooks/update-script._irkerhook.py_ @@ -34,8 +34,8 @@ urlprefixmap = { "cgit": "http://%(host)s/cgi-bin/cgit.cgi/%(repo)s/commit/?id=", } -# By default, ship to the freenode #commits list -default_channels = u"irc://chat.freenode.net/#x2go" +# By default, ship to the Libera #commits list +default_channels = u"irc://irc.libera.chat/#x2go" # # No user-serviceable parts below this line: @@ -374,7 +374,7 @@ class GitExtractor(GenericExtractor): # This discards the part of the author's address after @. # Might be be nice to ship the full email address, if not # for spammers' address harvesters - getting this wrong - # would make the freenode #commits channel into harvester heaven. + # would make the Libera #commits channel into harvester heaven. commit.author = commit.mail.split("@")[0] commit.author_date, commit.commit_date = \ do("git log -1 '--pretty=format:%ai|%ci' " + shellquote(commit.commit)).split("|") -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git