Re: code.orgmode.org maintainance for the next two hours

2020-01-25 Thread Bastien
I had to clean up code.orgmode.org and remove a lot of fake accounts. I disabled user registration on code.orgmode.org for the time being. I will mention on Worg that users need to send an email to the gogs admins if they want an account. If the gogs captcha system gets better, we may re-enable

Re: code.orgmode.org maintainance for the next two hours

2020-01-25 Thread Fraga, Eric
On Saturday, 25 Jan 2020 at 11:47, Bastien wrote: > code.orgmode.org is now back online and usable. Thank you! -- Eric S Fraga via Emacs 28.0.50, Org release_9.3.1-94-g0ac6a9

Re: code.orgmode.org maintainance for the next two hours

2020-01-25 Thread Bastien
Bastien writes: > I will perform an upgrade of the gogs instance at code.orgmode.org > during the next two hours: you won't be able to pull or push to git > repositories. code.orgmode.org is now back online and usable. -- Bastien

Re: code.orgmode.org

2020-01-23 Thread Nick Dokos
Robert Klein writes: > Hi, > > Gogs config does the trace automatically due to a configuration > inheritance issue (cf. https://github.com/gogs/gogs/issues/5007). > > I added the following lines to the custom/conf/app.ini file and > restarted gogs: > > > [log.file] > LEVEL = Info > > > Btw. t

Re: code.orgmode.org

2020-01-23 Thread Bastien
Hi Robert, thanks a lot for fixing this. I will take some time to update gogs this week. All best, -- Bastien

Re: code.orgmode.org

2020-01-23 Thread Robert Klein
Hi, Gogs config does the trace automatically due to a configuration inheritance issue (cf. https://github.com/gogs/gogs/issues/5007). I added the following lines to the custom/conf/app.ini file and restarted gogs: [log.file] LEVEL = Info Btw. the trace was afaik on all the time. Dunno wh