[00:44:29]
<Yunohost Git/Infra notifications> App tracim failed all tests in job [#27092](https://ci-apps.yunohost.org/ci/job/27092) :(
[01:47:36]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 30 pending update PRs
- 12 new apps PRs
- 4 failed apps updates: focalboard, glance, minetest, snserver
See the full log here: http://paste.yunohost.org/raw/wefawaveja
[08:09:51]
<Yunohost Git/Infra notifications> [nextcloud_ynh] rodinux [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/658#issuecomment-2144544314) on [issue #658](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/658) Oldstable | 27.1.x: Strange, an error with the regex of the sources ? in key resources > sources 23, 24, 25, 26 do not matc...
[09:35:02]
<Salamandar> OK found out the issue, `goenv` is actually broken upstream
[09:56:07]
<Salamandar> https://github.com/YunoHost/yunohost/pull/1863
[09:56:23]
<Salamandar> We just need to checkout the latest tag instead of the latest commit
[10:02:00]
<Yunohost Git/Infra notifications> [apps] alexAubin deleted branch actions/auto_messages_pot
[10:02:42]
<Guillaume Bouzige> hello, in app packaging v2 how can I add the user of the app into a group ? I used to this in previous app packaging 'ynh_system_user_create --username=$app --home_dir="$final_path" --groups="ssl-cert"'
[10:05:20]
<Salamandar> hmmm
[10:05:25]
<Salamandar> we could add that to the manifest directly tbh
[10:05:44]
<Salamandar> but for now you can call osmething like `usermod -a -G thegroup theuser`
[10:06:05]
<Guillaume Bouzige> yeah basic
[10:06:09]
<Guillaume Bouzige> thks
[11:23:20]
<Yunohost Git/Infra notifications> App dex failed all tests in job [#27078](https://ci-apps.yunohost.org/ci/job/27078) :(
[11:39:03]
<eric_G> the regex for app version doesn't like numbers > 9: https://ci-apps-dev.yunohost.org/ci/job/16396
[12:12:20]
<tituspijean> It looks like it wants to enforce source names to start with a letter
[12:24:30]
<Aleks (he/him/il/lui)> It's not even a warning so not a huge deal
[12:34:36]
<eric_G> It becomes a huge deal on upgrading test though
[12:43:34]
<Aleks (he/him/il/lui)> The version 27.1 loop thing ? I'm not sure it's related ?
[12:55:19]
<eric_G> I'm not saying this is related to the regex error on the manifest, but there is still something wrong with the way the version is read: `27.1.1` instead of `27.1.10`
[13:13:59]
<orhtej2> https://github.com/YunoHost-Apps/nextcloud_ynh/blob/e58bc41c2cfb1f59ff97dbd2e08ed55b2fe0474d/scripts/upgrade#L111
[13:15:14]
<orhtej2> These should be `\d+`, you're matching singular digit for revision
[13:19:15]
<Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar pushed 1 commit to oldstable: Update upgrade ([1b5eb441](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/1b5eb4414310b8069d520bf97ea60a94cd45e9bf))
[13:34:30]
<orhtej2> > <@yunohostinfra:matrix.org> [nextcloud_ynh] ericgaspar pushed 1 commit to oldstable: Update upgrade ([1b5eb441](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/1b5eb4414310b8069d520bf97ea60a94cd45e9bf))
That now requires 2 digits, just add `+` or replace `[0-9]`
[13:39:27]
<Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar pushed 1 commit to oldstable: Update upgrade ([6ae439bb](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/6ae439bba10f25048b4c35add539c22415e4c41c))
[13:49:39]
<orhtej2> Thanx element ðŸ«
[13:49:57]
<orhtej2> > <@yunohostinfra:matrix.org> [nextcloud_ynh] ericgaspar pushed 1 commit to oldstable: Update upgrade ([6ae439bb](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/6ae439bba10f25048b4c35add539c22415e4c41c))
Full regex:
[0-9]+\.[0-9]+\.\d+
[13:50:04]
<orhtej2> Ffs
[13:50:21]
<orhtej2> > <@yunohostinfra:matrix.org> [nextcloud_ynh] ericgaspar pushed 1 commit to oldstable: Update upgrade ([6ae439bb](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/6ae439bba10f25048b4c35add539c22415e4c41c))
Full regex:
`[0-9]+\\.[0-9]+\\.\d+`
[13:50:29]
<orhtej2> Seriously
[13:50:49]
<orhtej2> > <@yunohostinfra:matrix.org> [nextcloud_ynh] ericgaspar pushed 1 commit to oldstable: Update upgrade ([6ae439bb](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/6ae439bba10f25048b4c35add539c22415e4c41c))
Full regex:
`[0-9]+\.[0-9]+\.\d+`
[14:14:16]
<Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar pushed 1 commit to oldstable: Update upgrade ([247f01dc](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/247f01dcc4b0de6a50b72b6c590b492088f8b1ee))
[14:42:13]
<Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar pushed 1 commit to v2_PostgreSQL: Update upgrade ([2fef2c7b](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/2fef2c7b344b40e7b73b0dda308bb641d5b3a3c2))
[14:42:38]
<Yunohost Git/Infra notifications> App dex failed all tests in job [#27078](https://ci-apps.yunohost.org/ci/job/27078) :(
[14:54:47]
<Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar pushed 1 commit to oldstable: Update upgrade ([2e658310](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/2e658310bc1f1d42526fa2f169d4cacae29f0593))
[17:11:24]
<Yunohost Git/Infra notifications> App pgadmin rises from level 7 to 8 in job [#27104](https://ci-apps.yunohost.org/ci/job/27104) !
[17:54:39]
<Yunohost Git/Infra notifications> App dex failed all tests in job [#27078](https://ci-apps.yunohost.org/ci/job/27078) :(
[23:18:53]
<Yunohost Git/Infra notifications> App duniter goes down from level 8 to 4 in job [#27110](https://ci-apps.yunohost.org/ci/job/27110)