Greetings,
I am seeing the following error on 'hg push'es since the 5th of June:
% hg push
remote: added 2 changesets with 1 changes to 1 files
remote: Server Error: invalid response from internal hook
remote: warning: changegroup.srht hook exited with status 1
What is 'changegroup.srht', and why does it need to run on pushes?
Subsequent 'hg pull's seem to work OK so the remote repository seems fine (for now).
Should I file a bug at https://todo.sr.ht/~sircmpwn/hg.sr.ht?
Regards,
Joseph Koshy | <jkoshy@jkoshy.net> | https://jkoshy.net/
Hi!
> What is 'changegroup.srht', and why does it need to run on pushes?
This is the hook that runs after a push. It does things like update the
"last push date" visible on the web interface, kicks off jobs over on
builds.sr.ht, and a couple of other things. I'm not sure why it would
start failing now...
> Should I file a bug at https://todo.sr.ht/~sircmpwn/hg.sr.ht?
Please do, yes, thanks for reporting this! I'll look into it.