Thursday, March 30, 2023
apps@conference.yunohost.org
March
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
   
             

[07:30:47] <Yunohost Git/Infra notifications> [example_ynh] @Salamandar edited review [pull request #187](https://github.com/YunoHost/example_ynh/pull/187#pullrequestreview-1364492758): Rewrite updater.sh -> .py. Remove redundant info in updater.yml.
[07:30:50] <Yunohost Git/Infra notifications> [example_ynh] @Salamandar [commented](https://github.com/YunoHost/example_ynh/pull/187#discussion_r1152845697) on pull request #187 Rewrite updater.sh -> .py. Remove redundant info in updater.yml.: We should use ref: testing when checkouting the code. Indeed, a lot of my updater actions fail because they cant do a...
[08:02:23] <Yunohost Git/Infra notifications> [example_ynh] @Salamandar [commented](https://github.com/YunoHost/example_ynh/pull/187#issuecomment-1489867427) on [issue #187](https://github.com/YunoHost/example_ynh/pull/187) Rewrite updater.sh -> .py. Remove redundant info in updater.yml.: Another idea I had : this "common" code could very well be in a custom github action hosted by the yunohost org. That wa...
[08:09:31] <Yunohost Git/Infra notifications> [wordpress_ynh] @github-actions[bot] created new branch ci-auto-update-v6.2
[08:09:31] <Yunohost Git/Infra notifications> [wordpress_ynh] @github-actions[bot] pushed 1 commit to ci-auto-update-v6.2: Upgrade to version 6.2 ([fc00da63](https://github.com/YunoHost-Apps/wordpress_ynh/commit/fc00da635499b88b713cb96fc5469e3f336ee707))
[08:09:32] <Yunohost Git/Infra notifications> [wordpress_ynh] @github-actions[bot] opened [pull request #215](https://github.com/YunoHost-Apps/wordpress_ynh/pull/215): Upgrade to version 6.2
[08:09:33] <Yunohost Git/Infra notifications> [wordpress_ynh] @yunohost-bot [commented](https://github.com/YunoHost-Apps/wordpress_ynh/pull/215#issuecomment-1489877437) on [issue #215](https://github.com/YunoHost-Apps/wordpress_ynh/pull/215) Upgrade to version 6.2: May the CI gods be with you
[[Test Badge](https://img.shields.io/endpoint?url=https://ci-apps-dev.yunohost.org/ci/api/...
[08:09:38] <Yunohost Git/Infra notifications> [wordpress_ynh] @yunohost-bot pushed 1 commit to ci-auto-update-v6.2: Auto-update README ([fc392b94](https://github.com/YunoHost-Apps/wordpress_ynh/commit/fc392b944b9db3445f6e6e16eded4ed478e9cba9))
[08:19:19] <Yunohost Git/Infra notifications> [example_ynh] @ericgaspar [commented](https://github.com/YunoHost/example_ynh/pull/187#issuecomment-1489890350) on [issue #187](https://github.com/YunoHost/example_ynh/pull/187) Rewrite updater.sh -> .py. Remove redundant info in updater.yml.: is this PR not superseded by #206?
[08:41:29] <Yunohost Git/Infra notifications> [gitlab_ynh] @kay0u pushed 1 commit to packagingV2: various bug fixes ([94d3b8dd](https://github.com/YunoHost-Apps/gitlab_ynh/commit/94d3b8ddd13a21f1d76fb482496a7d6f793bab41))
[08:41:47] <Yunohost Git/Infra notifications> [gitlab_ynh] @kay0u [commented](https://github.com/YunoHost-Apps/gitlab_ynh/pull/213#issuecomment-1489920847) on [issue #213](https://github.com/YunoHost-Apps/gitlab_ynh/pull/213) convert packaging v1 to v2 [untested]: testme
[08:41:49] <Yunohost Git/Infra notifications> [gitlab_ynh] @yunohost-bot [commented](https://github.com/YunoHost-Apps/gitlab_ynh/pull/213#issuecomment-1489920894) on [issue #213](https://github.com/YunoHost-Apps/gitlab_ynh/pull/213) convert packaging v1 to v2 [untested]: :rocket:
[[Test Badge](https://img.shields.io/endpoint?url=https://ci-apps-dev.yunohost.org/ci/api/job/6463/badge)](htt...
[09:55:34] <Thomas> Hello! I don't find in the documentation what URL we have to put in resources.sources when format = docker
Thanks
[10:01:15] <Thomas> I've set
"photoprism/photoprism:220901-bullseye"

But CI says "INFO Provisionning sources...
1765 WARNING Failed to provision sources : Failed to download asset 'main' (photoprism/photoprism:220901-bullseye) for photoprism: wget: unable to resolve host address ‘photoprism’"

[10:01:26] <Thomas> https://ci-apps-dev.yunohost.org/ci/job/6427
[10:01:40] <Thomas> It's still very WIP 😁
[10:12:47] <Aleks (he/him/il/lui)> Thomas: ah yes that's for the docker thingy
[10:12:59] <Aleks (he/him/il/lui)> you should add `prefetch = false` i think, because we can't really prefetch docker images
[10:13:50] <Aleks (he/him/il/lui)> also "in subdir" doesnt mean anything for docker
[10:27:27] <Thomas> Thank you, that make sense, I will try that
[10:31:54] <Aleks (he/him/il/lui)> Thomas: also `platform = "linux/amd64"` is not useful either I think, because you have `architectures = all` earlier, so you want YunoHost to auto-pick the image for the appropriate architecture, which yunohost will do automatically
[10:32:21] <Aleks (he/him/il/lui)> (I mean YunoHost uses `"linux/$arch"` by default with `$arch` being the result of `dpkg --print-architecture`)
[10:32:39] <Aleks (he/him/il/lui)> ah but then what's up with the sha256
[10:32:43] <Aleks (he/him/il/lui)> @_@
[10:33:55] <Aleks (he/him/il/lui)> i guess you should be able to define `amd64.sha256`, `armhf.sha256`, etc ... but with only a single url x_x
[10:34:28] <Aleks (he/him/il/lui)> but didn't really handled that case in the pieces of code i think x_x
[10:35:23] <Thomas> > <@Alekswag:matrix.org> i guess you should be able to define `amd64.sha256`, `armhf.sha256`, etc ... but with only a single url x_x

Yes that was my next question, I first wanted to triy with amd64, but change this latter
[10:38:22] <Aleks (he/him/il/lui)> in particular the corresponding piece of code is https://github.com/YunoHost/yunohost/blob/dev/helpers/utils#L168-L176
[16:01:35] <eric_G> is the YunoHost maintainer dashboard broken? https://dash.yunohost.org/app_maintainer_dash
[16:02:17] <eric_G> I can see only a couple of maintainer's name...
[16:19:22] <Aleks (he/him/il/lui)> eeeh
[16:19:33] <Aleks (he/him/il/lui)> hmm maybe it doesnt work well with the new v3 format
[16:19:38] <Aleks (he/him/il/lui)> i havent maintained it in a long time
[16:19:55] <Aleks (he/him/il/lui)> but if people find it relevant i can try to put it back on its feets
[16:21:30] <eric_G> I use it as a "what app am I maintaining" reminder...
[16:22:11] <eric_G> But I may be the only one to use it 😅
[16:28:27] <Guillaume Bouzige> I would like to use so I can maybe find some lonely app to maintain
[21:20:00] <Thomas> Hello all!

When I set:

[resources.data_dir]
dir = "/home/yunohost.app/__APP__/data"
owner = "__APP__:www-data"

I have this error: "[Errno 2] No such file or directory: '/home/yunohost.app/funkwhale/data'"

Isn’t the directory created if it doesn’t exist yet? (That’s what I understand according to the docs)
https://ci-apps-dev.yunohost.org/ci/job/6470

Thanks 😇