Monday, December 30, 2024
apps@conference.yunohost.org
December
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:02:59] <Aleks (he/him/il/lui)> (that's "easy"-ish, we have code to patch repo *en masse*)
[00:27:32] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 pushed 1 commit to ci-auto-update-2024.12.27: Create .gitattributes ([7332a932](https://github.com/YunoHost-Apps/piped_ynh/commit/7332a932d525f62226dd0ae371641d15cc156bb2))
[00:32:19] <orhtej2> Results underwhelming tbh
[00:32:31] <orhtej2> See https://github.com/YunoHost-Apps/piped_ynh/pull/166/files
[00:34:24] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 pushed 1 commit to ci-auto-update-2024.12.27: Update .gitattributes ([df07a75c](https://github.com/YunoHost-Apps/piped_ynh/commit/df07a75c5c663a5f76afdc6660bd36232e9eab9c))
[07:56:31] <Yunohost Git/Infra notifications> [searxng_ynh] e​willy merged [pull request #357](https://github.com/YunoHost-Apps/searxng_ynh/pull/357): Upgrade to v2024.12.29
[07:56:35] <Yunohost Git/Infra notifications> [searxng_ynh] e​willy deleted branch ci-auto-update-2024.12.29
[07:56:44] <Yunohost Git/Infra notifications> [searxng_ynh] g​ithub-actions[bot] opened [pull request #358](https://github.com/YunoHost-Apps/searxng_ynh/pull/358): Upgrade master from testing
[07:57:03] <Yunohost Git/Infra notifications> [searxng_ynh] e​willy merged [pull request #358](https://github.com/YunoHost-Apps/searxng_ynh/pull/358): Upgrade master from testing
[07:57:05] <Yunohost Git/Infra notifications> [searxng_ynh] e​willy deleted branch master-promotion
[08:52:01] <Yunohost Git/Infra notifications> [nextcloud_ynh] T​hatoo [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/772#issuecomment-2565189708) on [issue #772](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/772) Increase memory_limit to install Collabora Online - Built-in CODE Server : I see but here is what I had (now I just change memory_limit to 512) : cat /etc/php/8.3/fpm/pool.d/nextcloud.conf ...
[08:52:16] <Yunohost Git/Infra notifications> [nextcloud_ynh] T​hatoo [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/772#issuecomment-2565189708) on [issue #772](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/772) Increase memory_limit to install Collabora Online - Built-in CODE Server : I see but here is what I had (now I just change memory_limit to 512) : cat /etc/php/8.3/fpm/pool.d/nextcloud.conf ...
[09:07:38] <Yunohost Git/Infra notifications> [nextcloud_ynh] e​ricgaspar [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/772#issuecomment-2565212949) on [issue #772](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/772) Increase memory_limit to install Collabora Online - Built-in CODE Server : Strange... you seem to have default values in your config. You should have max_filesize and max_size set to 10G: ...
[09:08:51] <Yunohost Git/Infra notifications> [nextcloud_ynh] T​hatoo [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/772#issuecomment-2565214237) on [issue #772](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/772) Increase memory_limit to install Collabora Online - Built-in CODE Server : I change them then, thanks.
[09:59:56] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 merged [pull request #166](https://github.com/YunoHost-Apps/piped_ynh/pull/166): Upgrade to v2024.12.27
[09:59:59] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 deleted branch ci-auto-update-2024.12.27
[10:46:05] <eric_G> is `--full_replace=1` back again?
[11:00:09] <orhtej2> > <@ericg:matrix.org> is `--full_replace=1` back again?

not sure, I think `=1` part is ignored, the problem with homarr if that's what you're asking was spaces in `-keep = ".env"`
[11:01:02] <orhtej2> hmmm
[11:01:21] <orhtej2> actually yes, it's still required per https://doc.yunohost.org/en/packaging_apps_helpers_v2.1#ynh-setup-source

```
--full_replace=: Remove previous sources before installing new sources (can be 1 or 0, default to 0)
```
[11:05:23] <eric_G> mmmh, according to this issue https://github.com/YunoHost/example_ynh/pull/240 we shouldn't need it. Aleks (he/him/il/lui) I am right?
[11:10:40] <eric_G> the doc may not be up to date...
[11:11:55] <orhtej2> > <@ericg:matrix.org> mmmh, according to this issue https://github.com/YunoHost/example_ynh/pull/240 we shouldn't need it. Aleks (he/him/il/lui) I am right?

Imo needs a param https://github.com/YunoHost/yunohost/blob/e8c175231e78683c98e84f7fd637d234fb31c2cc/helpers/helpers.v2.1.d/sources#L72
[11:57:22] <Yunohost Git/Infra notifications> [nextcloud_ynh] u​tzer [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/771#issuecomment-2565387536) on [issue #771](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/771) Inactive LDAP configuration: s01: So this s01 seems to be created during the Nextcloud upgrade, it happened again on another server right now, maybe this ...
[12:09:06] <Aleks (he/him/il/lui)> it's needed for helpers v1 aka v2, but not anymore for v2.1
[12:14:19] <Yunohost Git/Infra notifications> [piped_ynh] y​unohost-bot opened [pull request #167](https://github.com/YunoHost-Apps/piped_ynh/pull/167): Upgrade sources
[12:17:44] <Salamandar> yes i started it manually
[12:23:59] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 41 pending update PRs
- 9 new apps PRs
- 5 failed apps updates: flood, gogs, photoprism, shields, stremio

See the full log here: https://paste.yunohost.org/raw/exelohoniy
[12:33:09] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 merged [pull request #167](https://github.com/YunoHost-Apps/piped_ynh/pull/167): Upgrade sources
[12:33:12] <Yunohost Git/Infra notifications> [piped_ynh] o​rhtej2 deleted branch ci-auto-update-sources-241230
[19:56:48] <Yunohost Git/Infra notifications> [mastodon_ynh] T​agadda changes_requested [pull request #478](https://github.com/YunoHost-Apps/mastodon_ynh/pull/478#pullrequestreview-2525937139) Upgrade to v4.3.2: Appart from the check in the upgrade script, this looks good
[19:56:49] <Yunohost Git/Infra notifications> [mastodon_ynh] T​agadda [commented](https://github.com/YunoHost-Apps/mastodon_ynh/pull/478#discussion_r1899762063) on pull request #478 Upgrade to v4.3.2: I think we should leave this check
[19:56:53] <Yunohost Git/Infra notifications> [mastodon_ynh] T​agadda edited review [pull request #478](https://github.com/YunoHost-Apps/mastodon_ynh/pull/478#pullrequestreview-2525937139): Upgrade to v4.3.2
[19:57:30] <Yunohost Git/Infra notifications> [mastodon_ynh] T​agadda edited review [pull request #478](https://github.com/YunoHost-Apps/mastodon_ynh/pull/478#pullrequestreview-2525937139): Upgrade to v4.3.2
[20:27:55] <Yunohost Git/Infra notifications> [mastodon_ynh] y​alh76 pushed 2 commits to ci-auto-update-4.3.2 ([e071d0c0df54...0595ab38e0e4](https://github.com/YunoHost-Apps/mastodon_ynh/compare/e071d0c0df54...0595ab38e0e4))
[20:27:59] <Yunohost Git/Infra notifications> [mastodon_ynh/ci-auto-update-4.3.2] Revert "Fix upgrade" This reverts commit e071d0c0df548925a54385c809d52f916bbe74e2. - yalh76
[20:28:00] <Yunohost Git/Infra notifications> [mastodon_ynh/ci-auto-update-4.3.2] Update upgrade - yalh76
[23:26:33] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 33 pending update PRs
- 6 new apps PRs
- 5 failed apps updates: flood, gogs, photoprism, shields, stremio

See the full log here: https://paste.yunohost.org/raw/oyevazoxat
[23:51:57] <Salamandar> Under 40 apps are outdated, what an achievement