Thursday, October 31, 2024
apps@conference.yunohost.org
October
Mon Tue Wed Thu Fri Sat Sun
  1
2
3
4
5
6
7
8
9 10
11
12 13
14 15
16 17 18 19
20
21
22
23
24
25
26
27
28
29
30
31
     
             

[00:58:33] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 85 pending update PRs
- 7 new apps PRs
- 5 failed apps updates: backrest, flood, fluffychat, mobilizon, sharkey

See the full log here: https://paste.yunohost.org/raw/hudizopami
[02:58:31] <kayou> I'm not sure, if I remove a permission entry from the manifest, is the deletion automatically managed by ynh or should I do it by myself?
[09:12:39] <orhtej2> > <@kayou:matrix.org> I'm not sure, if I remove a permission entry from the manifest, is the deletion automatically managed by ynh or should I do it by myself?

I would make an educated guess extra stuff is deprovisioned: https://github.com/YunoHost/yunohost/blob/dev/src/utils/resources.py#L125
[09:12:51] <orhtej2> but I'd get a second opinion on that
[10:54:46] <kayou> Looks good
[10:56:49] <Aleks (he/him/il/lui)> i am hagrid
[10:59:48] <orhtej2> > <@Alekswag:matrix.org> i am hagrid

that's an opinion for sure
[11:02:06] <Aleks (he/him/il/lui)> It should be autoamtically managed
[11:02:19] <orhtej2> Bookworm CI is GLACIALLY slow, recent Friendica run (unpack 100MB of PHP stuff, run 2 scripts) took ~30 minutes for first test only despite not consuming too many resources (200MB RAM, likewise for disk).

Is there anything I can do to help resolve the situation other than complain daily? 🤣
[11:02:31] <orhtej2> log: https://ci-apps-bookworm-dev.yunohost.org/ci/logs/3661.log
[11:02:37] <orhtej2> oslo: there's no longer link for log for specific step?
[11:26:01] <Aleks (he/him/il/lui)> @_@
[12:14:29] <Aleks (he/him/il/lui)> > <Aleks (he/him/il/lui)> i am hagrid

i beg your pardon ? i AM hagrid
[12:14:29] <orhtej2> wut?
[15:44:56] <Yunohost Git/Infra notifications> App wallos rises from level 0 to 2 in job [#31803](https://ci-apps.yunohost.org/ci/job/31803) !
[15:54:49] <Yunohost Git/Infra notifications> App wallos failed all tests in job [#31804](https://ci-apps.yunohost.org/ci/job/31804) :(
[16:28:04] <eric_G> I am trying to debug appgenerator_ynh app and I am puzzled with the `gunicorn.py` file... https://github.com/YunoHost-Apps/appgenerator_ynh/blob/98f31227e7cd654bb0a13aa454be9bc57ac6bfb5/conf/gunicorn.py#L7 seems odd
[16:28:17] <eric_G> any idea?
[20:04:13] <Yunohost Git/Infra notifications> App pgadmin rises from level 6 to 8 in job [#31805](https://ci-apps.yunohost.org/ci/job/31805) !
[20:05:18] <Aleks (he/him/il/lui)> > <@ericg:matrix.org> I am trying to debug appgenerator_ynh app and I am puzzled with the `gunicorn.py` file... https://github.com/YunoHost-Apps/appgenerator_ynh/blob/98f31227e7cd654bb0a13aa454be9bc57ac6bfb5/conf/gunicorn.py#L7 seems odd

hmmm why is it odd ? the variable is defined right before via `install_dir = os.path.dirname(__file__)` to obtain the directory in which gunicorn.py is located
[20:22:18] <eric_G> oh god, I am bashifying python 🫠
[20:22:38] <Aleks (he/him/il/lui)> hérétiqueaubucher.mp3
[20:28:02] <miro5001> In indico default config file there is

REDIS_CACHE_URL = 'redis://localhost:6379/0'
CELERY_BROKER = 'redis://localhost:6379/1'

I should add

redis_db=$(ynh_redis_get_free_db)
celery_db=$(ynh_redis_get_free_db)

In the install script? Should I remove the port number in the config file?
[20:32:24] <Josué> > <orhtej2> Bookworm CI is GLACIALLY slow, recent Friendica run (unpack 100MB of PHP stuff, run 2 scripts) took ~30 minutes for first test only despite not consuming too many resources (200MB RAM, likewise for disk).
>
> Is there anything I can do to help resolve the situation other than complain daily? 🤣

orhtej2 @_bifrost_orhtej2=2fapps=40conference.yunohost.org:aria-net.org: just run your how ci locally. It what I started to do today. By this I was able to merge 4 PR. 😁
[20:34:01] <Josué> Until the Yunohost infra team will fix it. 😉
[20:36:07] <Aleks (he/him/il/lui)> https://aria.im/_matrix/media/v1/download/matrix.org/AUCTMwstRKBkykMgfhxnVNfB
[20:40:21] <Josué> > <@Alekswag:matrix.org> sent an image.

Well on my local laptop it's a bit complicated 😉😅
[21:24:22] <orhtej2> > <@josue:tille.ch> orhtej2 @_bifrost_orhtej2=2fapps=40conference.yunohost.org:aria-net.org: just run your how ci locally. It what I started to do today. By this I was able to merge 4 PR. 😁

any tutorial on how to do so?
[21:25:08] <Josué> yes I used the README here https://github.com/YunoHost/package_check
[21:26:37] <Josué> on my side I installed it in a LXC container. So I've a incus CT into LXC, but it work well. But probably the most important thing is to have BTRFS as the filesystem.
[21:28:18] <Josué> You can also run it into a VM like virtualbox, you just have a bigger overhead, due of the virtualisation.