~fcresende

Recent activity

Re: [hg.sr.ht] failing to create a new repository on push 6 months ago

From Felipe Cardoso Resende to ~sircmpwn/sr.ht-discuss

On 3/30/24 17:11, Ludovic Chabant wrote:
> Scratch that, the ongoing issue with python package versions somehow
> also happened on a tagged release, and prevented deploying the fix...
> I'm not sure why yet...
> 
> https://builds.sr.ht/~sircmpwn/job/1182935#task-package

no hurry, thanks.

[hg.sr.ht] failing to create a new repository on push 6 months ago

From Felipe Cardoso Resende to ~sircmpwn/sr.ht-discuss

Hi,

When pushing to a non-existing repository on hg.sr.ht it is failing 
instead of creating the repository:

$ hg push ssh://hg@hg.sr.ht/~fcresende/new_repo
pushing to ssh://hg@hg.sr.ht/~fcresende/new_repo
remote: Traceback (most recent call last):
remote:   File "/usr/bin/hgsrht-shell", line 269, in <module>
remote:     r = check_ssh_access(path, user_id, username)
remote:         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
remote:   File "/usr/bin/hgsrht-shell", line 122, in check_ssh_access_sql
remote:     r = _do_get_or_create_repo(path, user_id, username, con)
remote:         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^