Wednesday, February 18, 2026
apps@conference.yunohost.org
February
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
 
             

[00:07:59] <m606> I use this snippet I found in others apps to install `cargo`: https://github.com/YunoHost-Apps/vert_ynh/blob/aab12e7750ff5b6a1ede66fffee855bebb293513/scripts/install#L56-L61
In the CI logs I can read "Rust is installed now. Great!", however hidden folders defined by `$CARGO_HOME` and `$RUSTUP_HOME` do not exist for some reason: https://paste.yunohost.org/raw/nubizemoho
[00:08:48] <m606> should I create the directories defined in variables before?
[00:31:58] <m606> doesn't help
[00:34:08] <orhtej2> > <@m606:matrix.org> I use this snippet I found in others apps to install `cargo`: https://github.com/YunoHost-Apps/vert_ynh/blob/aab12e7750ff5b6a1ede66fffee855bebb293513/scripts/install#L56-L61
> In the CI logs I can read "Rust is installed now. Great!", however hidden folders defined by $CARGO_HOME and $RUST_HOME do not exist for some reason: https://paste.yunohost.org/raw/nubizemoho

It installed to ~
[00:34:17] <orhtej2> not subdir
[00:34:21] <orhtej2> idk why
[00:35:10] <m606> hmm
[00:38:09] <m606> ```
2026-02-18 00:34:07,713: DEBUG - Rust is installed now. Great!
2026-02-18 00:34:07,713: DEBUG -
2026-02-18 00:34:07,713: DEBUG - To get started you may need to restart your current shell.
2026-02-18 00:34:07,713: DEBUG - This would reload your PATH environment variable to include
2026-02-18 00:34:07,713: DEBUG - Cargo's bin directory ($HOME/.cargo/bin).
```
[00:38:40] <m606> if I `ls -la $HOME/.cargo` it says `HOME: unbound variable`
[00:49:10] <orhtej2> > <@m606:matrix.org> if I `ls -la $HOME/.cargo` it says `HOME: unbound variable`

t's install_dir if you run rustup as app
[00:54:33] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 24 pending update PRs
- 16 new apps PRs: filerise, grr, indico, invoiceninja5, jackett, joomla, leantime, limesurvey, linkstack, mstream, n8n, pihole, rclone, tooljet, tunarr, zwiicms
- 11 failed apps updates: adminer, arn_messager, gogs, homebox, jenkins, memos, passed, penpot, planka, seaweedfs, vert

See the full log here: https://paste.yunohost.org/raw/ekixuvavey
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[00:55:34] <Yunohost Git/Infra notifications> App pyload stays broken (level 0) in job [#28237](https://ci-apps.yunohost.org/ci/job/28237)
[01:06:59] <m606> indeed, installed in `$install_dir/.cargo`
[01:08:27] <m606> could [ynh_exec_as_app](https://github.com/YunoHost/yunohost/blob/3572fc9dff10b9f4f4ab30efe88a9b145867c241/helpers/helpers.v2.1.d/0-utils#L76-L81) somehow reset the environment variables I set?
[01:38:41] <m606> I resigned myself to install cargo in $install_dir and it works like this
[04:58:30] <m606> a few questions remaining:
- where is the best place to put a binary run with systemd which starts a websever? currently it is in $install_dir, together with the app frontend which connects to the webserver started by the binary.
- is this ownership scheme the most appropriate (binary is not meant to be downloaded by visitors): `chown $app:www-data $install_dir && chown $app:$app $install_dir/binary` ?
[04:58:33] <m606> a few questions remaining:
- where is the best place to put a binary run with systemd which starts a websever? currently it is in $install_dir, together with the app frontend which connects to the webserver started by the binary.
- is this ownership scheme the most appropriate (binary is not meant to be downloaded by visitors): `chown $app:www-data $install_dir && chown $app:$app $install_dir/binary` ?
[08:11:25] <orhtej2> > <@m606:matrix.org> could [ynh_exec_as_app](https://github.com/YunoHost/yunohost/blob/3572fc9dff10b9f4f4ab30efe88a9b145867c241/helpers/helpers.v2.1.d/0-utils#L76-L81) somehow reset the environment variables I set?

It does not inherit env
[08:58:06] <Yunohost Git/Infra notifications> [apps] y​unohost-bot opened [pull request #3357](https://github.com/YunoHost/apps/pull/3357): Add Bar Assistant to wishlist
[09:24:30] <Yunohost Git/Infra notifications> [synapse_ynh] G​redin67 [commented](https://github.com/YunoHost-Apps/synapse_ynh/issues/478#issuecomment-3919641186) on [issue #478](https://github.com/YunoHost-Apps/synapse_ynh/issues/478) Possibly solve synapse DB huge size issues caused by unreferenced state groups: is not solved by https://github.com/element-hq/synapse/pull/19181
I just went down from 95GB to 27GB applying this metho...
[09:27:04] <Yunohost Git/Infra notifications> [synapse_ynh] G​redin67 [commented](https://github.com/YunoHost-Apps/synapse_ynh/pull/510#issuecomment-3919652372) on [issue #510](https://github.com/YunoHost-Apps/synapse_ynh/pull/510) Provide cron and precompiled rust program to clean unreferenced states: in the end it was not solved
[09:27:04] <Yunohost Git/Infra notifications> [synapse_ynh] G​redin67 reopened [pull request #510](https://github.com/YunoHost-Apps/synapse_ynh/pull/510): Provide cron and precompiled rust program to clean unreferenced states
[10:07:06] <Yunohost Git/Infra notifications> [synapse_ynh] G​redin67 [commented](https://github.com/YunoHost-Apps/synapse_ynh/pull/510#issuecomment-3919877414) on [issue #510](https://github.com/YunoHost-Apps/synapse_ynh/pull/510) Provide cron and precompiled rust program to clean unreferenced states: As far as I understand this tool is only useful on servers running bridges, so my idea is to install the cron script whe...
[10:08:02] <Yunohost Git/Infra notifications> [synapse_ynh] G​redin67 [commented](https://github.com/YunoHost-Apps/synapse_ynh/pull/510#issuecomment-3919877414) on [issue #510](https://github.com/YunoHost-Apps/synapse_ynh/pull/510) Provide cron and precompiled rust program to clean unreferenced states: As far as I understand this tool is only useful on servers running bridges, so my idea is to install the cron script whe...
[10:09:31] <Yunohost Git/Infra notifications> [synapse_ynh] G​redin67 [commented](https://github.com/YunoHost-Apps/synapse_ynh/pull/510#issuecomment-3919877414) on [issue #510](https://github.com/YunoHost-Apps/synapse_ynh/pull/510) Provide cron and precompiled rust program to clean unreferenced states: As far as I understand this tool is only useful on servers running bridges, so my idea is to install the cron script whe...
[11:08:29] <Yunohost Git/Infra notifications> [synapse_ynh] J​osue-T [commented](https://github.com/YunoHost-Apps/synapse_ynh/issues/612#issuecomment-3920187910) on [issue #612](https://github.com/YunoHost-Apps/synapse_ynh/issues/612) Install failed: Seem that you have some rights issue with the /etc/yunohost/certs/domain7.tld/key.pem file. Could you check that the g...
[11:44:25] <Cippr> Hello,
Is someone could review this PR https://github.com/YunoHost-Apps/spip_ynh/pull/114
related to this security news https://blog.spip.net/Mise-a-jour-de-securite-sortie-de-SPIP-4-4-9.html ?
Thanks <3
[11:49:33] <orhtej2> > <Cippr> Hello,
> Is someone could review this PR https://github.com/YunoHost-Apps/spip_ynh/pull/114
> related to this security news https://blog.spip.net/Mise-a-jour-de-securite-sortie-de-SPIP-4-4-9.html ?
> Thanks <3

Merged
[11:49:50] <orhtej2> would you like to maintain this app?
[11:53:44] <Cippr> I haven't skills for that, I just help when I have time to. But maybe ask to @genma ?
[11:54:19] <Cippr> I haven't skills for that, I just help when I have time to. But maybe ask to genma: ?

[11:56:06] <Cippr> orhtej2: thanks for review and merging :-)
[12:01:48] <Yunohost Git/Infra notifications> [roundcube_ynh] 1​Dimitri opened [pull request #257](https://github.com/YunoHost-Apps/roundcube_ynh/pull/257): bug fix upgrade 1.6.11 to 1.6.12/13
[12:43:29] <orhtej2> > <Cippr> I haven't skills for that, I just help when I have time to. But maybe ask to @genma ?

I thought you're genma 😅
[13:18:14] <orhtej2> Note to self: always check official instance before assuming error in packaging ☠️
[13:25:52] <Yunohost Git/Infra notifications> [collabora_ynh] r​odinux pushed to testing: picked values from source coolabora online project ([ade701cc](https://github.com/YunoHost-Apps/collabora_ynh/commit/ade701cc531d838aa82c62ea6f1369bca232e1f7))
[13:27:54] <miro5001> Yep, happens frequently
[13:34:52] <Yunohost Git/Infra notifications> [nextcloud_ynh] e​ricgaspar pushed to postgresql_reboot: Update manifest.toml ([71785dd9](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/71785dd98c8c9fbb77af805f39fd59a428186ead))
[13:35:05] <Yunohost Git/Infra notifications> [nextcloud_ynh] e​ricgaspar pushed to postgresql_reboot: Update manifest.toml ([966beac4](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/966beac4c0c3b1421373277cb21ec8f6b2a8eca2))
[13:35:12] <Yunohost Git/Infra notifications> [nextcloud_ynh] e​ricgaspar pushed to postgresql_reboot: Merge branch postgresql_reboot of https://github.com/YunoHost-Apps/nextcloud_ynh into postgresql_reboot ([fbf87123](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/fbf87123fd1bdba9b96652f0fd17bf566231ce56))
[13:36:11] <Yunohost Git/Infra notifications> [collabora_ynh] r​odinux pushed to testing: version release 25.04.9.1 ([5a8093e4](https://github.com/YunoHost-Apps/collabora_ynh/commit/5a8093e44a8659d78742ddfd85fc4bc49828c588))
[13:36:16] <Yunohost Git/Infra notifications> [nextcloud_ynh] e​ricgaspar pushed to 33.0.0: Update manifest.toml ([5b95b4d3](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/5b95b4d330e1403c9355fc5e83df98fd8340f077))
[13:36:27] <Yunohost Git/Infra notifications> [nextcloud_ynh] e​ricgaspar opened [pull request #860](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/860): 33.0.0
[13:37:41] <Yunohost Git/Infra notifications> [collabora_ynh] r​odinux opened [pull request #121](https://github.com/YunoHost-Apps/collabora_ynh/pull/121): Testing
[13:54:48] <Yunohost Git/Infra notifications> [nextcloud_ynh] e​ricgaspar pushed to postgresql_reboot: Update 00-add-logout_url-conf.patch ([3a2a16f4](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/3a2a16f407cb177e17f8633363b5b761967dede0))
[14:00:50] <Yunohost Git/Infra notifications> [nextcloud_ynh] e​ricgaspar pushed to postgresql_reboot: Update 00-add-logout_url-conf.patch ([372aae96](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/372aae96657e4379d23bc58e41ae92d4f3fcf5a9))
[14:15:33] <eric_G> and patch issue 🥶
[14:29:29] <Yunohost Git/Infra notifications> [nextcloud_ynh] e​ricgaspar pushed to postgresql_reboot: Update 00-add-logout_url-conf.patch ([56467a32](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/56467a3293bed45568628cd1f9f97d77c8f98302))
[14:33:13] <Yunohost Git/Infra notifications> [nextcloud_ynh] e​ricgaspar pushed to patch: remove patch ([903277ad](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/903277ad9fa5d5fd93a6a8ca5fcfb18a6ef14ba6))
[14:45:10] <Yunohost Git/Infra notifications> [nextcloud_ynh] e​ricgaspar pushed to postgresql_reboot: Update manifest.toml ([18367550](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/183675500394e5e5f24153b753d9bebae20206e7))
[14:45:53] <Yunohost Git/Infra notifications> [nextcloud_ynh] e​ricgaspar pushed to 33.0.0: Update manifest.toml ([1c42e590](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/1c42e590342b48100d149ba284a7f4a8afbddcb7))
[16:20:20] <m606> files with `chown -R $app:$app` cannot be browsed on the contrary to `$app:www-data`, right?
I don't get why the CI returns this permission issue:
```
[error] 1799#1799: *1 "/var/www/vert/build/index.html" is forbidden (13: Permission denied), client: 10.246.154.1, server: sub.domain.tld, request: "GET / HTTP/2.0", host: "sub.domain.tld"
```
with:
```
drwxr-xr-x 1 vert www-data 274 Feb 18 06:09 .
drwxr-x--- 1 vert vert 720 Feb 18 06:08 ..
rw-r--r-- 1 vert www-data 26146 Feb 18 06:09 index.html`
```
[16:20:40] <m606> files with `chown -R $app:$app` cannot be browsed on the contrary to `$app:www-data`, right?
I don't get why the CI returns this permission issue:
```
[error] 1799#1799: *1 "/var/www/vert/build/index.html" is forbidden (13: Permission denied), client: 10.246.154.1, server: sub.domain.tld, request: "GET / HTTP/2.0", host: "sub.domain.tld"
```
with:
```
drwxr-xr-x 1 vert www-data 274 Feb 18 06:09 .
drwxr-x--- 1 vert vert 720 Feb 18 06:08 ..
rw-r--r-- 1 vert www-data 26146 Feb 18 06:09 index.html`
```
[16:21:20] <m606> files with `chown -R $app:$app` cannot be browsed on the contrary to `$app:www-data`, right?
I don't get why the CI returns this permission issue:
```
[error] 1799#1799: *1 "/var/www/vert/build/index.html" is forbidden (13: Permission denied), client: 10.246.154.1, server: sub.domain.tld, request: "GET / HTTP/2.0", host: "sub.domain.tld"
```
with:
```
drwxr-xr-x 1 vert www-data 274 Feb 18 06:09 .
drwxr-x--- 1 vert vert 720 Feb 18 06:08 ..
rw-r--r-- 1 vert www-data 26146 Feb 18 06:09 index.html
```
[16:25:22] <Thomas> What are the permissions for the /build dir?
[16:27:16] <m606> before compilation I `chown -R $app:$app "$install_dir"`
after compilation I `chown -R $app:www-data "$install_dir/build"`
[16:28:10] <m606> which as far as I understand should work but ends up with the CI error above
[16:30:35] <m606> if I `chown -R $app:www-data "$install_dir"` before compilation and do not change anything after the CI is happy though (but we don't want everything in $install_dir to be public)
[16:30:39] <m606> if I `chown -R $app:www-data "$install_dir"` before compilation and do not change anything the CI is happy though (but we don't want everything in $install_dir to be public)
[16:33:29] <m606> It is a svelte-kit app. I thought maybe index.html in $install_dir\build was calling to resources located in parent directory but this does not seem to be the case: cf. index.html source code at line ~1400 in https://paste.yunohost.org/utahikebos
[16:34:31] <m606> I have no other clue, probably I should try changing permission of all files one by one in parent dir 😑
[16:34:52] <m606> It is a svelte-kit app. I thought maybe index.html in $install_dir/build was calling to resources located in parent directory but this does not seem to be the case: cf. index.html source code at line ~1400 in https://paste.yunohost.org/utahikebos
[16:38:56] <m606> in links as such `href="/lettermark.jpg"` in index.html, the root refers to the build folder or to $install_dir ?! (nginx alias is set to `__INSTALL_DIR__/build/`)
[16:40:19] <m606> (full context here: https://github.com/YunoHost-Apps/vert_ynh/tree/testing)
[17:03:37] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 pushed 14 commits to v2.13.2 ([98d461f79d43^...f12a692ff39d](https://github.com/YunoHost-Apps/penpot_ynh/compare/98d461f79d43^...f12a692ff39d))
[17:04:25] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 opened [pull request #185](https://github.com/YunoHost-Apps/penpot_ynh/pull/185): V2.13.2
[17:04:42] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 pushed to v2.13.2: fixup ([0fda09e4](https://github.com/YunoHost-Apps/penpot_ynh/commit/0fda09e4d439f8d31549b0cc60931979480aa3e6))
[17:04:47] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 pushed to v2.13.2: Merge branch testing into v2.13.2 ([a2169e2e](https://github.com/YunoHost-Apps/penpot_ynh/commit/a2169e2e3362dbff4309919b624748e6f02dc0a2))
[17:06:10] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 pushed to v2.13.2: \\\\\\\\\\\\\\\ ([08f4f643](https://github.com/YunoHost-Apps/penpot_ynh/commit/08f4f643d5d52f6ad06a1056599d8c236697419e))
[17:06:24] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 closed [pull request #184](https://github.com/YunoHost-Apps/penpot_ynh/pull/184): Upgrade to v2.13.2
[17:06:30] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 [commented](https://github.com/YunoHost-Apps/penpot_ynh/pull/184#issuecomment-3922022588) on [issue #184](https://github.com/YunoHost-Apps/penpot_ynh/pull/184) Upgrade to v2.13.2: Superseded by #185
[17:06:37] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 deleted branch ci-auto-update-2.13.2
[17:07:10] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 pushed 14 commits to v2.13.2 ([250f3b4a902f...67155cce1647](https://github.com/YunoHost-Apps/penpot_ynh/compare/250f3b4a902f...67155cce1647))
[17:14:58] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 pushed to v2.13.2: Trim deps ([9ca2fd16](https://github.com/YunoHost-Apps/penpot_ynh/commit/9ca2fd1607986c28c82d6f9f309b54943fcd3000))
[18:23:25] <Yunohost Git/Infra notifications> [nextcloud_ynh] e​ricgaspar [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/860#issuecomment-3922430019) on [issue #860](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/860) 33.0.0: 00-add-logout_url-conf.patch is not working anymore
[18:24:20] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 pushed to v2.13.2: now? ([036f23ea](https://github.com/YunoHost-Apps/penpot_ynh/commit/036f23ea6f99d4ef6c51380b0cb41043e041a9b4))
[18:24:22] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 pushed to v2.13.2: Keep config ([76a6cf71](https://github.com/YunoHost-Apps/penpot_ynh/commit/76a6cf7136fc4c83fe3ed1a59307f086ea4dc050))
[19:21:17] <Yunohost Git/Infra notifications> S​alamandar created repository spliit_ynh: Share your expenses with friends and family https://github.com/YunoHost-Apps/spliit_ynh
[20:14:41] <Yunohost Git/Infra notifications> [apps_tools] S​alamandar pushed to main: Fix links to doc.yunohost.org ([5f86b92f](https://github.com/YunoHost/apps_tools/commit/5f86b92f0717cd9f6fd59b5750ab16d9a0f9c4fa))
[20:30:13] <Yunohost Git/Infra notifications> [appstore] S​alamandar pushed to main: Fix links to yunohost documentation ([48f38b5a](https://github.com/YunoHost/appstore/commit/48f38b5a1ce8bdf68e36ea04d046d84942cc3511))
[21:00:07] <Yunohost Git/Infra notifications> [appgenerator] S​alamandar pushed to main: Fix URL to yunohost documentation ([6a9efb7d](https://github.com/YunoHost/appgenerator/commit/6a9efb7dde0352ac6d1fdd45b53f0f8ed98e5ca1))
[21:24:26] <Yunohost Git/Infra notifications> [example_ynh] S​alamandar pushed to main: Fix URL to yunohost documentation ([535b97f9](https://github.com/YunoHost/example_ynh/commit/535b97f954ae311c16dc6db1bb97d983de6616e1))
[21:36:14] <Yunohost Git/Infra notifications> [synapse_ynh] J​osue-T [commented](https://github.com/YunoHost-Apps/synapse_ynh/pull/510#issuecomment-3923344808) on [issue #510](https://github.com/YunoHost-Apps/synapse_ynh/pull/510) Provide cron and precompiled rust program to clean unreferenced states: Thanks for the update. So what I suggest is: - Add a [new source in the manifest](https://github.com/YunoHost-Apps/syn...
[22:06:55] <Yunohost Git/Infra notifications> [roundcube_ynh] e​ricgaspar edited [pull request #257](https://github.com/YunoHost-Apps/roundcube_ynh/pull/257): bug fix upgrade 1.6.11 to 1.6.12/13
[22:21:41] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 pushed to testing: V2.13.2 (#185) * Update patches/backend/backend-001.patch * Update manifest.toml * Update manifest.toml * autoupdate... ([007cee3b](https://github.com/YunoHost-Apps/penpot_ynh/commit/007cee3b3a9d58e4985caedab0a7b37be398eab1))
[22:21:42] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 merged [pull request #185](https://github.com/YunoHost-Apps/penpot_ynh/pull/185): V2.13.2
[22:21:56] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 opened [pull request #186](https://github.com/YunoHost-Apps/penpot_ynh/pull/186): v2.13.3
[22:24:19] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 [commented](https://github.com/YunoHost-Apps/penpot_ynh/pull/186#issuecomment-3923527954) on [issue #186](https://github.com/YunoHost-Apps/penpot_ynh/pull/186) v2.13.3: changelog This is a new feature release for Penpot, please refer to [upstream changelog](https://github.com/penpot/penp...
[22:24:36] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 pushed to orhtej2-patch-1: Update manifest.toml ([bc16806c](https://github.com/YunoHost-Apps/penpot_ynh/commit/bc16806c2d464c33b6c2b0a40f9db6146615c163))
[22:24:51] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 pushed to testing: Update manifest.toml ([fd2b006d](https://github.com/YunoHost-Apps/penpot_ynh/commit/fd2b006d0175cb0b14e800f04623daaf32e67df4))
[22:25:05] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 merged [pull request #186](https://github.com/YunoHost-Apps/penpot_ynh/pull/186): v2.13.3
[22:26:42] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 closed [issue #13](https://github.com/YunoHost-Apps/penpot_ynh/issues/13): Switch to unpacking Docker images
[22:26:42] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 [commented](https://github.com/YunoHost-Apps/penpot_ynh/issues/13#issuecomment-3923536577) on [issue #13](https://github.com/YunoHost-Apps/penpot_ynh/issues/13) Switch to unpacking Docker images: Fixed in #185
[22:27:02] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 deleted branch orhtej2-patch-1
[22:27:08] <Yunohost Git/Infra notifications> [penpot_ynh] o​rhtej2 deleted branch v2.13.2
[22:34:02] <orhtej2> > <@yunohostinfra:matrix.org> [penpot_ynh] o​rhtej2 deleted branch v2.13.2

https://youtu.be/CAyWN9ba9J8?is=9vVxc6cEJvZiH663
[22:34:27] <orhtej2> Do these repeated notifications serve their purpose?
[22:35:18] <orhtej2> Tbh I'm developing outside of gh to keep the spam volume low
[22:44:04] <Yunohost Git/Infra notifications> App penpot rises from level 6 to 7 in job [#28265](https://ci-apps.yunohost.org/ci/job/28265) !