~alexcleac

Poland

https://cleac.me

Recent activity

Thoughts after reading a 50-years computer article 1 year, 2 months ago

From Alex Cleac to ~lioploum/forevercomputer

Hello!

I've stumbled across an article on the internet absolutely 
coincidentally, when browsing websites on http://wiby.me, and got 
absolutely impressed by it. Reason being, I have been thinking about 
computing myself recently, especially in the lights of everybody around 
me thinking less and less about long-term usefulness in my circle... 
which makes me ultimately sad.

Being a Software Engineer at wannabe-bigtech companies, I have been 
noticing same pattern occurring over and over again: the more company 
was in financial challenges, the bigger promises it was forced to give, 
the less actual time was spent in attempts to innovate and find actually 
better ways to do things. I have this exact feeling about whole

Re: Weird traceback on remote when submit a build manifest 5 years ago

From alexcleac to ~sircmpwn/sr.ht-discuss

Thank you very much, this fixed an issue.

It seems there is small inconsistensy regarding this field in the
manifest reference. It is said that sources allow list or string:

> ## sources
>
> *list* (of *string*)

Is this an issue in the docs or inside implementation? I've just looked
at build.sr.ht source code, there is code that checks whether it is a
string or the list, like the docs say :)

Also, I've got a quick question while looking at it's sources: have you

Weird traceback on remote when submit a build manifest 5 years ago

From alexcleac to ~sircmpwn/sr.ht-discuss

Hello to everybody!

I've got a pretty strange traceback, after I've created .build.yml
inside my repo, here it is:

> remote: Traceback (most recent call last):
> remote:   File "hooks/post-update", line 55, in <module>
> remote:     do_post_update(repo, refs)
> remote:   File "/usr/lib/python3.7/site-packages/gitsrht/submit.py", line 155, in do_post_update
> remote:     s.submit(commit)
> remote:   File "/usr/lib/python3.7/site-packages/scmsrht/submit.py", line 34, in submit
> remote:     self._do_submit(raw_manifests, commit)
> remote:   File "/usr/lib/python3.7/site-packages/scmsrht/submit.py", line 65, in _do_submit
> remote:     self._auto_setup