~ludovicchabant


#49 Cannot grant access to hg repo a month ago

Comment by ~ludovicchabant on ~sircmpwn/hg.sr.ht

Thanks for the fix Drew!

#48 persistent-nodemap error 5 months ago

Comment by ~ludovicchabant on ~sircmpwn/hg.sr.ht

Looks like this is now fixed!

REPORTED RESOLVED CLOSED

#48 persistent-nodemap error 5 months ago

Comment by ~ludovicchabant on ~sircmpwn/hg.sr.ht

Hey there, sorry about the delays

I downgraded the repo to not use persistent nodemaps.

The version of Mercurial on the hgsrht server indeed doesn't have the Rust extensions. My current theory is that we somehow upgraded Mercurial some time ago and that came with Rust extensions, but then when the server's Alpine OS was upgraded, that came with a non-Rust Mercurial version.

#48 persistent-nodemap error 6 months ago

Comment by ~ludovicchabant on ~sircmpwn/hg.sr.ht

Hi! I have no idea either how this could have happened, but I could use the debugupdaterepo command that would downgrade the repo to not use persistent nodemaps anymore if you're OK with that?

Is there a way to know if an installed mercurial version has the Rust optimizations or not? I can't see anything in hg --version

#47 changegroup.srht hook exited with status 1 8 months ago

Comment by ~ludovicchabant on ~sircmpwn/hg.sr.ht

Should be fixed now -- the redis server was running out of memory.

REPORTED RESOLVED CLOSED

#12 hg.sr.ht openrc service fails to restart gracefully during deploys 8 months ago

Comment by ~ludovicchabant on ~sircmpwn/hg.sr.ht

I think we can close this down? I can't remember when the deployment last failed...

REPORTED RESOLVED CLOSED

#46 502 Bad Gateway from nginx looking at revision 1 year, 3 months ago

Comment by ~ludovicchabant on ~sircmpwn/hg.sr.ht

REPORTED RESOLVED CLOSED

#46 502 Bad Gateway from nginx looking at revision 1 year, 4 months ago

Comment by ~ludovicchabant on ~sircmpwn/hg.sr.ht

Okay I found the problem! It's a bug in the Python package unidiff. I need to setup an Alpine box to upgrade the package version in sourcehut's package installs...

#46 502 Bad Gateway from nginx looking at revision 1 year, 4 months ago

Comment by ~ludovicchabant on ~sircmpwn/hg.sr.ht

I haven't figured it out yet. It's not related to nginx: it just throws a 502 error when the proxy returns an empty response. I have no idea why the flask app returns an empty response yet.

#46 502 Bad Gateway from nginx looking at revision 1 year, 5 months ago

Comment by ~ludovicchabant on ~sircmpwn/hg.sr.ht

It looks like it maybe has to do with the server somehow killing the request before it's been fully processed. I cloned both your repos into my test sourcehut server and over there these two changesets are correctly displayed... I'll check the nginx config to see if anything jumps at me.