[16:44:39]
<florent[m]> While experimenting changes on packages locally, sometimes I don't need to upgrade the source.
But I still have to use the `--force` option in order to upgrade even when the version has not changed, but that triggers a new build of the sources which is bandwidth, time and resource consuming.
I feel like I miss an option of `yunohost app upgrade` like `--force-keep-source` or a combination like `--force --keep-source`.
Before going further, I would like to know whether there is some tip I may not know yet ?
[16:44:39]
<florent[m]> Hmm, maybe `--ignore-yunohost-version` is what I look for? 🤔
[16:44:41]
<florent[m]> Hmm, not sure what this option does:
```
root@ynh-dev:/ynh-dev# yunohost app upgrade grist --ignore-yunohost-version --file ./apps/grist_ynh
Info: Now upgrading grist…
Success! grist is already up-to-date
Success! Upgrade complete
root@ynh-dev:/ynh-dev# yunohost app upgrade grist --file ./apps/grist_ynh
Info: Now upgrading grist…
Success! grist is already up-to-date
Success! Upgrade complete
```
[16:44:42]
<orhtej2> > While experimenting changes on packages locally, sometimes I don't need to upgrade the source.
> But I still have to use the `--force` option in order to upgrade even when the version has not changed, but that triggers a new build of the sources which is bandwidth, time and resource consuming.
>
> I feel like I miss an option of `yunohost app upgrade` like `--force-keep-source` or a combination like `--force --keep-source`.
>
> Before going further, I would like to know whether there is some tip I may not know yet ?
we used to check if version changed and do build conditionally but this is now discouraged
[16:44:43]
<orhtej2> just create a branch and comment out reprovisioning sources snd rebuild
[16:44:43]
<Aleks (he/him/il/lui)> packaging v33333333333333333
[16:44:43]
<orhtej2> > <@Alekswag:matrix.org> packaging v33333333333333333
Who's working on thaaaaaat 😉
[16:44:43]
<orhtej2> > Hmm, maybe `--ignore-yunohost-version` is what I look for? 🤔
It ignores ynh version requirement, not what you're looking for
[16:44:44]
<orhtej2> And don't you dare to find irl excuses 😜
[16:44:44]
<orhtej2> that's my goto
[16:44:44]
<Aleks (he/him/il/lui)> ooooh what's that my cake in the oven is knocking at the door brb
[16:44:47]
<florent[m]> Aleks (he/him/il/lui) @Alekswag:matrix.org: do you need a github issue or a comment to track this?
[16:44:48]
<Aleks (he/him/il/lui)> hmm yes and no it's already part of the packaging v3 because there's already a `yunohost app regen-conf` in the packaging v3 branch which, among other things, allows to edit the `[configurations]` block in `manifest.toml` and stuff in `conf/` in `/etc/yunohost/apps/$app/` to iterate on an app without having to upgrade the entire app
[16:44:49]
<Aleks (he/him/il/lui)> i'll just add an item to the WIP packaging v3 PR
[16:44:49]
<Aleks (he/him/il/lui)> though maybe we would like other commands to trigger other bits such as regenerating resources, re-running the init step etc
[16:45:15]
<Yunohost Git/Infra notifications> [mastodon_ynh] Thovi98 [commented](https://github.com/YunoHost-Apps/mastodon_ynh/pull/511#issuecomment-3220719576) on [issue #511](https://github.com/YunoHost-Apps/mastodon_ynh/pull/511) Convert to helpers2.1 and try to upgrade to latest version: Hello @Tagadda Thanks for your recent work which helped me debug :D I think this is ready, but Im wondering if we s...
[16:45:38]
<orhtej2> > Can we get CI containers rebuilt now that 12.1 is out?
Still my question 🙏
[16:45:40]
<orhtej2> > <@ljf:sans-nuage.fr> If you have point of view on this new mockup for my_webapp https://test2.flexcb.fr/
Needs db type info
[16:45:41]
<orhtej2> i'm still semi-unclear on what's the problem being addressed here tbh
[16:45:41]
<orhtej2> Because plaintext creds in publically accessible resources are meh at best
[16:45:46]
<orhtej2> psa: `poetry` is riddled with footguns
[16:45:46]
<orhtej2> if this works I'm gonna scream: https://github.com/YunoHost-Apps/syncserver-rs_ynh/pull/92/commits/fd60de5fd46181715fded8bee0dbe829cdbaf907
[16:45:47]
<orhtej2> (I am screaming, `poetry` fucking hates `cwd()` to be some random bullshit)
[16:45:47]
<orhtej2> > <@nemstudio18:matrix.org> I have update post install landing page index.php for a minimal experience. All infos is on admin panel.
Again, what's the problem you're addressing? What's the deficency in current impl you want to improve upon?
[16:45:47]
<orhtej2> Is it actually possible to embed images in `ADMIN.md`? I'm getting dead links so I assume the contents of <whatever> are not copied over?
[16:45:48]
<orhtej2> this is bad: https://github.com/YunoHost-Apps/uptime-kuma_ynh, prerelease made it to `main` 😬
[16:45:48]
<orhtej2> I can revert merging stable to `testing` I guess 🤷
[16:45:48]
<orhtej2> ah, `img` tag got stripped 🤔
[16:45:48]
<orhtej2> > ah, `img` tag got stripped 🤔
Ta g is there, just points to 404. I'll just redo the docs, they're too wordy anyways
[16:45:49]
<orhtej2> I don't get it, I'm confused or this package is strange AF
[16:45:49]
<orhtej2> clearly `dist.tar.gz` are assets
[16:45:49]
<orhtej2> https://github.com/louislam/uptime-kuma/releases/tag/2.0.0-beta.3 is a pre-release, we ingested it and released to `main`, now `testing` is behind as it uses `latest_github_release` (probably switched from `latest_github_tag` at some point) which ignores pre-releases
[16:45:49]
<orhtej2> whaaaaaaaAAaaa https://github.com/YunoHost-Apps/uptime-kuma_ynh/blob/357911bbff25c06d63eef1513f290302ae079a78/manifest.toml#L43 ?
[16:45:50]
<orhtej2> https://ci-apps-dev.yunohost.org/ci/job/8414 <- this fails so bad CI blows up 💥
[16:45:50]
<orhtej2> The previous result looked the same, I think pihole borks networking config in v6
[16:45:50]
<orhtej2> reverted the downgrade on `testing`
[16:45:51]
<orhtej2> way ahead of you? https://github.com/YunoHost/apps/blob/5674f6b0864a9a5ac84dccb90417ebd58c894698/apps.toml#L4250
[16:45:51]
<orhtej2> why is autoupgrade downgrading is beyond me 🤷
[16:45:51]
<orhtej2> but yeah, the current state is a bit sorry :/
[16:45:51]
<orhtej2> [lol you'll never guess who labelled it unmaintained](https://github.com/YunoHost/apps/commit/1d4bba6cf781189fe2ae5413b3c193a516ee3738)
[16:45:52]
<orhtej2> (cf https://apps.yunohost.org/app/pihole)
[16:45:52]
<orhtej2> `You can [learn how to package](https://yunohost.org/packaging_apps_intro) if you'd like to adopt it.` <- markdown is not rendering in antifeatures 🤔
[16:45:52]
<orhtej2> https://aria.im/_bifrost/v1/media/download/AYHn1KhT9iwrQxVKovZKxn4foxo_9KXjXJ9NUAuckUoeOO73QKN0KevH1vSw1I_qmyhBJegWrkr1l7THunw2ywRCeZGsUHEwAGNpcmNsZWRzcXVhcmVyb290Lm92aC9UdFFEUHY0RndhWXFEVElEU0N0dlk0Q3hhZHRSNEdqNg
[16:48:56]
<Yunohost Git/Infra notifications> [mastodon_ynh] Thovi98 [commented](https://github.com/YunoHost-Apps/mastodon_ynh/pull/511#issuecomment-3221362502) on [issue #511](https://github.com/YunoHost-Apps/mastodon_ynh/pull/511) Convert to helpers2.1 and try to upgrade to latest version: It was more about [this](https://github.com/YunoHost-Apps/mastodon_ynh/pull/511/files#diff-57aeb84da86cb7420dfedd8e49bc6...
[16:48:56]
<Yunohost Git/Infra notifications> [mastodon_ynh] Tagadda [commented](https://github.com/YunoHost-Apps/mastodon_ynh/pull/511#issuecomment-3221306503) on [issue #511](https://github.com/YunoHost-Apps/mastodon_ynh/pull/511) Convert to helpers2.1 and try to upgrade to latest version: Hey @Thovi98 :) [This](https://github.com/YunoHost-Apps/mastodon_ynh/pull/511/files#diff-57aeb84da86cb7420dfedd8e49bc644...
[16:48:56]
<Tagada> Thomas: Je me rend compte que dans le tests.toml, on ne teste même plus l'upgrade depuis 4.2.8 ou antérieur... j'ai peur que ce soit déjà cassé 😁
[16:48:57]
<Thomas> Ah pourtant j'ai 4.2.5 dans ma branche, cf le test 5/7 https://ci-apps-dev.yunohost.org/ci/job/12187, ça a l'air de fonctionner mais si on le garde je dois adapter encore le ensure donward upgrades (mais j'avoue ne pas trop voir l'utilité, c'était une version du package sortie il y a plus d'un an et demi et chaque fois qu'on lance les tests ça prend en plus de la charge de la CI)
[16:49:01]
<Tagada> Oh oui, en effet ça tourne bien. Je suis passée à côté...
Ça râle un peu par contre : https://ci-apps-dev.yunohost.org/ci/job/12283
```
12332 WARNING grep: unrecognized option '--database=mastodon_production'
12332 WARNING Usage: grep [OPTION]... PATTERNS [FILE]...
12333 WARNING Try 'grep --help' for more information.
12496 WARNING grep: unrecognized option '--user=mastodon_production'
12496 WARNING Usage: grep [OPTION]... PATTERNS [FILE]...
12497 WARNING Try 'grep --help' for more information.
```
Bon, ça fait un an, d'un côté j'ai l'espoir que les admins aie fait les mises à jours depuis, de l'autre j'en connais certain·es... Peut être qu'on peut au moins faire crash l'upgrade en indiquant la commande à lancer pour upgrade vers le dernier commit qui contient le patch
[16:52:37]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 56 pending update PRs
- 14 new apps PRs: castopod, cloudlog, dagu, grav, immich, jackett, limesurvey, linkwarden, many-notes, meilisearch, ollama, snweb, wanderer, zwiicms
- 6 failed apps updates: litechat, onlyoffice, openemr, plakar, prestashop, uptime-kuma
See the full log here: https://paste.yunohost.org/raw/umemekegel
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[16:54:49]
<Yunohost Git/Infra notifications> App digiscreen failed all tests in job [#21520](https://ci-apps.yunohost.org/ci/job/21520) :(
[16:55:31]
<Yunohost Git/Infra notifications> App jeedom failed all tests in job [#21553](https://ci-apps.yunohost.org/ci/job/21553) :(
[16:55:34]
<Yunohost Git/Infra notifications> App paperless-ngx goes down from level 8 to 6 in job [#21550](https://ci-apps.yunohost.org/ci/job/21550)
[16:55:53]
<Yunohost Git/Infra notifications> App audiobookshelf failed all tests in job [#21561](https://ci-apps.yunohost.org/ci/job/21561) :(
[16:56:13]
<Yunohost Git/Infra notifications> App audiobookshelf failed all tests in job [#21561](https://ci-apps.yunohost.org/ci/job/21561) :(
[16:56:14]
<Yunohost Git/Infra notifications> App headphones goes down from level 8 to 6 in job [#21563](https://ci-apps.yunohost.org/ci/job/21563)
[16:56:25]
<Yunohost Git/Infra notifications> App crabfit goes down from level 7 to 3 in job [#21569](https://ci-apps.yunohost.org/ci/job/21569)
[16:56:25]
<Yunohost Git/Infra notifications> App gancio failed all tests in job [#21573](https://ci-apps.yunohost.org/ci/job/21573) :(
[16:56:25]
<orhtej2> > <@Salamandar:matrix.org> Hummmm when upgrading paperless-ngx, i have that :
>
> > Warning: ./upgrade: line 28: ynh_compare_current_package_version: command not found
Wrong helpers version?
[16:56:36]
<Salamandar> Hummmm when upgrading paperless-ngx, i have that :
> `Warning: ./upgrade: line 28: ynh_compare_current_package_version: command not found`
[16:56:36]
<Yunohost Git/Infra notifications> App zola rises from level 6 to 8 in job [#21578](https://ci-apps.yunohost.org/ci/job/21578) !
[16:56:36]
<Yunohost Git/Infra notifications> App dagu rises from level 7 to 8 in job [#21579](https://ci-apps.yunohost.org/ci/job/21579) !
[16:57:16]
<Yunohost Git/Infra notifications> [mastodon_ynh] yelvington opened [issue #515](https://github.com/YunoHost-Apps/mastodon_ynh/issues/515): Upgrade fails 4.3.8 to 4.4.3
[16:58:03]
<Yunohost Git/Infra notifications> App immich rises from level 6 to 7 in job [#21590](https://ci-apps.yunohost.org/ci/job/21590) !
[16:58:03]
<Yunohost Git/Infra notifications> [mastodon_ynh] OniriCorpe [commented](https://github.com/YunoHost-Apps/mastodon_ynh/issues/515#issuecomment-3224564475) on [issue #515](https://github.com/YunoHost-Apps/mastodon_ynh/issues/515) Upgrade fails 4.3.8 to 4.4.3: > Also, I have not run the migration "27. Upgrade the system to Debian Bookworm and YunoHost 12" -- is that the source o...
[16:58:03]
<Yunohost Git/Infra notifications> [mastodon_ynh] OniriCorpe created new branch OniriCorpe-patch-1
[16:58:04]
<Yunohost Git/Infra notifications> [mastodon_ynh] OniriCorpe pushed 1 commit to OniriCorpe-patch-1: Bump minimal Yunohost compatibility to v12 Because the lipvips dependency can’t be met on Debian 11 “ Incompatible libv... ([0bb237a7](https://github.com/YunoHost-Apps/mastodon_ynh/commit/0bb237a755828f8fc2fa13fbb14f7dfe4c523f1c))
[16:58:04]
<Yunohost Git/Infra notifications> [mastodon_ynh] OniriCorpe opened [pull request #516](https://github.com/YunoHost-Apps/mastodon_ynh/pull/516): Bump minimal Yunohost compatibility to v12
[16:58:43]
<Yunohost Git/Infra notifications> [mastodon_ynh] Tagadda opened [pull request #517](https://github.com/YunoHost-Apps/mastodon_ynh/pull/517): Testing
[16:58:44]
<Yunohost Git/Infra notifications> [mastodon_ynh] Tagadda merged [pull request #516](https://github.com/YunoHost-Apps/mastodon_ynh/pull/516): Bump minimal Yunohost compatibility to v12
[16:58:44]
<Yunohost Git/Infra notifications> [mastodon_ynh] Tagadda merged [pull request #517](https://github.com/YunoHost-Apps/mastodon_ynh/pull/517): Testing
[16:58:45]
<Yunohost Git/Infra notifications> [mastodon_ynh] Tagadda [commented](https://github.com/YunoHost-Apps/mastodon_ynh/pull/516#issuecomment-3224665076) on [issue #516](https://github.com/YunoHost-Apps/mastodon_ynh/pull/516) Bump minimal Yunohost compatibility to v12: Hey Thanks for your PR :)
[16:58:45]
<Yunohost Git/Infra notifications> [mastodon_ynh] Tagadda edited [issue #515](https://github.com/YunoHost-Apps/mastodon_ynh/issues/515): Cant upgrade to Mastodon 4.4.3 with YunoHost 11
[16:58:45]
<Yunohost Git/Infra notifications> [mastodon_ynh] OniriCorpe deleted branch OniriCorpe-patch-1
[16:58:45]
<Yunohost Git/Infra notifications> [mastodon_ynh] Tagadda closed [issue #515](https://github.com/YunoHost-Apps/mastodon_ynh/issues/515): Cant upgrade to Mastodon 4.4.3 with YunoHost 11
[16:59:08]
<Yunohost Git/Infra notifications> App z-push failed all tests in job [#21603](https://ci-apps.yunohost.org/ci/job/21603) :(
[16:59:38]
<Yunohost Git/Infra notifications> App pgweb rises from level 7 to 8 in job [#21610](https://ci-apps.yunohost.org/ci/job/21610) !
[16:59:40]
<Yunohost Git/Infra notifications> App mirotalk rises from level 7 to 8 in job [#21612](https://ci-apps.yunohost.org/ci/job/21612) !
[16:59:44]
<Yunohost Git/Infra notifications> App homebox failed all tests in job [#21613](https://ci-apps.yunohost.org/ci/job/21613) :(
[16:59:52]
<Yunohost Git/Infra notifications> App mautrix_telegram failed all tests in job [#21617](https://ci-apps.yunohost.org/ci/job/21617) :(
[16:59:53]
<Yunohost Git/Infra notifications> [mastodon_ynh] Tagadda [commented](https://github.com/YunoHost-Apps/mastodon_ynh/pull/511#issuecomment-3225054604) on [issue #511](https://github.com/YunoHost-Apps/mastodon_ynh/pull/511) Convert to helpers2.1 and try to upgrade to latest version: Ah, now that were on bookworm, we could drop the whole ld_preload workaround too :sparkles:
[17:00:08]
<Yunohost Git/Infra notifications> [apps] Tagadda pushed 1 commit to update_app_levels: Update apps.toml ([48e0d1cc](https://github.com/YunoHost/apps/commit/48e0d1ccbaedfd5fb04343b72a2b0047604a678d))
[17:00:09]
<Yunohost Git/Infra notifications> [apps] Tagadda edited [pull request #3100](https://github.com/YunoHost/apps/pull/3100): Update app levels according to CI results
[17:00:10]
<Yunohost Git/Infra notifications> [apps] Tagadda edited [pull request #3100](https://github.com/YunoHost/apps/pull/3100): Update app levels according to CI results
[17:00:11]
<Yunohost Git/Infra notifications> [apps] Tagadda edited [pull request #3100](https://github.com/YunoHost/apps/pull/3100): Update app levels according to CI results
[17:00:11]
<Yunohost Git/Infra notifications> [apps] Tagadda edited [pull request #3100](https://github.com/YunoHost/apps/pull/3100): Update app levels according to CI results
[17:00:28]
<Yunohost Git/Infra notifications> [apps] ericgaspar edited [pull request #3100](https://github.com/YunoHost/apps/pull/3100): Update app levels according to CI results
[17:00:28]
<Yunohost Git/Infra notifications> [apps] ericgaspar edited [pull request #3100](https://github.com/YunoHost/apps/pull/3100): Update app levels according to CI results
[17:00:28]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to update_app_levels: Update apps.toml ([08739f8f](https://github.com/YunoHost/apps/commit/08739f8fbdd04839a36c54fddb6ea9859222240e))
[17:00:29]
<Yunohost Git/Infra notifications> [mastodon_ynh] Thovi98 [commented](https://github.com/YunoHost-Apps/mastodon_ynh/pull/511#issuecomment-3225222222) on [issue #511](https://github.com/YunoHost-Apps/mastodon_ynh/pull/511) Convert to helpers2.1 and try to upgrade to latest version: Which workaround? 😇 (Im not familiar with ruby)
[17:00:29]
<Yunohost Git/Infra notifications> App django-fritzconnection goes down from level 6 to 3 in job [#21490](https://ci-apps.yunohost.org/ci/job/21490)
[17:00:29]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to main: Update app levels according to CI results (#3100) * Update app levels according to CI results * Glitchsoc stays 8 * U... ([c4555721](https://github.com/YunoHost/apps/commit/c4555721afbfce0b879274aeeba8e232806556e1))
[17:00:29]
<Yunohost Git/Infra notifications> [apps] ericgaspar approved [pull request #3100](https://github.com/YunoHost/apps/pull/3100#pullrequestreview-3156752415) Update app levels according to CI results
[17:00:30]
<Yunohost Git/Infra notifications> App synapse-admin failed all tests in job [#21010](https://ci-apps.yunohost.org/ci/job/21010) :(
[17:00:30]
<Yunohost Git/Infra notifications> [apps] ericgaspar deleted branch update_app_levels
[17:00:30]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #3100](https://github.com/YunoHost/apps/pull/3100): Update app levels according to CI results
[17:00:31]
<Yunohost Git/Infra notifications> App mirotalk rises from level 7 to 8 in job [#21631](https://ci-apps.yunohost.org/ci/job/21631) !
[17:00:31]
<Yunohost Git/Infra notifications> App rclone rises from level 7 to 8 in job [#21636](https://ci-apps.yunohost.org/ci/job/21636) !
[17:01:13]
<orhtej2> bot no longer loves my `!testme` :(
[17:01:14]
<Yunohost Git/Infra notifications> App it-tools goes down from level 7 to 3 in job [#21642](https://ci-apps.yunohost.org/ci/job/21642)
[17:01:39]
<tituspijean[m]> Can you try making your belonging in the YunoHost-Apps org public and not private? I think that's the issue.
[17:01:40]
<tituspijean[m]> (the webhook checks that the user belongs to the team to avoid spamming)
[17:02:11]
<orhtej2> did that, now it works, wasn't a requirement yesterday cf https://github.com/YunoHost-Apps/element-call_ynh/pull/56
[17:02:11]
<tituspijean[m]> (╯°□°)╯︵ ┻━┻
[17:02:12]
<orhtej2> https://aria.im/_bifrost/v1/media/download/ASBi2lVarRtZyRAexl4oX9aD38HRd03YyS9V3x9ikbNUeoqcoEOAtjIFMHGNF3lbhgxpai_8KNpk8WNp_7funGBCeZGtL7ygAGNpcmNsZWRzcXVhcmVyb290Lm92aC96a3JvVHhrY3czZmxkTTNOV01nYUNReTFleHFTRUFsaw
[17:02:12]
<orhtej2> I'm testing some apps lately and boy is the game of 'guess the credentials' strong in our catalog. We should make documentation push one day x_x
[17:02:55]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 46 pending update PRs
- 12 new apps PRs: audiobookshelf, code-server, element-call, invoiceninja5, jackett, jenkins, limesurvey, meilisearch, pluxml, snweb, trilium, wanderer
- 7 failed apps updates: litechat, onlyoffice, openemr, piped, plakar, prestashop, uptime-kuma
See the full log here: https://paste.yunohost.org/raw/elohoqayut
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[17:03:19]
<Yunohost Git/Infra notifications> App fider goes down from level 8 to 6 in job [#21649](https://ci-apps.yunohost.org/ci/job/21649)
[17:03:19]
<Yunohost Git/Infra notifications> Job [#21648](https://ci-apps.yunohost.org/ci/job/21648) for cachet failed miserably :(
[17:03:19]
<Yunohost Git/Infra notifications> Job [#21647](https://ci-apps.yunohost.org/ci/job/21647) for blogotext failed miserably :(
[17:03:29]
<Yunohost Git/Infra notifications> App gitlab-runner goes down from level 8 to 3 in job [#21651](https://ci-apps.yunohost.org/ci/job/21651)
[17:04:16]
<Yunohost Git/Infra notifications> App myspeed rises from level 7 to 8 in job [#21664](https://ci-apps.yunohost.org/ci/job/21664) !
[17:04:16]
<Yunohost Git/Infra notifications> App sshwifty rises from level 7 to 8 in job [#21665](https://ci-apps.yunohost.org/ci/job/21665) !
[17:04:16]
<Yunohost Git/Infra notifications> App sync-in rises from level 0 to 6 in job [#21671](https://ci-apps.yunohost.org/ci/job/21671) !
[17:13:31]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T created new branch update
[17:13:32]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T opened [pull request #565](https://github.com/YunoHost-Apps/synapse_ynh/pull/565): Update
[17:13:32]
<Yunohost Git/Infra notifications> [synapse_ynh/update] Remove not needed fastcgi_param - Josué Tille
[17:13:32]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T edited [pull request #565](https://github.com/YunoHost-Apps/synapse_ynh/pull/565): Update
[17:13:32]
<Yunohost Git/Infra notifications> [synapse_ynh/update] Upgrade synapse to 1.137.0 - App auto update
[17:13:33]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T pushed 2 commits to update ([cbd356d54a74^...79a55d244bd3](https://github.com/YunoHost-Apps/synapse_ynh/compare/cbd356d54a74^...79a55d244bd3))
[17:13:33]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T assigned Josue-T on [pull request #565](https://github.com/YunoHost-Apps/synapse_ynh/pull/565): Update
[17:14:17]
<Tagada> Ah non, c'était des changements dans la CI :') https://github.com/YunoHost/package_check/pull/198 https://ci-apps.yunohost.org/ci/job/21126
J'ai pas le courage de capter pourquoi tout de suite
[17:14:40]
<Yunohost Git/Infra notifications> [example_ynh] oleole39 [commented](https://github.com/YunoHost/example_ynh/pull/246#issuecomment-3227275264) on [issue #246](https://github.com/YunoHost/example_ynh/pull/246) Set file group permission to www-data: Ok, thanks for explaining
[17:14:40]
<Yunohost Git/Infra notifications> App synapse-admin failed all tests in job [#21010](https://ci-apps.yunohost.org/ci/job/21010) :(
[17:15:53]
<m606> Hello, I am trying to make `visible` prop referring to an option of another section of the same config_panel.toml but I have no success so far (that was working when referring to an option in the same section). Do you think this is possible ? https://github.com/YunoHost-Apps/marl_ynh/blob/1f14fbcb868b2e1961ebbec5c7a0489e0d025175/config_panel.toml#L123
[17:15:56]
<m606> hmm doc says no...
> Expressions are evaluated against a context containing previous values of the current section's options
https://doc.yunohost.org/packaging/advanced/config_panels
[17:16:00]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T merged [pull request #565](https://github.com/YunoHost-Apps/synapse_ynh/pull/565): Update
[17:16:01]
<Yunohost Git/Infra notifications> [synapse_ynh/testing] Upgrade synapse to 1.137.0 - App auto update
[17:16:01]
<Yunohost Git/Infra notifications> [synapse_ynh/testing] Remove not needed fastcgi_param - Josué Tille
[17:16:01]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T opened [pull request #566](https://github.com/YunoHost-Apps/synapse_ynh/pull/566): Testing
[17:16:01]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T pushed 3 commits to testing ([cc5641273c9c...c484c05ec078](https://github.com/YunoHost-Apps/synapse_ynh/compare/cc5641273c9c...c484c05ec078))
[17:16:02]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T deleted branch update
[17:16:02]
<Yunohost Git/Infra notifications> [synapse_ynh/testing] Auto-update READMEs - yunohost-bot
[17:17:54]
<Yunohost Git/Infra notifications> App gancio rises from level 6 to 8 in job [#21679](https://ci-apps.yunohost.org/ci/job/21679) !
[17:18:35]
<Yunohost Git/Infra notifications> [mastodon_ynh] OniriCorpe deleted branch ci-auto-update-4.4.2
[17:18:35]
<Yunohost Git/Infra notifications> [mastodon_ynh] OniriCorpe deleted branch ci-auto-update-4.4.0
[17:18:35]
<Yunohost Git/Infra notifications> [mastodon_ynh] OniriCorpe deleted branch ci-auto-update-4.4.1
[17:18:36]
<Yunohost Git/Infra notifications> [mastodon_ynh] OniriCorpe deleted branch ci-auto-update-4.4.3
[17:18:45]
<Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to gokapi-send: add Gokapi as an alternative to Firefox Send ([b1a175ee](https://github.com/YunoHost/apps/commit/b1a175ee3f539f7edf03122d8068c3eb91343504))
[17:18:45]
<Yunohost Git/Infra notifications> [apps] OniriCorpe created new branch gokapi-send
[17:18:46]
<Yunohost Git/Infra notifications> [apps] OniriCorpe merged [pull request #3101](https://github.com/YunoHost/apps/pull/3101): add Gokapi as an alternative to Firefox Send
[17:18:46]
<Yunohost Git/Infra notifications> [apps] OniriCorpe opened [pull request #3101](https://github.com/YunoHost/apps/pull/3101): add Gokapi as an alternative to Firefox Send
[17:18:46]
<Yunohost Git/Infra notifications> [apps] OniriCorpe deleted branch gokapi-send
[17:18:47]
<Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to main: add Gokapi as an alternative to Firefox Send ([295bfa59](https://github.com/YunoHost/apps/commit/295bfa59dc570e760679f904bd1fbce7941b2a72))
[17:19:15]
<Émy – OniriCorpe> i'm trying to fix random broken package upgrades, it's quite fun
[17:19:15]
<Yunohost Git/Infra notifications> OniriCorpe archived repository aeneria_ynh: æneria package for YunoHost https://github.com/YunoHost-Apps/aeneria_ynh
[17:19:15]
<Yunohost Git/Infra notifications> [vaultwarden_ynh] OniriCorpe pushed 1 commit to testing: fixes the admin interface link when theres a path ([cd0192a2](https://github.com/YunoHost-Apps/vaultwarden_ynh/commit/cd0192a2dc4cb271551fb3c06e100ed08c28adeb))
[17:19:16]
<Yunohost Git/Infra notifications> [apps] OniriCorpe created new branch aeneria-graveyard
[17:19:16]
<Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to aeneria-graveyard: move aeneria to graveyard ([22510013](https://github.com/YunoHost/apps/commit/2251001386f6a9e2c62c985a345c57491a45bd4e))
[17:19:16]
<Yunohost Git/Infra notifications> [apps] OniriCorpe edited [pull request #3102](https://github.com/YunoHost/apps/pull/3102): move aeneria to graveyard
[17:19:16]
<Yunohost Git/Infra notifications> [apps] OniriCorpe opened [pull request #3102](https://github.com/YunoHost/apps/pull/3102): move aeneria to graveyard
[17:19:17]
<Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to main: move aeneria to graveyard ([12669fb4](https://github.com/YunoHost/apps/commit/12669fb4a2cef505036f071cca4fbab6008c11c1))
[17:19:17]
<Yunohost Git/Infra notifications> [apps] OniriCorpe deleted branch aeneria-graveyard
[17:19:17]
<Yunohost Git/Infra notifications> [apps] OniriCorpe merged [pull request #3102](https://github.com/YunoHost/apps/pull/3102): move aeneria to graveyard
[17:19:18]
<Émy – OniriCorpe> oiseauroch is tagged as the maintainer of garage but is inactive since 2 years, should we remove them form the maitainer list so someone esle could jump in and become the new maintainer?
https://github.com/YunoHost-Apps/garage_ynh/commits?author=oiseauroch
[17:20:51]
<orhtej2> gauging from start/diamonds 18 people doesn't seem 'many', perhaps let's just bite the bullet?
[17:20:51]
<orhtej2> it is
[17:20:52]
<orhtej2> also did you notice PHP is crap? 💩 I'm trying to get `vvveb` to update to latest version and the install script keeps on throwing cryptic 'I have no clue which DB to use' errors ☠️
[17:20:52]
<orhtej2> and no, I'm not giving a random app access to `public` schema, why would it need it
[17:20:52]
<orhtej2> ```
{
"app": "install",
"requirements": [
"PHP extension mysqli is not installed",
"PHP extension mysqlnd is not installed"
],
"errors": [
"Db error: \"ERROR: 42501: permission denied for schema public\nLOCATION: aclcheck_error, aclchk.c:2843\n\n - \n - Array\n(\n [0] => Array\n (\n [file] => \/home\/jehtro\/src\/vvvweb\/system\/db\/pgsql.php\n [line] => 244\n [function] => query\n [class] => Vvveb\\System\\Db\\Pgsql\n [type] => ->\n )\n\n)\n\n\n - \n - Array\n(\n [0] => Array\n (\n [file] => \/home\/jehtro\/src\/vvvweb\/system\/db\/pgsql.php\n [line] => 244\n [function] => query\n [class] => Vvveb\\System\\Db\\Pgsql\n [type] => ->\n )\n\n)\n\n\nDROP TABLE IF EXISTS message;\n\nDROP SEQUENCE IF EXISTS message_seq;\nCREATE SEQUENCE message_seq;\n-- SELECT setval('message_seq', 0, true); -- last inserted id by sample data\n\n-- CREATE TABLE IF NOT EXISTS message (\nCREATE TABLE message (\n \"message_id\" int\n\n in message.sql\" Error code: \"0\""
],
"config": {
"engine": "pgsql",
"host": "127.0.0.1",
"database": "vvvweb",
"user": "vvvweb",
"password": "qwerty",
"port": null,
"prefix": ""
}
}
```
I'm open to 'the problem is obviously X' suggestions :(
[17:21:00]
<Yunohost Git/Infra notifications> [element_ynh] yunohost-bot opened [pull request #232](https://github.com/YunoHost-Apps/element_ynh/pull/232): Upgrade to v1.11.110
[17:21:01]
<Yunohost Git/Infra notifications> [penpot_ynh] yunohost-bot opened [pull request #143](https://github.com/YunoHost-Apps/penpot_ynh/pull/143): Upgrade to v2.9.0
[17:21:01]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 51 pending update PRs
- 8 new apps PRs: element, invoiceninja5, jackett, linkwarden, lychee, n8n, penpot, zwave-js-ui
- 7 failed apps updates: litechat, onlyoffice, openemr, piped, plakar, prestashop, uptime-kuma
See the full log here: https://paste.yunohost.org/raw/yizemipore
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[17:21:07]
<Yunohost Git/Infra notifications> App jackett goes down from level 7 to 1 in job [#21682](https://ci-apps.yunohost.org/ci/job/21682)
[17:24:27]
<Josué> Hello, can somebody update the ynh image for the CI on Yunohost 12.1. Seem that the CI still use Yunohost 12.0. Cf https://ci-apps-dev.yunohost.org/ci/job/12339
Or is it automatic ?
[17:24:38]
<Yunohost Git/Infra notifications> [apps] yunohost-bot opened [pull request #3103](https://github.com/YunoHost/apps/pull/3103): Add Drupal CMS to wishlist
[17:24:39]
<Yunohost Git/Infra notifications> [apps] ericgaspar closed [pull request #3103](https://github.com/YunoHost/apps/pull/3103): Add Drupal CMS to wishlist
[17:24:39]
<Yunohost Git/Infra notifications> [apps] yunohost-bot labeled Wishlist on [pull request #3103](https://github.com/YunoHost/apps/pull/3103): Add Drupal CMS to wishlist
[17:24:39]
<Yunohost Git/Infra notifications> [apps] ericgaspar [commented](https://github.com/YunoHost/apps/pull/3103#issuecomment-3232334800) on [issue #3103](https://github.com/YunoHost/apps/pull/3103) Add Drupal CMS to wishlist: isnt Drupal already part of the catalog? https://github.com/YunoHost-Apps/drupal_ynh
[17:24:41]
<orhtej2> > <@josue:tille.ch> Hello, can somebody update the ynh image for the CI on Yunohost 12.1. Seem that the CI still use Yunohost 12.0. Cf https://ci-apps-dev.yunohost.org/ci/job/12339
> Or is it automatic ?
There's some mixup with image regen script
[17:28:32]
<Yunohost Git/Infra notifications> App mautrix_signal failed all tests in job [#20995](https://ci-apps.yunohost.org/ci/job/20995) :(
[17:28:55]
<Yunohost Git/Infra notifications> [apps] OniriCorpe merged [pull request #3104](https://github.com/YunoHost/apps/pull/3104): move deprecated apps for more than 6 months to graveyard
[17:28:55]
<Yunohost Git/Infra notifications> [apps] OniriCorpe opened [pull request #3104](https://github.com/YunoHost/apps/pull/3104): move deprecated apps for more than 6 months to graveyard
[17:28:55]
<Yunohost Git/Infra notifications> [apps] OniriCorpe created new branch graveyard-update
[17:28:56]
<Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to main: move deprecated apps for more than 6 months to graveyard (#3104) * move deprecated apps for more than 6 months to grave... ([326633a1](https://github.com/YunoHost/apps/commit/326633a1ebdccae7771e2cb0ce3b5a3282db0e95))
[17:28:56]
<Yunohost Git/Infra notifications> [apps] OniriCorpe deleted branch graveyard-update
[17:28:56]
<Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to graveyard-update: move deprecated apps for more than 6 months to graveyard ([25e50675](https://github.com/YunoHost/apps/commit/25e5067555a3ade154b5ee0f6932f9ef2a2d4f0d))
[17:29:22]
<Yunohost Git/Infra notifications> App snserver rises from level 0 to 7 in job [#20762](https://ci-apps.yunohost.org/ci/job/20762) !
[17:29:48]
<Yunohost Git/Infra notifications> [borg_ynh] TabTwo [commented](https://github.com/YunoHost-Apps/borg_ynh/issues/159#issuecomment-3233440582) on [issue #159](https://github.com/YunoHost-Apps/borg_ynh/issues/159) Borg fails when file changes on disk during archive creation: I run into the same error after upgrading to 12.1
One thing thats a bit different, every app fails to be backupped with ...
[17:29:52]
<miro5001> > <@yunohostinfra:matrix.org> [apps] OniriCorpe merged [pull request #3104](https://github.com/YunoHost/apps/pull/3104): move deprecated apps for more than 6 months to graveyard
😢
[17:30:09]
<Yunohost Git/Infra notifications> [borg_ynh] fflorent [commented](https://github.com/YunoHost-Apps/borg_ynh/issues/159#issuecomment-3233742775) on [issue #159](https://github.com/YunoHost-Apps/borg_ynh/issues/159) Borg fails when file changes on disk during archive creation: @TabTwo Actually this error is just a generic one, the details are stored in /var/log/borg/DATE.log (where DATE is t...
[17:30:10]
<Aleks (he/him/il/lui)> Libreto noooooo
[17:30:10]
<Aleks (he/him/il/lui)> petit wiki parti tro vit
[17:30:28]
<tituspijean[m]> d'autant plus de retours que maintenant la page de mises à jour nous placarde les apps hors catalogue
[17:30:28]
<mathieuw> > <@Alekswag:matrix.org> petit wiki parti tro vit
J'ai eu peu ou prou la même réaction.
Je pense qu'on va avoir des retours : bien que dépréciée, l'app est utilisée.
[17:30:29]
<Aleks (he/him/il/lui)> telemetryyyyyy, docathonnnnnn, sandbox machiiiiines, fixing the lack of being able to join the support room as anonymous, aaaaaaaa
[17:30:29]
<mathieuw> (whispering: we need some telemetry, even if it's just a raw number of instances using each app)
[17:30:29]
<Aleks (he/him/il/lui)> 🫠
[17:30:30]
<Aleks (he/him/il/lui)> and PR-Lanta aaaaAAA
[17:30:30]
<mathieuw> Sawry :-(
It was not supposed to be an obnoxious input, and we're not supposed to feel any pressure to implement new features - we need to preserve ourselves, over everything else.
[17:30:30]
<miro5001> > <@Alekswag:matrix.org> telemetryyyyyy, docathonnnnnn, sandbox machiiiiines, fixing the lack of being able to join the support room as anonymous, aaaaaaaa
💆
[17:30:30]
<Aleks (he/him/il/lui)> is ok i was just like a bit overmwhelmed though motivated but there's so much stuff to work on in life aaaa 😅
[17:30:56]
<tituspijean[m]> It's uwu all the way down
[17:30:56]
<miro5001> Continuwuity, a community driven 2nd degree fork of Conduit
And
Tuwunel... Official successor to conduwuit
[17:31:19]
<mrflos> avec 12b on a dans les cartons de faire un formulaire YesWiki de type 'Libreto' pour lesquels on associerait des documents (etherpad mais aussi onlyoffice et autres) que l'on ordonnancerait comme une table de matieres, avec un look à la libreto, stay tuned
[17:31:19]
<mathieuw> > <@mrfloss:matrix.org> avec 12b on a dans les cartons de faire un formulaire YesWiki de type 'Libreto' pour lesquels on associerait des documents (etherpad mais aussi onlyoffice et autres) que l'on ordonnancerait comme une table de matieres, avec un look à la libreto, stay tuned
That's smart (and useful).
Aleks and Ljf can cross the project (for now) of rewriting Libreto from their frustration-driven-development-todolist
[17:31:19]
<mrflos> we may be working on it in during the clicathon in october, so if you have any suggestions, please get in touch
[17:35:53]
<Yunohost Git/Infra notifications> [mastodon_ynh] Tagadda pushed 1 commit to ldpreload: fix: LD_PRELOAD with a proper value ([e7f21311](https://github.com/YunoHost-Apps/mastodon_ynh/commit/e7f213118d206195f430e5cee0d4c58336410837))
[17:35:53]
<Yunohost Git/Infra notifications> [mastodon_ynh] Tagadda opened [pull request #518](https://github.com/YunoHost-Apps/mastodon_ynh/pull/518): LD_PRELOAD
[17:35:53]
<Yunohost Git/Infra notifications> [mastodon_ynh] Tagadda merged [pull request #511](https://github.com/YunoHost-Apps/mastodon_ynh/pull/511): Convert to helpers2.1 and try to upgrade to latest version
[17:35:53]
<Yunohost Git/Infra notifications> [mastodon_ynh] Tagadda created new branch ldpreload
[17:35:54]
<Yunohost Git/Infra notifications> [mastodon_ynh] Tagadda pushed 1 commit to ldpreload: hide warnings ([0114f2f9](https://github.com/YunoHost-Apps/mastodon_ynh/commit/0114f2f9b79a03241cffeff6bb18182938dda414))
[17:35:54]
<Émy – OniriCorpe> that's weird, the CI is stuck at `Adding gokapi's configuration files...` and i checked the files and they looks okay...
https://ci-apps-dev.yunohost.org/ci/job/12371
https://github.com/YunoHost-Apps/gokapi_ynh/pull/8
[17:36:00]
<Tagada> Émy – OniriCorpe: j'y jette un œil et j'en profite pour essayer d'upgrade les images vers 12.1.x
[17:36:03]
<Tagada> zblerg bon la CI est repartie mais toujours pas en 12.1
[17:36:06]
<Tagada> j'ai relancé ton job Émy – OniriCorpe
[17:36:07]
<Tagada> ah ben ça bloque encore
[17:36:07]
<Émy – OniriCorpe> Ben il fonctionnait je crois, juste le script se bloque
[17:36:07]
<Tagada> ah oui cette ligne là https://github.com/YunoHost-Apps/gokapi_ynh/pull/8/files#diff-6233345de4867c7ccf72bac1fc1067988d2a4c8e1ab9a746956eafccf88cfed2R30
[17:36:07]
<Émy – OniriCorpe> Ah ouais okay
[17:36:08]
<Émy – OniriCorpe> Elle servait à créer un user avant mais la y’a pu besoin
[17:36:08]
<Émy – OniriCorpe> Beh oui
[17:36:08]
<Tagada> depuis les logs https://paste.yunohost.org/ehijuzepaw.apache
[17:36:09]
<Émy – OniriCorpe> T’as corrigé comment ?
[17:36:09]
<Tagada> Yeah!! la ci-apps sur 12.1 :')
[17:36:09]
<Tagada> je vais noter quelques trucs sur la doc infra...
[17:36:09]
<Émy – OniriCorpe> Faut la supprimer en fait
[17:36:10]
<Émy – OniriCorpe> Waaa bravo
[17:36:10]
<Tagada> en utilisant le chemin absolue pour le dossier de destination
[17:36:10]
<Émy – OniriCorpe> .____. Okay
[17:36:11]
<miro5001> I'll just cut the first char
[17:36:11]
<miro5001> It has a leading slash
[17:36:11]
<orhtej2> __PATH__ does not contain the trailing slash?
[17:36:12]
<miro5001> The new lychee version doesn't seem to like it
[17:36:12]
<Tagada> meh, can't generate appci incus images for trixie, core-ci fails :/
[17:36:12]
<Thomas> > <@miro5001:matrix.org> how can I set `__PATH__` but without "/" in config files?
Like this https://github.com/YunoHost-Apps/weblate_ynh/blob/3cd7e7906df8a2832a781684ff1288576bf3e061/scripts/install#L23
[17:36:13]
<miro5001> how can I set `__PATH__` but without "/" in config files?
[17:36:13]
<miro5001> > <@thovi98:matrix.org> Like this https://github.com/YunoHost-Apps/weblate_ynh/blob/3cd7e7906df8a2832a781684ff1288576bf3e061/scripts/install#L23
It's /path - > path
[17:36:13]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 48 pending update PRs
- 13 new apps PRs: diagramsnet, ghost, gokapi, homarr, immich, invoiceninja5, jackett, lufi, marl, ollama, silverbullet, syncserver-rs, writefreely
- 6 failed apps updates: litechat, onlyoffice, openemr, plakar, prestashop, uptime-kuma
See the full log here: https://paste.yunohost.org/raw/iriyafijey
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[17:36:14]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T merged [pull request #566](https://github.com/YunoHost-Apps/synapse_ynh/pull/566): Testing
[17:36:14]
<Yunohost Git/Infra notifications> App synapse goes down from level 8 to 6 in job [#21702](https://ci-apps.yunohost.org/ci/job/21702)
[17:36:44]
<Yunohost Git/Infra notifications> [borg_ynh] TabTwo [commented](https://github.com/YunoHost-Apps/borg_ynh/issues/159#issuecomment-3239155480) on [issue #159](https://github.com/YunoHost-Apps/borg_ynh/issues/159) Borg fails when file changes on disk during archive creation: Ignore the element part, the same error happens for every installed app (like a dozen).
the date.err - log contains onl...
[17:36:58]
<Yunohost Git/Infra notifications> App overleaf goes down from level 8 to 6 in job [#21715](https://ci-apps.yunohost.org/ci/job/21715)
[17:37:04]
<Yunohost Git/Infra notifications> [mastodon_ynh] Thovi98 opened [pull request #519](https://github.com/YunoHost-Apps/mastodon_ynh/pull/519): ruby and nodejs resources
[17:37:05]
<Aleks (he/him/il/lui)> yeah sounds like an issue in the core
[17:37:05]
<Tagada> it's broked :x
[17:37:05]
<Thomas> Nodejs works very well! I've updated +- 10 apps without issues, it's nice 🥳
[17:37:06]
<Thomas> Yeah, and for go at restore:
https://ci-apps-dev.yunohost.org/ci/job/12389
[17:37:06]
<Aleks (he/him/il/lui)> uuuh
[17:37:06]
<Émy – OniriCorpe> As all of the yunohost volunteers 😎
[17:37:07]
<Aleks (he/him/il/lui)> ah i see
[17:37:07]
<Aleks (he/him/il/lui)> super confused, it's like it tries to call go stuff during nodejs provisioning o_O
[17:37:07]
<Émy – OniriCorpe> I’m super confused too, but it’s usual
[17:37:08]
<Aleks (he/him/il/lui)> it loads the helper which runs into this bit
```
# Auto-load Go path tweaks if this app uses the Go resource in the manifest
if [ -n "${go_version:-}" ] && (cat "$YNH_APP_BASEDIR/manifest.toml" | toml_to_json | jq -e ".resources.go" > /dev/null); then
_ynh_load_go_in_path_and_other_tweaks
fi
```
but go isnt provisioned yet
[17:37:08]
<Aleks (he/him/il/lui)> :pat:
[17:37:09]
<Aleks (he/him/il/lui)> https://aria.im/_bifrost/v1/media/download/ARc0i0bKp8mrgAAGLMYtIM9LwENeIJsHffyFzctYaKZeOYXJUv1I3FTKTFXmjX6X7DZuMhRtikU6iHhG_tvNHN5CeZGvMCcAAG1hdHJpeC5vcmcvYlJPWkRSRnVia0FDZUNSZlhDSUl2WWxJ
[17:37:10]
<Émy – OniriCorpe> Yeeeee I’m happy I’ve upgraded the Readeck package
I love Readeck 🙂↕️
[17:37:11]
<Aleks (he/him/il/lui)> should be fixed by https://github.com/YunoHost/yunohost/commit/7a2b6820bf7f79455ff2e844468d6d8dba10be6f, i will also have a look at the failed deprovisioning which is triggering a lot of mess
[17:37:13]
<Émy – OniriCorpe> [eric_G](https://matrix.to/#/@ericg:matrix.org) https://mograph.social/@lps/115117955508509313
[17:37:13]
<miro5001> https://aria.im/_bifrost/v1/media/download/AbXgfqBnDM1p1X9ZuNfP_8Rsu7ryLFzkKmndDb0Vywq79IcayLBKkfniy58uKaeOpfoatQ_eUjxCMht7TQj2qIhCeZGvMg0wAG1hdHJpeC5vcmcvc3BUQldMTHRsc1JOY1hxQldBZUlLcGVs
[17:37:13]
<Aleks (he/him/il/lui)> ah it should already fix the deprovisioning mess too
[17:37:14]
<Émy – OniriCorpe> Lmao YES
[17:37:14]
<miro5001> https://aria.im/_bifrost/v1/media/download/ARJa_wtMWaLcdAmv3VNCr7k6QKmWFgLsjCNvqMgM3Q2FZStEqhnv6hCvDR-1cfoakngosIGXV0G9--jpb-cC_DZCeZGvMg1AAG1hdHJpeC5vcmcvaGNSa3RNY1phbUpZem1qVFpnRlpTdnZ1
[17:37:14]
<Aleks (he/him/il/lui)> accurate represensation of contributors handling user support
[17:37:21]
<Yunohost Git/Infra notifications> [borg_ynh] fflorent labeled info needed on [issue #171](https://github.com/YunoHost-Apps/borg_ynh/issues/171): Borg backup fails "Could not run script: /etc/yunohost/hooks.d/backup_method/05-borg_app"
[17:37:21]
<Yunohost Git/Infra notifications> [borg_ynh] fflorent [commented](https://github.com/YunoHost-Apps/borg_ynh/issues/171#issuecomment-3239313656) on [issue #171](https://github.com/YunoHost-Apps/borg_ynh/issues/171) Borg backup fails "Could not run script: /etc/yunohost/hooks.d/backup_method/05-borg_app": @CodeShakingSheep Any news on this bug?
> I investigated this. When I manually try to run /var/www/borg/venv/bin/borg c...
[17:37:51]
<Yunohost Git/Infra notifications> [mastodon_ynh] Thatoo [commented](https://github.com/YunoHost-Apps/mastodon_ynh/issues/485#issuecomment-3239325400) on [issue #485](https://github.com/YunoHost-Apps/mastodon_ynh/issues/485) upgrade to 4.3.3 fails : Gem::Net::OpenTimeout: Well, Ill let you know next time I update it. But the situation will probably be quiet different then as this ynh wont...
[17:42:28]
<Yunohost Git/Infra notifications> alexAubin edited repository galene_ynh: Galène package for YunoHost https://github.com/YunoHost-Apps/galene_ynh
[17:42:39]
<Yunohost Git/Infra notifications> alexAubin archived repository adminer_ynh: Adminer package for YunoHost https://github.com/YunoHost-Apps/adminer_ynh
[17:42:39]
<Yunohost Git/Infra notifications> alexAubin archived repository acropolis_ynh: Acropolis package for YunoHost https://github.com/YunoHost-Apps/acropolis_ynh
[17:42:39]
<Yunohost Git/Infra notifications> alexAubin archived repository agendav_ynh: AgenDAV package for YunoHost https://github.com/YunoHost-Apps/agendav_ynh
[17:42:40]
<Yunohost Git/Infra notifications> alexAubin archived repository calckey_ynh: Calcket package for YunoHost https://github.com/YunoHost-Apps/calckey_ynh
[17:42:40]
<Yunohost Git/Infra notifications> alexAubin archived repository beehive_ynh: A flexible event/agent & automation system https://github.com/YunoHost-Apps/beehive_ynh
[17:42:40]
<Yunohost Git/Infra notifications> alexAubin archived repository blogotext_ynh: Blogotext package for YunoHost https://github.com/YunoHost-Apps/blogotext_ynh
[17:42:41]
<Yunohost Git/Infra notifications> alexAubin archived repository chtickynotes_ynh: Chtickynotes package for YunoHost https://github.com/YunoHost-Apps/chtickynotes_ynh
[17:42:41]
<Yunohost Git/Infra notifications> alexAubin archived repository chuwiki_ynh: ChuWiki package for YunoHost. https://github.com/YunoHost-Apps/chuwiki_ynh
[17:42:41]
<Yunohost Git/Infra notifications> alexAubin archived repository cheky_ynh: cheky package for YunoHost https://github.com/YunoHost-Apps/cheky_ynh
[17:42:41]
<Yunohost Git/Infra notifications> alexAubin archived repository bozon_ynh: BoZon package for YunoHost https://github.com/YunoHost-Apps/bozon_ynh
[17:42:42]
<Yunohost Git/Infra notifications> alexAubin archived repository facette_ynh: Facette packaged for YunoHost https://github.com/YunoHost-Apps/facette_ynh
[17:42:42]
<Yunohost Git/Infra notifications> alexAubin archived repository civicrm_drupal7_ynh: Constituent relationship management for non-profits, NGOs and advocacy organizations for YunoHost https://github.com/YunoHost-Apps/civicrm_drupal7_ynh
[17:42:42]
<Yunohost Git/Infra notifications> alexAubin archived repository commento_ynh: Commento package for YunoHost https://github.com/YunoHost-Apps/commento_ynh
[17:42:43]
<Yunohost Git/Infra notifications> alexAubin archived repository dispatch_ynh: Dispatch package for YunoHost https://github.com/YunoHost-Apps/dispatch_ynh
[17:42:43]
<Yunohost Git/Infra notifications> alexAubin archived repository distbin_ynh: Distributed pastebin with ActivityPub for YunoHost https://github.com/YunoHost-Apps/distbin_ynh
[17:42:43]
<Yunohost Git/Infra notifications> alexAubin archived repository getsimple_ynh: GetSimple package for YunoHost https://github.com/YunoHost-Apps/getsimple_ynh
[17:42:43]
<Yunohost Git/Infra notifications> alexAubin archived repository laverna_ynh: Laverna package for YunoHost https://github.com/YunoHost-Apps/laverna_ynh
[17:42:44]
<Yunohost Git/Infra notifications> alexAubin archived repository shellinabox_ynh: Shell In A Box package for YunoHost https://github.com/YunoHost-Apps/shellinabox_ynh
[17:42:44]
<Yunohost Git/Infra notifications> alexAubin archived repository minchat_ynh: Minimalist chat for YunoHost https://github.com/YunoHost-Apps/minchat_ynh
[17:42:44]
<Yunohost Git/Infra notifications> alexAubin archived repository mumble-web_ynh: Mumble web client package for YunoHost https://github.com/YunoHost-Apps/mumble-web_ynh
[17:42:44]
<Yunohost Git/Infra notifications> alexAubin archived repository ethercalc_ynh: EtherCalc package for YunoHost https://github.com/YunoHost-Apps/ethercalc_ynh
[17:42:45]
<Yunohost Git/Infra notifications> alexAubin archived repository tyto_ynh: Tyto package for YunoHost https://github.com/YunoHost-Apps/tyto_ynh
[17:42:45]
<Yunohost Git/Infra notifications> alexAubin archived repository simplytranslate_ynh: SimplyTranslate package for YunoHost https://github.com/YunoHost-Apps/simplytranslate_ynh
[17:42:45]
<Yunohost Git/Infra notifications> alexAubin archived repository slingcode_ynh: Slingcode package for YunoHost https://github.com/YunoHost-Apps/slingcode_ynh
[17:42:46]
<Yunohost Git/Infra notifications> alexAubin archived repository taskboard_ynh: TaskBoard package for YunoHost https://github.com/YunoHost-Apps/taskboard_ynh
[17:42:46]
<Yunohost Git/Infra notifications> alexAubin archived repository pico_ynh: Pico package for YunoHost https://github.com/YunoHost-Apps/pico_ynh
[17:42:46]
<Yunohost Git/Infra notifications> alexAubin archived repository halcyon_ynh: Halcyon package for YunoHost https://github.com/YunoHost-Apps/halcyon_ynh
[17:42:46]
<Yunohost Git/Infra notifications> alexAubin archived repository zap_ynh: Zap package for YunoHost https://github.com/YunoHost-Apps/zap_ynh
[17:42:47]
<Yunohost Git/Infra notifications> alexAubin archived repository yunomonitor_ynh: An home made automated tools to monitor your servers https://github.com/YunoHost-Apps/yunomonitor_ynh
[17:42:47]
<Yunohost Git/Infra notifications> alexAubin archived repository osada_ynh: Osada/Zap package for YunoHost https://github.com/YunoHost-Apps/osada_ynh
[17:42:47]
<Yunohost Git/Infra notifications> alexAubin archived repository searx_ynh: Searx package for YunoHost https://github.com/YunoHost-Apps/searx_ynh
[17:42:47]
<Yunohost Git/Infra notifications> alexAubin archived repository encryptor-decryptor_ynh: Easy-File-Encryptor-Decryptor package for YunoHost https://github.com/YunoHost-Apps/encryptor-decryptor_ynh
[17:42:48]
<Yunohost Git/Infra notifications> alexAubin archived repository strut_ynh: Strut package for YunoHost https://github.com/YunoHost-Apps/strut_ynh
[17:42:48]
<Yunohost Git/Infra notifications> alexAubin archived repository mineweb_ynh: MineWeb package for YunoHost https://github.com/YunoHost-Apps/mineweb_ynh
[17:42:48]
<Yunohost Git/Infra notifications> alexAubin archived repository munin_ynh: Munin package for YunoHost https://github.com/YunoHost-Apps/munin_ynh
[17:42:49]
<Yunohost Git/Infra notifications> alexAubin archived repository linuxdash_ynh: Linux-Dash package for YunoHost https://github.com/YunoHost-Apps/linuxdash_ynh
[17:42:49]
<Yunohost Git/Infra notifications> alexAubin archived repository simple-hash-generator_ynh: Simple Hash Generator package for YunoHost https://github.com/YunoHost-Apps/simple-hash-generator_ynh
[17:42:49]
<Yunohost Git/Infra notifications> alexAubin archived repository mautrix_facebook_ynh: A template for packaging mautrix bridges for YunoHost https://github.com/YunoHost-Apps/mautrix_facebook_ynh
[17:42:49]
<Yunohost Git/Infra notifications> alexAubin archived repository fluxbb_ynh: FluxBB package for YunoHost https://github.com/YunoHost-Apps/fluxbb_ynh
[17:42:50]
<Yunohost Git/Infra notifications> alexAubin archived repository prettynoemiecms_ynh: PrettyNoemieCMS package for YunoHost https://github.com/YunoHost-Apps/prettynoemiecms_ynh
[17:42:50]
<Yunohost Git/Infra notifications> alexAubin archived repository invoiceninja_ynh: InvoiceNinja package for YunoHost https://github.com/YunoHost-Apps/invoiceninja_ynh
[17:42:50]
<Yunohost Git/Infra notifications> alexAubin archived repository drupal7_ynh: Free and open-source content management framework for YunoHost https://github.com/YunoHost-Apps/drupal7_ynh
[17:42:51]
<Yunohost Git/Infra notifications> alexAubin archived repository filepizza_ynh: FilePizza package for YunoHost https://github.com/YunoHost-Apps/filepizza_ynh
[17:42:51]
<Yunohost Git/Infra notifications> alexAubin archived repository ssh_chroot_dir_ynh https://github.com/YunoHost-Apps/ssh_chroot_dir_ynh
[17:42:51]
<Yunohost Git/Infra notifications> alexAubin archived repository libreto_ynh: LibreTo package for YunoHost https://github.com/YunoHost-Apps/libreto_ynh
[17:42:52]
<Yunohost Git/Infra notifications> alexAubin archived repository osjs_ynh: Os-js package for YunoHost https://github.com/YunoHost-Apps/osjs_ynh
[17:42:52]
<Yunohost Git/Infra notifications> alexAubin archived repository shuri_ynh: Shuri packaged for YunoHost https://github.com/YunoHost-Apps/shuri_ynh
[17:42:52]
<Yunohost Git/Infra notifications> alexAubin archived repository wemawema_ynh: WemaWema package for YunoHost https://github.com/YunoHost-Apps/wemawema_ynh
[17:42:52]
<Yunohost Git/Infra notifications> alexAubin archived repository luckysheet_ynh: Luckysheet package for YunoHost https://github.com/YunoHost-Apps/luckysheet_ynh
[17:42:53]
<Yunohost Git/Infra notifications> alexAubin archived repository mindmaps_ynh: Mindmaps package for YunoHost https://github.com/YunoHost-Apps/mindmaps_ynh
[17:42:53]
<Yunohost Git/Infra notifications> alexAubin archived repository scrumblr_ynh: Scrumblr package for YunoHost https://github.com/YunoHost-Apps/scrumblr_ynh
[17:42:53]
<Yunohost Git/Infra notifications> alexAubin archived repository SitemagicCMS_ynh: Sitemagic CMS package for YunoHost https://github.com/YunoHost-Apps/SitemagicCMS_ynh
[17:42:54]
<miro5001> Ménage du printemps, en été 🌞
[17:42:54]
<Aleks (he/him/il/lui)> 📜
[17:43:11]
<Yunohost Git/Infra notifications> alexAubin archived repository mautrix_instagram_ynh https://github.com/YunoHost-Apps/mautrix_instagram_ynh
[17:43:11]
<Yunohost Git/Infra notifications> alexAubin archived repository freqtrade_ynh: Trading bot https://github.com/YunoHost-Apps/freqtrade_ynh
[17:43:11]
<Yunohost Git/Infra notifications> alexAubin archived repository shadowsocks_ynh: A secure socks5 proxy, designed to protect your Internet traffic. https://github.com/YunoHost-Apps/shadowsocks_ynh
[17:43:12]
<Yunohost Git/Infra notifications> alexAubin archived repository lnbits_ynh: LNbits, free and open-source lightning-network wallet/accounts system. https://github.com/YunoHost-Apps/lnbits_ynh
[17:43:12]
<Yunohost Git/Infra notifications> alexAubin archived repository zammad_ynh: Web-based, open source user support/ticketing solution. https://github.com/YunoHost-Apps/zammad_ynh
[17:43:12]
<Yunohost Git/Infra notifications> alexAubin archived repository karaokeforever_ynh: karaoke app package for YunoHost https://github.com/YunoHost-Apps/karaokeforever_ynh
[17:43:12]
<Yunohost Git/Infra notifications> alexAubin archived repository gollum_ynh: A simple, Git-powered wiki with a sweet API and local frontend, packaged with YunoHost and Docker. https://github.com/YunoHost-Apps/gollum_ynh
[17:43:13]
<Yunohost Git/Infra notifications> alexAubin archived repository mautrix_instagram2_ynh https://github.com/YunoHost-Apps/mautrix_instagram2_ynh
[17:43:13]
<Yunohost Git/Infra notifications> alexAubin archived repository healthchecks_ynh: A cron monitoring tool written in Python & Django https://github.com/YunoHost-Apps/healthchecks_ynh
[17:43:13]
<Yunohost Git/Infra notifications> alexAubin archived repository beatbump_ynh: Beatbump package for YunoHost https://github.com/YunoHost-Apps/beatbump_ynh
[17:43:14]
<Yunohost Git/Infra notifications> alexAubin archived repository buckets_ynh: Budget with Buckets Relay Server https://github.com/YunoHost-Apps/buckets_ynh
[17:43:14]
<Yunohost Git/Infra notifications> alexAubin archived repository heisenbridge_ynh: YunoHost package for Heisenbridge, a bouncer-style Matrix IRC bridge https://github.com/YunoHost-Apps/heisenbridge_ynh
[17:43:14]
<Yunohost Git/Infra notifications> alexAubin archived repository smithereen_ynh: Federated, ActivityPub-compatible social network server with friends, walls, and groups. https://github.com/grishka/Smithereen https://github.com/YunoHost-Apps/smithereen_ynh
[17:43:15]
<Yunohost Git/Infra notifications> alexAubin archived repository woodpecker-agent_ynh: Yunohost package for Woodpecker Agents, the CI runners for Woodpecker https://github.com/YunoHost-Apps/woodpecker-agent_ynh
[17:43:15]
<Yunohost Git/Infra notifications> alexAubin archived repository text2quiz_ynh: Tex2quiz package for YunoHost https://github.com/YunoHost-Apps/text2quiz_ynh
[17:43:15]
<Yunohost Git/Infra notifications> alexAubin archived repository homer_ynh: Homer package for YunoHost https://github.com/YunoHost-Apps/homer_ynh
[17:43:16]
<Yunohost Git/Infra notifications> alexAubin archived repository osp_ynh: Open Streaming Platform package for YunoHost https://github.com/YunoHost-Apps/osp_ynh
[17:43:16]
<Yunohost Git/Infra notifications> alexAubin archived repository paperless-ngx_docker_ynh: Dockerized Paperless-ngx (experimental) https://github.com/YunoHost-Apps/paperless-ngx_docker_ynh
[17:43:16]
<Yunohost Git/Infra notifications> alexAubin archived repository sieve_ynh: Sieve Script Editor packaged for YunoHost https://github.com/YunoHost-Apps/sieve_ynh
[17:43:17]
<Yunohost Git/Infra notifications> alexAubin archived repository wishthis_ynh: Wishthis package for YunoHost https://github.com/YunoHost-Apps/wishthis_ynh
[17:43:17]
<Yunohost Git/Infra notifications> alexAubin archived repository peppermint_ynh: Peppermint package for YunoHost https://github.com/YunoHost-Apps/peppermint_ynh
[17:43:17]
<Yunohost Git/Infra notifications> alexAubin archived repository cattr_ynh https://github.com/YunoHost-Apps/cattr_ynh
[17:43:18]
<Yunohost Git/Infra notifications> alexAubin archived repository mautrix_googlechat_ynh: Matrix Google Chat pupetting bridge for YunoHost https://github.com/YunoHost-Apps/mautrix_googlechat_ynh
[17:43:18]
<Yunohost Git/Infra notifications> alexAubin archived repository qfieldcloud_ynh: QFieldCloud is a web server to synchronize projects and data between QGIS and QField. It allows seamless synchronization of your field data with change tracking, team management and online-offline work capabilities. https://qfield.cloud/ https://github.com/YunoHost-Apps/qfieldcloud_ynh
[17:43:18]
<Yunohost Git/Infra notifications> alexAubin archived repository test_app_for_translation_ynh: This is a TEST APP to work on translating applications, do not interact with it plz :< https://github.com/YunoHost-Apps/test_app_for_translation_ynh
[17:43:19]
<Yunohost Git/Infra notifications> alexAubin archived repository theia_ide_ynh: A cloud & desktop IDE framework implemented in TypeScript. https://github.com/YunoHost-Apps/theia_ide_ynh
[17:43:19]
<Yunohost Git/Infra notifications> alexAubin archived repository gitea-runner_ynh: Gitea Runner package for YunoHost https://github.com/YunoHost-Apps/gitea-runner_ynh
[17:43:19]
<Yunohost Git/Infra notifications> alexAubin archived repository docker_django_example_ynh: Demo YunoHost Application to demonstrate the integration of a Django project via Docker under YunoHost. https://github.com/YunoHost-Apps/docker_django_example_ynh
[17:43:20]
<Yunohost Git/Infra notifications> alexAubin archived repository proxigram_ynh: Proxigram package for YunoHost https://github.com/YunoHost-Apps/proxigram_ynh
[17:43:20]
<Yunohost Git/Infra notifications> alexAubin archived repository kbin_ynh: Kbin is a decentralized content aggregator and microblogging platform running on the Fediverse network. https://github.com/YunoHost-Apps/kbin_ynh
[17:43:20]
<Yunohost Git/Infra notifications> alexAubin archived repository your_spotify_ynh: Your Spotify package for Yunohost https://github.com/YunoHost-Apps/your_spotify_ynh
[17:43:21]
<Yunohost Git/Infra notifications> alexAubin archived repository mailbag_ynh: MailBag package for YunoHost https://github.com/YunoHost-Apps/mailbag_ynh
[17:43:21]
<Yunohost Git/Infra notifications> alexAubin archived repository karadav_ynh: KaraDAV packaged for YunoHost https://github.com/YunoHost-Apps/karadav_ynh
[17:43:54]
<Yunohost Git/Infra notifications> [apps] yunohost-bot opened [pull request #3107](https://github.com/YunoHost/apps/pull/3107): Add mautrix-gmessages to wishlist
[17:43:54]
<Yunohost Git/Infra notifications> [apps] yunohost-bot labeled Wishlist on [pull request #3107](https://github.com/YunoHost/apps/pull/3107): Add mautrix-gmessages to wishlist
[17:43:54]
<Yunohost Git/Infra notifications> ericgaspar unarchived repository karadav_ynh: KaraDAV packaged for YunoHost https://github.com/YunoHost-Apps/karadav_ynh
[17:44:09]
<Yunohost Git/Infra notifications> [penpot_ynh] orhtej2 deleted branch ci-auto-update-2.9.0
[17:44:09]
<Yunohost Git/Infra notifications> [penpot_ynh] orhtej2 merged [pull request #143](https://github.com/YunoHost-Apps/penpot_ynh/pull/143): Upgrade to v2.9.0
[17:44:09]
<Yunohost Git/Infra notifications> [penpot_ynh] orhtej2 [commented](https://github.com/YunoHost-Apps/penpot_ynh/pull/142#issuecomment-3239537063) on [issue #142](https://github.com/YunoHost-Apps/penpot_ynh/pull/142) Testing: emsdk 4.0.13 + yolofix for trixie support: Checking....
[17:44:10]
<Yunohost Git/Infra notifications> [package_linter] orhtej2 pushed 1 commit to orhtej2-patch-1: Dont fail on packages from outside of the catalog ([548b3606](https://github.com/YunoHost/package_linter/commit/548b3606ea88f580af98b26b221dd5714ec5d30f))
[17:44:10]
<Yunohost Git/Infra notifications> [package_linter] orhtej2 opened [pull request #180](https://github.com/YunoHost/package_linter/pull/180): Dont fail on packages from outside of the catalog
[17:44:10]
<Yunohost Git/Infra notifications> [package_linter] orhtej2 created new branch orhtej2-patch-1
[17:44:11]
<Yunohost Git/Infra notifications> [apps] orhtej2 [commented](https://github.com/YunoHost/apps/pull/3089#issuecomment-3239546132) on [issue #3089](https://github.com/YunoHost/apps/pull/3089) Add tuwunel to the catalog: CI semi-passed, ~the failing linter
[17:44:11]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #3089](https://github.com/YunoHost/apps/pull/3089): Add tuwunel to the catalog
[17:44:11]
<Yunohost Git/Infra notifications> [apps] orhtej2 just made [pull request #3089](https://github.com/YunoHost/apps/pull/3089) ready for review: Add tuwunel to the catalog
[17:44:12]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to main: Add tuwunel to the catalog (#3089) * Add tuwunel to the catalog * Reformat so actions would STFU ([e49d14c4](https://github.com/YunoHost/apps/commit/e49d14c43f9b34ef8f30359634c4490f86ed8925))
[17:44:12]
<Yunohost Git/Infra notifications> [package_linter] alexAubin deleted branch orhtej2-patch-1
[17:44:12]
<Yunohost Git/Infra notifications> [package_linter] alexAubin merged [pull request #180](https://github.com/YunoHost/package_linter/pull/180): Dont fail on packages from outside of the catalog
[17:44:12]
<Yunohost Git/Infra notifications> [apps_tools] orhtej2 opened [pull request #47](https://github.com/YunoHost/apps_tools/pull/47): *_drupal are clashing with drupal7 counterparts in the graveyard
[17:44:13]
<Yunohost Git/Infra notifications> [apps] orhtej2 created new branch orhtej2-patch-1
[17:44:13]
<Yunohost Git/Infra notifications> [apps] orhtej2 pushed 1 commit to orhtej2-patch-1: Fix subtags for tube ([9c328d43](https://github.com/YunoHost/apps/commit/9c328d431ff6ee6393f99ccade2504853de07d00))
[17:44:13]
<Yunohost Git/Infra notifications> [apps] orhtej2 opened [pull request #3108](https://github.com/YunoHost/apps/pull/3108): Fix subtags for tube
[17:44:14]
<Yunohost Git/Infra notifications> [apps_tools] OniriCorpe [commented](https://github.com/YunoHost/apps_tools/pull/47#issuecomment-3239556588) on [issue #47](https://github.com/YunoHost/apps_tools/pull/47) *_drupal are clashing with drupal7 counterparts in the graveyard: it would be better to fix the matching code to only detect strings equality
[17:44:14]
<Yunohost Git/Infra notifications> [apps] OniriCorpe deleted branch orhtej2-patch-1
[17:44:14]
<Yunohost Git/Infra notifications> [apps] OniriCorpe merged [pull request #3108](https://github.com/YunoHost/apps/pull/3108): Fix subtags for tube
[17:44:15]
<Yunohost Git/Infra notifications> [apps_tools] OniriCorpe [commented](https://github.com/YunoHost/apps_tools/pull/47#issuecomment-3239559318) on [issue #47](https://github.com/YunoHost/apps_tools/pull/47) *_drupal are clashing with drupal7 counterparts in the graveyard: okay so @alexAubin what do you think of that? 📖
[17:44:15]
<Yunohost Git/Infra notifications> [apps_tools] orhtej2 [commented](https://github.com/YunoHost/apps_tools/pull/47#issuecomment-3239557712) on [issue #47](https://github.com/YunoHost/apps_tools/pull/47) *_drupal are clashing with drupal7 counterparts in the graveyard: I assumed the SequenceMatcher is there for a reason and went with the fix thats already in place, but Im open for re...
[17:44:15]
<Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to main: Fix subtags for tube (#3108) ([544eefab](https://github.com/YunoHost/apps/commit/544eefab668f2e6e6bbc5a686cb12d026158cc32))
[17:44:16]
<orhtej2> cf https://github.com/YunoHost/apps_tools/commit/04782b12a62e7f5bb5beee796ab988c2c0ccd35d
[17:44:16]
<Émy – OniriCorpe> we should better document our codebase...
[17:44:16]
<orhtej2> ```
# validate that the app is not (anymore?) in the wishlist
# we use fuzzy matching because the id in catalog may not be the same exact id as in the wishlist
# some entries are ignore-hard-coded, because e.g. radarr an readarr are really different apps...
```
[17:44:17]
<Émy – OniriCorpe> so LGTM i guess
[17:44:17]
<Émy – OniriCorpe> ah
[17:44:17]
<Yunohost Git/Infra notifications> [apps_tools] OniriCorpe approved [pull request #47](https://github.com/YunoHost/apps_tools/pull/47#pullrequestreview-3171253061) *_drupal are clashing with drupal7 counterparts in the graveyard
[17:44:18]
<Yunohost Git/Infra notifications> [penpot_ynh] orhtej2 [commented](https://github.com/YunoHost-Apps/penpot_ynh/pull/142#issuecomment-3239574726) on [issue #142](https://github.com/YunoHost-Apps/penpot_ynh/pull/142) Testing: emsdk 4.0.13 + yolofix for trixie support: Works just fine on Bookworm, we can circle around Trixie once more when Dev CI/testing installer is up
[17:44:18]
<Yunohost Git/Infra notifications> [penpot_ynh] orhtej2 merged [pull request #142](https://github.com/YunoHost-Apps/penpot_ynh/pull/142): Testing: emsdk 4.0.13 + yolofix for trixie support
[17:44:18]
<Yunohost Git/Infra notifications> [apps_tools] orhtej2 [commented](https://github.com/YunoHost/apps_tools/pull/47#issuecomment-3239575370) on [issue #47](https://github.com/YunoHost/apps_tools/pull/47) *_drupal are clashing with drupal7 counterparts in the graveyard: Context via 04782b12a62e7f5bb5beee796ab988c2c0ccd35d: # validate that the app is not (anymore?) in the wishlist...
[17:44:19]
<Yunohost Git/Infra notifications> [apps_tools] orhtej2 edited [pull request #47](https://github.com/YunoHost/apps_tools/pull/47): *drupal are clashing with drupal7 counterparts in the graveyard
[17:44:19]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 49 pending update PRs
- 4 new apps PRs: fluffychat, immich, jackett, many-notes
- 6 failed apps updates: litechat, onlyoffice, openemr, plakar, prestashop, uptime-kuma
See the full log here: https://paste.yunohost.org/raw/lisozehoqe
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[17:44:20]
<Yunohost Git/Infra notifications> [apps_tools] OniriCorpe pushed 1 commit to main: *drupal are clashing with drupal7 counterparts in the graveyard (#47) * *_drupal are clashing with drupal7 coun... ([c1969b58](https://github.com/YunoHost/apps_tools/commit/c1969b587f8548b36d0c9c732fefc7d56237e3ff))
[17:44:20]
<Yunohost Git/Infra notifications> [apps_tools] OniriCorpe merged [pull request #47](https://github.com/YunoHost/apps_tools/pull/47): *drupal are clashing with drupal7 counterparts in the graveyard
[17:44:21]
<Yunohost Git/Infra notifications> App penpot goes down from level 7 to 6 in job [#21727](https://ci-apps.yunohost.org/ci/job/21727)
[17:51:39]
<Yunohost Git/Infra notifications> Job [#21770](https://ci-apps.yunohost.org/ci/job/21770) for peertube_remote_runner failed miserably :(
[17:51:39]
<Yunohost Git/Infra notifications> Job [#21769](https://ci-apps.yunohost.org/ci/job/21769) for peertube-search-index failed miserably :(
[17:51:40]
<Yunohost Git/Infra notifications> Job [#21771](https://ci-apps.yunohost.org/ci/job/21771) for pelican failed miserably :(
[17:51:40]
<tituspijean[m]> I have stopped the CI while we try to debug it. Symptom: no IPv4 outbound connection.
[17:51:41]
<Thomas> And trixie
[17:51:41]
<Thomas> FYI the same issues appears on ci-dev
[18:03:41]
<Yunohost Git/Infra notifications> App penpot failed all tests in job [#21772](https://ci-apps.yunohost.org/ci/job/21772) :(
[18:04:35]
<Yunohost Git/Infra notifications> App nomad failed all tests in job [#21736](https://ci-apps.yunohost.org/ci/job/21736) :(
[18:12:23]
<Yunohost Git/Infra notifications> App outline failed all tests in job [#21757](https://ci-apps.yunohost.org/ci/job/21757) :(
[18:12:23]
<Yunohost Git/Infra notifications> App ofbiz goes down from level 7 to 3 in job [#21739](https://ci-apps.yunohost.org/ci/job/21739)
[18:12:24]
<Thomas> The ci-dev (the other ones too maybe?) didn't properly regen-conf postgresql? https://ci-apps-dev.yunohost.org/ci/job/12423
[18:21:15]
<Yunohost Git/Infra notifications> App pairdrop goes down from level 8 to 6 in job [#21763](https://ci-apps.yunohost.org/ci/job/21763)
[18:21:16]
<Yunohost Git/Infra notifications> App peachpub failed all tests in job [#21766](https://ci-apps.yunohost.org/ci/job/21766) :(
[18:22:43]
<Yunohost Git/Infra notifications> App phpboost failed all tests in job [#21782](https://ci-apps.yunohost.org/ci/job/21782) :(
[18:22:44]
<Yunohost Git/Infra notifications> App pgadmin goes down from level 8 to 6 in job [#21776](https://ci-apps.yunohost.org/ci/job/21776)
[18:23:02]
<tituspijean[m]> @orhtej2:circledsquareroot.ovhI claimed back 1.1GB with logs on ci-apps, it's not enough I think
[18:23:02]
<orhtej2> yeah, `penpot` if one of the disk-hungry apps :/
[18:23:02]
<orhtej2> CI is not happy with space left <- https://ci-apps.yunohost.org/ci/job/21772
[18:23:03]
<Yunohost Git/Infra notifications> [borg_ynh] rodinux pushed 1 commit to master: Update ADMIN.md correct path for archives backups ([dbdd2cf1](https://github.com/YunoHost-Apps/borg_ynh/commit/dbdd2cf104fa0a2fcaa131e23ce9cb861606afd6))
[18:23:03]
<Yunohost Git/Infra notifications> [borg_ynh] rodinux pushed 1 commit to testing: Update ADMIN.md correct path for archives backup ([247f4d02](https://github.com/YunoHost-Apps/borg_ynh/commit/247f4d027c6332169a230977bb5a145cc813a0ee))
[18:28:03]
<Yunohost Git/Infra notifications> App overleaf failed all tests in job [#21831](https://ci-apps.yunohost.org/ci/job/21831) :(
[18:29:53]
<Yunohost Git/Infra notifications> [piped_ynh] orhtej2 deleted branch ci-auto-update-2025.08.25
[18:29:53]
<Yunohost Git/Infra notifications> [piped_ynh] orhtej2 merged [pull request #228](https://github.com/YunoHost-Apps/piped_ynh/pull/228): Upgrade to v2025.08.25
[18:30:03]
<Yunohost Git/Infra notifications> [searxng_ynh] ewilly merged [pull request #423](https://github.com/YunoHost-Apps/searxng_ynh/pull/423): Upgrade to v2025.08.29
[18:30:04]
<Yunohost Git/Infra notifications> [searxng_ynh] github-actions[bot] opened [pull request #424](https://github.com/YunoHost-Apps/searxng_ynh/pull/424): Upgrade master from testing
[18:30:04]
<Yunohost Git/Infra notifications> [searxng_ynh] ewilly merged [pull request #424](https://github.com/YunoHost-Apps/searxng_ynh/pull/424): Upgrade master from testing
[18:30:04]
<Yunohost Git/Infra notifications> [searxng_ynh] ewilly deleted branch ci-auto-update-2025.08.29
[18:30:05]
<Yunohost Git/Infra notifications> [searxng_ynh] ewilly deleted branch master-promotion
[18:30:24]
<Yunohost Git/Infra notifications> App terraforming-mars goes down from level 8 to 6 in job [#21832](https://ci-apps.yunohost.org/ci/job/21832)
[18:33:53]
<Yunohost Git/Infra notifications> App searxng goes down from level 6 to 3 in job [#21833](https://ci-apps.yunohost.org/ci/job/21833)
[18:33:53]
<Yunohost Git/Infra notifications> Job [#21831](https://ci-apps.yunohost.org/ci/job/21831) for overleaf failed miserably :(
[18:36:30]
<Yunohost Git/Infra notifications> [mastodon_ynh] ericgaspar pushed 1 commit to testing: cleaning ([9d34db18](https://github.com/YunoHost-Apps/mastodon_ynh/commit/9d34db18df100918645c7f839d2d62bf44fc4d2d))
[18:36:31]
<Yunohost Git/Infra notifications> [mastodon_ynh] ericgaspar pushed 1 commit to testing: Update _common.sh ([edbf9871](https://github.com/YunoHost-Apps/mastodon_ynh/commit/edbf9871a19fd30634d86e7ff41d4f33b92521d4))
[18:36:31]
<Yunohost Git/Infra notifications> [mastodon_ynh] ericgaspar opened [pull request #520](https://github.com/YunoHost-Apps/mastodon_ynh/pull/520): Testing
[18:36:37]
<Yunohost Git/Infra notifications> [mastodon_ynh] ericgaspar closed [pull request #467](https://github.com/YunoHost-Apps/mastodon_ynh/pull/467): [autopatch] Automatic patch attempt for helpers 2.1
[18:36:37]
<Yunohost Git/Infra notifications> [mastodon_ynh] ericgaspar created new branch permission
[18:36:37]
<Yunohost Git/Infra notifications> [mastodon_ynh] ericgaspar pushed 1 commit to permission: cleaning ([8924efed](https://github.com/YunoHost-Apps/mastodon_ynh/commit/8924efedabefe76a7c4f327952a0e850611da8ee))
[18:36:38]
<Yunohost Git/Infra notifications> [mastodon_ynh] ericgaspar pushed 3 commits to ldpreload ([0114f2f9b79a...6afaa642f660](https://github.com/YunoHost-Apps/mastodon_ynh/compare/0114f2f9b79a...6afaa642f660))
[18:36:38]
<Yunohost Git/Infra notifications> [mastodon_ynh] ericgaspar edited [pull request #466](https://github.com/YunoHost-Apps/mastodon_ynh/pull/466): WIP: Remove custom swap helpers use new upstream helpers
[18:36:38]
<eric_G> is `nodejs` and `ruby` declared on manifest not yet supported by the CI? https://ci-apps-dev.yunohost.org/ci/job/12403
[18:36:39]
<Yunohost Git/Infra notifications> [mastodon_ynh/ldpreload] cleaning - eric_G
[18:36:40]
<Aleks (he/him/il/lui)> the default test is `home` though if i remember correctly
[18:36:40]
<miro5001> ```
> Validating that the app lychee can/can't be accessed with its URL...
URL : https://sub.domain.tld/
Title : Lychee v6
Content extract:
If you can read me, it means that you misconfigured Lychee.
```
[18:36:40]
<Aleks (he/him/il/lui)> (`admin` is just an arbitrary name i chose)
[18:36:41]
<Aleks (he/him/il/lui)> i suppose you can write something like here ? https://github.com/YunoHost-Apps/nextcloud_ynh/blob/master/tests.toml#L25
[18:36:41]
<Aleks (he/him/il/lui)> but anyway it says `you misconfigured Lychee` sooooo ? 😬
[18:36:42]
<miro5001> It's the same message since a long time :D
[18:36:42]
<miro5001> That's why it was always green even when it failed for the latest v
[18:36:42]
<miro5001> https://ci-apps-dev.yunohost.org/ci/job/4969
[18:36:43]
<Émy – OniriCorpe> Or you could make the gallery directory the base folder of nginx
[18:36:44]
<Aleks (he/him/il/lui)> Will try to regen images
[18:36:44]
<Thomas> > <@ericg:matrix.org> is `nodejs` and `ruby` declared on manifest not yet supported by the CI? https://ci-apps-dev.yunohost.org/ci/job/12403
It is but there is a bug for ruby, nodejs works fine
[18:36:45]
<Yunohost Git/Infra notifications> [mastodon_ynh] ericgaspar deleted branch ldpreload
[18:36:45]
<Yunohost Git/Infra notifications> [mastodon_ynh] ericgaspar merged [pull request #518](https://github.com/YunoHost-Apps/mastodon_ynh/pull/518): LD_PRELOAD
[18:36:45]
<miro5001> I'll try that
[18:36:46]
<Yunohost Git/Infra notifications> [redirect_ynh] olberger [commented](https://github.com/YunoHost-Apps/redirect_ynh/issues/36#issuecomment-3242210354) on [issue #36](https://github.com/YunoHost-Apps/redirect_ynh/issues/36) Redirect adds / to the url: Isnt this a duplicate to #7 ?
[18:36:50]
<Yunohost Git/Infra notifications> [mastodon_ynh] ericgaspar pushed 7 commits to permission ([8924efedabef...3ea39b244b91](https://github.com/YunoHost-Apps/mastodon_ynh/compare/8924efedabef...3ea39b244b91))
[18:36:50]
<Yunohost Git/Infra notifications> App indico failed all tests in job [#21839](https://ci-apps.yunohost.org/ci/job/21839) :(
[18:36:52]
<Yunohost Git/Infra notifications> [mastodon_ynh/permission] Merge branch testing into permission - eric_G
[18:36:53]
<Yunohost Git/Infra notifications> [mastodon_ynh/permission] Merge pull request #518 from YunoHost-Apps/ldpreload LD_PRELOAD - eric_G
[18:36:53]
<Yunohost Git/Infra notifications> [mastodon_ynh/permission] Merge branch ldpreload of https://github.com/YunoHost-Apps/mastodon_ynh into ldpreload - eric_G
[18:36:57]
<Yunohost Git/Infra notifications> [mastodon_ynh] ericgaspar pushed 1 commit to permission: cleaning ([24b842a7](https://github.com/YunoHost-Apps/mastodon_ynh/commit/24b842a772def1cf183da68c0e8de2f59c2206f4))
[18:36:57]
<Yunohost Git/Infra notifications> [redirect_ynh] olberger [commented](https://github.com/YunoHost-Apps/redirect_ynh/issues/38#issuecomment-3242330213) on [issue #38](https://github.com/YunoHost-Apps/redirect_ynh/issues/38) Add a request_uri from the option: Unless Im mistaken, the current behaviour is now to add a request_uri somehow... which may not suit all use cases, btw...
[18:42:45]
<Yunohost Git/Infra notifications> [redirect_ynh] MadMan247 [commented](https://github.com/YunoHost-Apps/redirect_ynh/issues/36#issuecomment-3242797828) on [issue #36](https://github.com/YunoHost-Apps/redirect_ynh/issues/36) Redirect adds / to the url: Seems more like the opposite.
[18:46:38]
<Yunohost Git/Infra notifications> [joplin_ynh] alexAubin pushed 1 commit to testing: Update install: make sure data_dir is owned by app ([a3625590](https://github.com/YunoHost-Apps/joplin_ynh/commit/a3625590bea5aff3ca8fadc9335543d5e84866e8))
[18:46:39]
<Yunohost Git/Infra notifications> [joplin_ynh] alexAubin merged [pull request #111](https://github.com/YunoHost-Apps/joplin_ynh/pull/111): Testing / make sure data_dir is owned by app at install
[18:46:39]
<Yunohost Git/Infra notifications> [joplin_ynh] alexAubin opened [pull request #111](https://github.com/YunoHost-Apps/joplin_ynh/pull/111): Testing / make sure data_dir is owned by app at install
[18:46:57]
<Yunohost Git/Infra notifications> App joplin failed all tests in job [#21840](https://ci-apps.yunohost.org/ci/job/21840) :(
[18:46:58]
<Aleks (he/him/il/lui)> hmmmmmm weird ?
[18:46:58]
<Aleks (he/him/il/lui)> not sure why there are postgresql auth issues suddently
[18:47:15]
<Aleks (he/him/il/lui)> hmmm i think i saw something similar on trixie because the postgresql dependency is pre-installed using apt on CI, but then it doesnt trigger the regen conf ... but why have we not seen this before 🤔
[18:47:15]
<Thomas> I don't know if it's a good workaround for now or it's better to find the soution?
[18:47:15]
<Thomas> > <@Alekswag:matrix.org> not sure why there are postgresql auth issues suddently
Adding if ynh_in_ci_tests
then
yunohost tools regen-conf postgresql
fi
In the ci helps.
https://ci-apps-dev.yunohost.org/ci/job/12455
[18:47:16]
<Émy – OniriCorpe> you're welcome! ^w^
[18:47:16]
<Émy – OniriCorpe> you now have the rights on this repo
[18:47:27]
<Émy – OniriCorpe> the maintainer is eric_G so i requested him a review
[18:47:27]
<Thomas> As we speak about merging pr's, https://github.com/YunoHost-Apps/rallly_ynh/pull/33 is ready for a while to be merged by a maintainer ^^
[18:47:28]
<Aleks (he/him/il/lui)> 🤔
[18:47:28]
<Thomas> The ruby resources works now too \o/
There is only a `WARNING ./provision_or_update_ruby: line 11: NB_CPU_TO_USE: command not found` but it doesn’t seem to hurt
https://ci-apps-dev.yunohost.org/ci/job/12403
[18:48:18]
<gildasgh> Hello everyone I'd like to get this PR merged, it's a fix for Restic packaging (currently broken) : https://github.com/YunoHost-Apps/restic_ynh/pull/36
And I'll love to become maintainer for this app and be able to merge future PRs
[18:48:19]
<gildasgh> Thank you !
[18:48:32]
<miro5001> I need some help with the lychee package, probably nginx config
[18:54:33]
<Aleks (he/him/il/lui)> https://doc.yunohost.org/packaging/manifest/resources/
[18:54:33]
<eric_G> any feasible automatic update to implement this to all apps?
[18:54:33]
<eric_G> some doc available?
[18:54:34]
<Aleks (he/him/il/lui)> eeeeeeeeeeh mayyyyybe
[18:54:49]
<eric_G> https://ci-apps-dev.yunohost.org/ci/job/12463
[18:54:50]
<eric_G> Is Go automatically deprovisioned by the remove script now? (I usually remove Go right after successfully building the app.)
[18:54:58]
<Aleks (he/him/il/lui)> aaaand there's a warning/error 😬
[18:54:59]
<Aleks (he/him/il/lui)> if using the go resource yes
[18:59:41]
<Aleks (he/him/il/lui)> i'm trying to have a look tonight until my brain crashes and i go starcraft ii
[18:59:41]
<Aleks (he/him/il/lui)> only 150 apps out of 600ish remaining in helpers v2.0 👀
[18:59:49]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 42 pending update PRs
- 15 new apps PRs: adventurelog, agora, cesium, dex, forgejo_runner, invoiceninja5, jackett, joplin, limesurvey, n8n, outline, readeck, shields, snipeit, tuwunel
- 5 failed apps updates: litechat, onlyoffice, openemr, plakar, prestashop
See the full log here: https://paste.yunohost.org/raw/becuwabonu
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[18:59:49]
<Yunohost Git/Infra notifications> [joplin_ynh] yunohost-bot opened [pull request #112](https://github.com/YunoHost-Apps/joplin_ynh/pull/112): Upgrade to v3.4.10
[18:59:50]
<Aleks (he/him/il/lui)> how do we feel about also removing empty _common.sh like, there's 400 apps for which it contains only comments / empty lines .... "only" 200ish with actual content ...
[18:59:50]
<Yunohost Git/Infra notifications> App tooljet rises from level 6 to 7 in job [#21844](https://ci-apps.yunohost.org/ci/job/21844) !
[18:59:51]
<Aleks (he/him/il/lui)> ^ will iterate on it and ideally run a loop to autocreate PR on the affected apps. Ideally I'd also like to cleanup the _common.sh because meh
[18:59:51]
<Yunohost Git/Infra notifications> [apps_tools] alexAubin pushed 1 commit to main: Add yolo script to convert legacy nodejs/ruby/composer/ruby to manifest resource ([61e6850d](https://github.com/YunoHost/apps_tools/commit/61e6850d6d42b592b733cca37be69d47a9413903))
[18:59:52]
<rodinux> https://github.com/YunoHost-Apps/zabbix_ynh/blob/8d860c312133ba62fe022959c27a5bd1ff81a302/scripts/upgrade#L53C1-L55C19
[18:59:52]
<Aleks (he/him/il/lui)> please point to the code directly
[18:59:52]
<rodinux> I try convert zabbix package to helper2.1, I have a line with `ynh_remove_extra_repo --name=zabbix`... how do I could change this one ??
[18:59:52]
<rodinux> also before there is a `ynh_package_update` ??
[18:59:53]
<rodinux> I think this not working since ??
[18:59:53]
<rodinux> I agree with you...
[18:59:53]
<rodinux> https://github.com/YunoHost-Apps/zabbix_ynh/blob/8d860c312133ba62fe022959c27a5bd1ff81a302/scripts/upgrade#L68
[18:59:53]
<Aleks (he/him/il/lui)> don't know what these lines are supposed to be doing ... the script doesnt interact with apt stuff anywhere else ... the package is updated via the regular extra repo stuff in the manifest : https://github.com/YunoHost-Apps/zabbix_ynh/blob/master/manifest.toml#L81
[18:59:54]
<Yunohost Git/Infra notifications> [freshrss_ynh] OniriCorpe opened [issue #212](https://github.com/YunoHost-Apps/freshrss_ynh/issues/212): post_user_delete hook isnt working
[18:59:54]
<Aleks (he/him/il/lui)> to me the lines you are pointing are just remant of old syntax and should be discarded
[18:59:54]
<Yunohost Git/Infra notifications> [freshrss_ynh] OniriCorpe edited [issue #212](https://github.com/YunoHost-Apps/freshrss_ynh/issues/212): post_user_delete hook isnt working
[18:59:55]
<Yunohost Git/Infra notifications> [freshrss_ynh] OniriCorpe labeled bug on [issue #212](https://github.com/YunoHost-Apps/freshrss_ynh/issues/212): post_user_delete hook isnt working
[18:59:55]
<rodinux> there is also an old line which have no sense `https://github.com/YunoHost-Apps/zabbix_ynh/blob/8d860c312133ba62fe022959c27a5bd1ff81a302/scripts/upgrade#L51` `ynh_remove_logrotate` but in the install script there isn't a ynh_use_logrotate ??
[18:59:55]
<Aleks (he/him/il/lui)> then yeah idk that's legacy just get rid of the line too ...
[18:59:56]
<rodinux> yes I think so
[18:59:56]
<rodinux> well there are some logs logrotate here
```
ls /var/log/zabbix-agent/
zabbix_agentd.log zabbix_agentd.log.2.gz zabbix_agentd.log.4.gz zabbix_agentd.log.6.gz
zabbix_agentd.log.1 zabbix_agentd.log.3.gz zabbix_agentd.log.5.gz zabbix_agentd.log.7.gz
```
not sure if I let it ??
[18:59:56]
<Aleks (he/him/il/lui)> 🫠
[18:59:56]
<Yunohost Git/Infra notifications> [freshrss_ynh] WARNING: unknown issues action: typed
[18:59:57]
<Aleks (he/him/il/lui)> or maybe `zabbix-agent` idk
[18:59:57]
<Aleks (he/him/il/lui)> ¯\_(ツ)_/¯
[18:59:57]
<Aleks (he/him/il/lui)> maybe it's zabbix's apt package that do ship logrotate itself already ...
[18:59:58]
<Aleks (he/him/il/lui)> yeah so that's shipped by the `zabbix-agent` apt/dpkg package
[18:59:58]
<Aleks (he/him/il/lui)> can you check `dpkg -S /etc/logrotate.d/zabbix` on a server running zabbix ?
[18:59:58]
<rodinux> ```
root@yuno:~# dpkg -S /etc/logrotate.d/zabbix
dpkg-query: no path found matching pattern /etc/logrotate.d/zabbix
root@yuno:~# dpkg -S /etc/logrotate.d/zabbix-agent
zabbix-agent: /etc/logrotate.d/zabbix-agent
root@yuno:~#
[18:59:59]
<rodinux> Do I keep the line so ? with `ynh_remove_logrotate`
[18:59:59]
<Aleks (he/him/il/lui)> nope
[18:59:59]
<rodinux> sorry... I think I will comment this line and see...
[18:59:59]
<Aleks (he/him/il/lui)> jesus christ i hope i can land the packaging v3 alpha/beta this year, packaging is just madness
[19:00:00]
<rodinux> ok
[19:00:00]
<Aleks (he/him/il/lui)> dude just remove the line ...
[19:00:00]
<rodinux> hummm or I let it, it was working like this...
[19:00:01]
<Aleks (he/him/il/lui)> which leads to the code being even less understandable
[19:00:01]
<Aleks (he/him/il/lui)> in computer development, having something that "works" is not the primary mission, it's only the secondary mission
[19:00:01]
<Aleks (he/him/il/lui)> the primary mission is having something that's maintainable and understanable by people
[19:00:01]
<Aleks (he/him/il/lui)> i've seen people not willing to touch code countless time, and then rather than touching the existing code they will be super-conservative and implement a whole bunch of convoluted workaround etc
[19:00:02]
<Aleks (he/him/il/lui)> if people reading the code can't understand why a line is there and will spend 10+ minutes wondering why it's there and won't know wether to keep it or not, that's a ~disaster
[19:00:02]
<Aleks (he/him/il/lui)> which leads to people being even less willing to edit the code because "it may break things"
[19:00:02]
<Aleks (he/him/il/lui)> which leads to bloat
[19:00:03]
<Yunohost Git/Infra notifications> Job [#21859](https://ci-apps.yunohost.org/ci/job/21859) for privatebin failed miserably :(
[19:00:03]
<Yunohost Git/Infra notifications> App linkwarden rises from level 7 to 8 in job [#21854](https://ci-apps.yunohost.org/ci/job/21854) !
[19:00:03]
<Aleks (he/him/il/lui)> same stuff applies to real life bureaucracy in fact
[19:00:04]
<Yunohost Git/Infra notifications> Job [#21860](https://ci-apps.yunohost.org/ci/job/21860) for readeck failed miserably :(
[19:02:32]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T created new branch fix_test
[19:02:32]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T opened [pull request #567](https://github.com/YunoHost-Apps/synapse_ynh/pull/567): Fix tests
[19:02:32]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T assigned Josue-T on [pull request #567](https://github.com/YunoHost-Apps/synapse_ynh/pull/567): Fix tests
[19:02:32]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T pushed 1 commit to old_version_for_CI_8: Fix permission params with Yunohost 12.1 ([df0cca38](https://github.com/YunoHost-Apps/synapse_ynh/commit/df0cca387a3dcf912162bf5e3e6cdca07012b493))
[19:02:33]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T pushed 1 commit to old_version_for_CI_10: Fix permission params with Yunohost 12.1 ([76235b65](https://github.com/YunoHost-Apps/synapse_ynh/commit/76235b65ff64f2ed39facf7485b4bbe516701976))
[19:02:33]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T pushed 1 commit to fix_test: Fix tests ([d0699df3](https://github.com/YunoHost-Apps/synapse_ynh/commit/d0699df38828ecc319ec1ef418d33823adf42629))
[19:02:33]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T created new branch old_version_for_CI_9
[19:02:34]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T pushed 1 commit to old_version_for_CI_9: Fix permission params with Yunohost 12.1 ([bca67e42](https://github.com/YunoHost-Apps/synapse_ynh/commit/bca67e42d34f51eca7d1df0efebd0d11c3ac27c6))
[19:02:34]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T pushed 1 commit to old_version_for_CI_6: Fix permission params with Yunohost 12.1 ([beb3a4e2](https://github.com/YunoHost-Apps/synapse_ynh/commit/beb3a4e202909101a61cb0a024227452e64bd522))
[19:02:34]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T created new branch old_version_for_CI_10
[19:02:35]
<Yunohost Git/Infra notifications> [syncthing_ynh] Thovi98 opened [pull request #219](https://github.com/YunoHost-Apps/syncthing_ynh/pull/219): Upgrade to helpers2.1
[19:06:53]
<Aleks (he/him/il/lui)> > <@Alekswag:matrix.org> how do we feel about also removing empty _common.sh like, there's 400 apps for which it contains only comments / empty lines .... "only" 200ish with actual content ...
(smol bump if you folks have an opinion)
[19:06:54]
<Thomas> I’ve always kept this file "in case it’s needed in the future", but it’s okay for me to remove it, it’s not difficult to add it again if needed
[19:12:22]
<miro5001> This will require removing `source _common.sh ` in every script
[19:18:28]
<tituspijean[m]> If that helps prepare the future, I agree with removing the already useless ones
[19:20:36]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T opened [pull request #568](https://github.com/YunoHost-Apps/synapse_ynh/pull/568): Fix tests
[19:20:36]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T pushed 1 commit to testing: Fix tests ([d0699df3](https://github.com/YunoHost-Apps/synapse_ynh/commit/d0699df38828ecc319ec1ef418d33823adf42629))
[19:20:36]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T merged [pull request #567](https://github.com/YunoHost-Apps/synapse_ynh/pull/567): Fix tests
[19:20:37]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T deleted branch fix_test
[19:20:57]
<Yunohost Git/Infra notifications> [apps] alexAubin created new branch alexAubin-patch-1
[19:20:57]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to alexAubin-patch-1: Move sync-in to synchronization, readflow to reading, sheetable to office ([ffa59e67](https://github.com/YunoHost/apps/commit/ffa59e670b89b8735a3cfdc04288ab4473ad8eed))
[19:20:57]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to main: Move sync-in to synchronization, readflow to reading, sheetable to office (#3112) ([c2f42011](https://github.com/YunoHost/apps/commit/c2f420115c0925cfbd277d26c10d1118ecffbea3))
[19:20:58]
<Yunohost Git/Infra notifications> [apps] alexAubin merged [pull request #3112](https://github.com/YunoHost/apps/pull/3112): Move sync-in to synchronization, readflow to reading, sheetable to office
[19:20:58]
<Yunohost Git/Infra notifications> [apps] alexAubin opened [pull request #3112](https://github.com/YunoHost/apps/pull/3112): Move sync-in to synchronization, readflow to reading, sheetable to office
[19:23:25]
<Yunohost Git/Infra notifications> [apps_tools] alexAubin pushed 1 commit to main: convert_to_nodejs_ruby_go_composer_resources: also get rid of empty _common.sh ([db0b6d90](https://github.com/YunoHost/apps_tools/commit/db0b6d9098bccd1097257a812fea9d590627499d))
[19:23:26]
<Aleks (he/him/il/lui)> :|
[19:23:26]
<Yunohost Git/Infra notifications> [apps_tools] alexAubin pushed 1 commit to main: convert_to_nodejs_ruby_go_composer_resources: also get rid of stale ynh_script_progression related to node/ruby/go ([65102f27](https://github.com/YunoHost/apps_tools/commit/65102f277bf20e19fee6bc122f4ebcbefc3a34e8))
[19:23:27]
<Aleks (he/him/il/lui)> Tooooooo looooong ~ https://www.youtube.com/watch?v=ROF4uNjrB4U
[19:23:27]
<Aleks (he/him/il/lui)> https://aria.im/_bifrost/v1/media/download/AVfCERFXr36wPI_8k2dE0bWjCY8rtCaIQ8veWxC-VDcP1NseZcIfAeBEs_ZcwL_fAtA6h3Yc5952j3iRNbbtf7hCeZG1KwlgAG1hdHJpeC5vcmcvY3puQ1RzU0NjT0x6VFBlU0xaUXZGRW54
[19:23:28]
<Yunohost Git/Infra notifications> App ftpgrab rises from level 6 to 7 in job [#21870](https://ci-apps.yunohost.org/ci/job/21870) !
[19:23:28]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to alexAubin-patch-2: Update apps.toml: copyparty branch is main ([09b72b7d](https://github.com/YunoHost/apps/commit/09b72b7d79bb7da7354355e8c68847c8c27f22c1))
[19:23:28]
<Yunohost Git/Infra notifications> [apps] alexAubin created new branch alexAubin-patch-2
[19:23:29]
<Aleks (he/him/il/lui)> hmm i already merged that wtf
[19:23:29]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to main: Update apps.toml: copyparty branch is main (#3113) ([51943515](https://github.com/YunoHost/apps/commit/519435157ab3cc0b935a742a0d4524f51c0e8667))
[19:23:29]
<Yunohost Git/Infra notifications> [apps] alexAubin opened [pull request #3113](https://github.com/YunoHost/apps/pull/3113): Update apps.toml: copyparty branch is main
[19:23:30]
<Yunohost Git/Infra notifications> [apps] alexAubin merged [pull request #3113](https://github.com/YunoHost/apps/pull/3113): Update apps.toml: copyparty branch is main
[19:23:30]
<Yunohost Git/Infra notifications> [apps] alexAubin deleted branch alexAubin-patch-2
[19:23:30]
<Yunohost Git/Infra notifications> [apps] alexAubin opened [pull request #3114](https://github.com/YunoHost/apps/pull/3114): Move sync-in to synchronization, readflow to reading, sheetable to office
[19:23:31]
<Yunohost Git/Infra notifications> [apps] alexAubin deleted branch alexAubin-patch-1
[19:23:31]
<Yunohost Git/Infra notifications> [apps] alexAubin closed [pull request #3114](https://github.com/YunoHost/apps/pull/3114): Move sync-in to synchronization, readflow to reading, sheetable to office
[19:23:32]
<Yunohost Git/Infra notifications> [apps] alexAubin deleted branch add-to-wishlist-drupal-cms
[19:23:32]
<Émy – OniriCorpe> weirdly, the `ynh_app_setting_set_default` helper seems to not work when its "key" parameter is key
like this:
`ynh_app_setting_set_default --key=key --value=$tktlol`
[19:23:32]
<Yunohost Git/Infra notifications> [apps] alexAubin deleted branch add-to-wishlist-sheetable
[19:23:33]
<Aleks (he/him/il/lui)> 🤔
[19:23:33]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to alexAubin-patch-1: Update apps.toml: plakar branch is main ([5159d46e](https://github.com/YunoHost/apps/commit/5159d46e011a7cd306d2e2027f6fef7c86cbaaee))
[19:23:33]
<Émy – OniriCorpe> i'm making the same face yeah
[19:59:46]
<Yunohost Git/Infra notifications> App tableaunoir failed all tests in job [#21899](https://ci-apps.yunohost.org/ci/job/21899) :(
[19:59:47]
<Yunohost Git/Infra notifications> App fittrackee failed all tests in job [#21906](https://ci-apps.yunohost.org/ci/job/21906) :(
[19:59:48]
<Yunohost Git/Infra notifications> App funkwhale failed all tests in job [#21907](https://ci-apps.yunohost.org/ci/job/21907) :(
[19:59:49]
<Yunohost Git/Infra notifications> App sharkey failed all tests in job [#21829](https://ci-apps.yunohost.org/ci/job/21829) :(
[19:59:51]
<Yunohost Git/Infra notifications> App fittrackee failed all tests in job [#21819](https://ci-apps.yunohost.org/ci/job/21819) :(
[19:59:52]
<Yunohost Git/Infra notifications> App peachpub failed all tests in job [#21766](https://ci-apps.yunohost.org/ci/job/21766) :(
[19:59:52]
<Yunohost Git/Infra notifications> App phpboost failed all tests in job [#21782](https://ci-apps.yunohost.org/ci/job/21782) :(
[19:59:53]
<tituspijean[m]> #yunohost:matrix.org as a consequence of https://forum.yunohost.org/t/matrix-apps-vulnerability-discovered-and-fixed/38105 and now that all main apps and servers have been updated, we will proceed with a room upgrade tomorrow (2025-09-04) around 19:00 CEST (if there's no important packaging session ongoing at that time here).
Make sure that your clients are up-to-date to be able to load the upgraded room. Your client needs to be compatible with Matrix rooms in version 12.
[19:59:54]
<Yunohost Git/Infra notifications> App airsonic failed all tests in job [#21805](https://ci-apps.yunohost.org/ci/job/21805) :(
[22:03:33]
<Yunohost Git/Infra notifications> [apps] zamentur edited [pull request #3094](https://github.com/YunoHost/apps/pull/3094): Add Super Productivity to wishlist
[22:03:34]
<Yunohost Git/Infra notifications> [apps] zamentur edited [pull request #3094](https://github.com/YunoHost/apps/pull/3094): Add Super Productivity to wishlist
[22:03:34]
<Yunohost Git/Infra notifications> [apps] zamentur edited [pull request #3094](https://github.com/YunoHost/apps/pull/3094): Add Super Productivity to wishlist
[22:03:35]
<Yunohost Git/Infra notifications> [apps] zamentur merged [pull request #3094](https://github.com/YunoHost/apps/pull/3094): Add Super Productivity to wishlist
[22:03:35]
<Yunohost Git/Infra notifications> [apps] zamentur deleted branch add-to-wishlist-super-productivity
[22:03:36]
<Yunohost Git/Infra notifications> [apps] zamentur pushed 1 commit to main: Add Super Productivity to wishlist ([5360c094](https://github.com/YunoHost/apps/commit/5360c0946de660d6832150b25dad9db253900e02))
[22:06:58]
<Yunohost Git/Infra notifications> [rustdesk-server_ynh] ericgaspar edited [pull request #36](https://github.com/YunoHost-Apps/rustdesk-server_ynh/pull/36): [autopatch] Automatic patch to use nodejs/ruby/go/compose resources + remove empty _common.sh
[22:06:58]
<Yunohost Git/Infra notifications> [rustdesk-server_ynh] ericgaspar merged [pull request #36](https://github.com/YunoHost-Apps/rustdesk-server_ynh/pull/36): [autopatch] Automatic patch to use nodejs/ruby/go/compose resources + remove empty _common.sh
[22:06:58]
<Yunohost Git/Infra notifications> App digiscreen failed all tests in job [#21365](https://ci-apps.yunohost.org/ci/job/21365) :(
[22:06:59]
<Yunohost Git/Infra notifications> App django-fmd goes down from level 3 to 1 in job [#21374](https://ci-apps.yunohost.org/ci/job/21374)
[22:06:59]
<Yunohost Git/Infra notifications> App forgejo_runner failed all tests in job [#21441](https://ci-apps.yunohost.org/ci/job/21441) :(
[22:06:59]
<Yunohost Git/Infra notifications> App django-fritzconnection rises from level 3 to 6 in job [#21376](https://ci-apps.yunohost.org/ci/job/21376) !
[22:07:01]
<Yunohost Git/Infra notifications> App framaforms failed all tests in job [#21444](https://ci-apps.yunohost.org/ci/job/21444) :(
[22:07:01]
<Yunohost Git/Infra notifications> App garage stays at level 3 in job [#21464](https://ci-apps.yunohost.org/ci/job/21464)
[22:07:01]
<Yunohost Git/Infra notifications> App horde failed all tests in job [#21466](https://ci-apps.yunohost.org/ci/job/21466) :(
[22:07:02]
<Yunohost Git/Infra notifications> App osjs failed all tests in job [#21469](https://ci-apps.yunohost.org/ci/job/21469) :(
[22:07:02]
<Yunohost Git/Infra notifications> App matrix-appservice-irc failed all tests in job [#21477](https://ci-apps.yunohost.org/ci/job/21477) :(
[22:07:03]
<Yunohost Git/Infra notifications> App mydrive failed all tests in job [#21479](https://ci-apps.yunohost.org/ci/job/21479) :(
[22:07:35]
<orhtej2> > <@tituspijean:matrix.org> yeah I saw that in the github logs. The bot answered with code 200, meaning "saw and did not act" instead of 204.
> we'd need to investigate further, but I'll have time only tonight sorry
I have a theory on this one, I've set branch protection rules with no bypass list so probably the push got rejected
[22:07:41]
<Thomas> Is the upgrade from legacy to ruby resources a core issue?
https://ci-apps-dev.yunohost.org/ci/job/12403
[22:07:42]
<Aleks (he/him/il/lui)> hmmmm probably ?
[22:07:50]
<Aleks (he/him/il/lui)> (i don't have time to look into it right now but feel free to open an issue such that it doesn't fall into oblivion)
[22:07:51]
<Thomas> Will do!
[22:07:51]
<Yunohost Git/Infra notifications> App mosquitto failed all tests in job [#21492](https://ci-apps.yunohost.org/ci/job/21492) :(
[22:07:51]
<Yunohost Git/Infra notifications> [wallabag2_ynh] biva opened [issue #238](https://github.com/YunoHost-Apps/wallabag2_ynh/issues/238): site credentials for lemonde.fr : change config file
[22:07:53]
<Yunohost Git/Infra notifications> App django-fritzconnection rises from level 3 to 6 in job [#21490](https://ci-apps.yunohost.org/ci/job/21490) !
[22:07:54]
<Yunohost Git/Infra notifications> App opentracker failed all tests in job [#21494](https://ci-apps.yunohost.org/ci/job/21494) :(
[22:07:54]
<Yunohost Git/Infra notifications> App invidious failed all tests in job [#21500](https://ci-apps.yunohost.org/ci/job/21500) :(
[22:07:55]
<Yunohost Git/Infra notifications> App django_example rises from level 3 to 6 in job [#21506](https://ci-apps.yunohost.org/ci/job/21506) !
[22:07:56]
<Yunohost Git/Infra notifications> App digiscreen failed all tests in job [#21520](https://ci-apps.yunohost.org/ci/job/21520) :(
[22:07:56]
<Yunohost Git/Infra notifications> App digipad failed all tests in job [#21512](https://ci-apps.yunohost.org/ci/job/21512) :(
[22:07:57]
<Yunohost Git/Infra notifications> App joplin failed all tests in job [#21548](https://ci-apps.yunohost.org/ci/job/21548) :(
[22:07:58]
<Yunohost Git/Infra notifications> App jeedom failed all tests in job [#21553](https://ci-apps.yunohost.org/ci/job/21553) :(
[22:07:58]
<Yunohost Git/Infra notifications> App z-push failed all tests in job [#21603](https://ci-apps.yunohost.org/ci/job/21603) :(
[22:07:58]
<Yunohost Git/Infra notifications> App plateau failed all tests in job [#21526](https://ci-apps.yunohost.org/ci/job/21526) :(
[22:07:59]
<Yunohost Git/Infra notifications> App homebox failed all tests in job [#21613](https://ci-apps.yunohost.org/ci/job/21613) :(
[22:07:59]
<Aleks (he/him/il/lui)> hmmm?
[22:07:59]
<Aleks (he/him/il/lui)> urghhh why are all the errors differeeeent
[22:08:00]
<Yunohost Git/Infra notifications> App mautrix_telegram failed all tests in job [#21617](https://ci-apps.yunohost.org/ci/job/21617) :(
[22:08:00]
<Aleks (he/him/il/lui)> yeah i was wondering ... we should really tweak the message to differentiate already-marked-as-level-0 vs actual regressions
[22:08:00]
<Aleks (he/him/il/lui)> or maybe these are apps already level 0
[22:08:01]
<Thomas> Mmh I effectly recognize most of them as already broken
[22:08:01]
<Thomas> Also there seem to be someone who continuouslty tries to make open-webui pass but it freezes CI (I've already stopped it once today, but I see it's there again and the next task is the same app) :/
[22:08:02]
<Thomas> https://ci-apps.yunohost.org/ci/
[22:08:02]
<tituspijean[m]> 11GB ?! damn AIs.
[22:08:02]
<Aleks (he/him/il/lui)> ah it's an AI interface ?
[22:08:03]
<Aleks (he/him/il/lui)> jesus fucking christ
[22:08:03]
<Yunohost Git/Infra notifications> Job [#21681](https://ci-apps.yunohost.org/ci/job/21681) for open-webui failed miserably :(
[22:08:03]
<Aleks (he/him/il/lui)> jesus christ i just want to trash it -_-
[22:08:04]
<Yunohost Git/Infra notifications> App nomad failed all tests in job [#21736](https://ci-apps.yunohost.org/ci/job/21736) :(
[22:08:04]
<Thomas> Should we at least disable the backup tests so it won't freeze CI as much as of now? (But it may lead to the situation where it's level 7 without knowing if backup works)
[22:08:06]
<Yunohost Git/Infra notifications> App ofbiz failed all tests in job [#21739](https://ci-apps.yunohost.org/ci/job/21739) :(
[22:08:06]
<Aleks (he/him/il/lui)> + if the base setup is 11G then yeah fuck that
[22:08:06]
<Yunohost Git/Infra notifications> App opentracker failed all tests in job [#21754](https://ci-apps.yunohost.org/ci/job/21754) :(
[22:08:07]
<Thomas> Yeah I agree more and more with that ^^
[22:08:07]
<Thomas> I’ve not the rights for that repo to change the tests.toml so if someone can do it, I (and the CI) would be grateful
[22:08:08]
<Émy – OniriCorpe> Lmaoooooo
New rule, if the app weight more than half a gigabyte, it’s out of catalog
[22:08:08]
<Aleks (he/him/il/lui)> https://www.youtube.com/watch?v=O1TFUEMzTvE
[22:08:35]
<Aleks (he/him/il/lui)> \+ if the base setup is 11G then yeah fuck that
[22:08:36]
<Aleks (he/him/il/lui)> the app catalog policy theoretically say that we don't include « AI for purposes deemed futile compared to the ecological and sociological costs involved behind the scenes » (imho basically any LLM is not justified unless somebody can demonstrate that the actual usefulness is worth the ecological+sociological cost ...)
[22:08:36]
<Aleks (he/him/il/lui)> *laughs in `node_modules`*
[22:08:36]
<Aleks (he/him/il/lui)> *laughs in `node_modules` *
[22:08:37]
<Aleks (he/him/il/lui)> could imagine have a <del>"bullshit score"</del>"technological complexity score" taking into how many services are needed, having to build shit locally, how much RAM / disk / CPU is consumed
[22:08:37]
<Émy – OniriCorpe> We could also remove points if the readme includes some shitty buzzwords like “AI”, “scalable”, “docker”, etc :3
[22:08:38]
<Aleks (he/him/il/lui)> I contain AI 🙀
[22:08:38]
<Émy – OniriCorpe> Concel alesk
[22:08:38]
<Aleks (he/him/il/lui)> https://aria.im/_bifrost/v1/media/download/AV_DOT1QTvAQudBpAWT2Zm3ycqUGRzrxg0xYK3Q2S-JOxvajzZYxihwxQwSWteD0xsGim9yBgOSho6s2nYs0eYZCeZG4_aGwAG1hdHJpeC5vcmcvS3lpdVNkaUJJT2pNbXdjYkVaVU5vb2VD
[22:08:39]
<Aleks (he/him/il/lui)> 🙀
[22:08:39]
<eric_G> `mon#REMOVEME? go_version="7.0"` 🤭
[22:08:40]
<Aleks (he/him/il/lui)> noooooo
[22:08:45]
<Émy – OniriCorpe> Does it fit on a floppy disk? No? Out of catalog
[22:08:46]
<Aleks (he/him/il/lui)> probably code written by AI<del>esk</del>
[22:08:47]
<Émy – OniriCorpe> Oh no
[22:08:47]
<tituspijean[m]> How many floppy disks? I remember Win98 with at least 4. xD
[22:08:47]
<Aleks (he/him/il/lui)> and the screensavers
[22:08:48]
<Aleks (he/him/il/lui)> or maybe just clippy
[22:08:48]
<Aleks (he/him/il/lui)> Well we won't include Win98 in the catalog then, duh
[22:08:49]
<Émy – OniriCorpe> And the solitaire
[22:08:49]
<Aleks (he/him/il/lui)> need a win98 screensaver alignment chart
[22:08:49]
<Yunohost Git/Infra notifications> Job [#21388](https://ci-apps.yunohost.org/ci/job/21388) for drupal7 failed miserably :(
[22:08:50]
<Yunohost Git/Infra notifications> Job [#21462](https://ci-apps.yunohost.org/ci/job/21462) for civicrm_drupal7 failed miserably :(
[22:08:50]
<Yunohost Git/Infra notifications> App peachpub failed all tests in job [#21766](https://ci-apps.yunohost.org/ci/job/21766) :(
[22:08:50]
<Yunohost Git/Infra notifications> App phpboost failed all tests in job [#21782](https://ci-apps.yunohost.org/ci/job/21782) :(
[22:08:51]
<Yunohost Git/Infra notifications> App fittrackee failed all tests in job [#21819](https://ci-apps.yunohost.org/ci/job/21819) :(
[22:08:51]
<Yunohost Git/Infra notifications> App sharkey failed all tests in job [#21829](https://ci-apps.yunohost.org/ci/job/21829) :(
[22:08:52]
<Yunohost Git/Infra notifications> App airsonic failed all tests in job [#21805](https://ci-apps.yunohost.org/ci/job/21805) :(
[22:08:52]
<Yunohost Git/Infra notifications> App joplin failed all tests in job [#21840](https://ci-apps.yunohost.org/ci/job/21840) :(
[22:08:52]
<Yunohost Git/Infra notifications> App mopidy failed all tests in job [#21887](https://ci-apps.yunohost.org/ci/job/21887) :(
[22:08:53]
<Yunohost Git/Infra notifications> App jupyterlab failed all tests in job [#21886](https://ci-apps.yunohost.org/ci/job/21886) :(
[22:08:53]
<Yunohost Git/Infra notifications> App superset goes down from level 6 to 3 in job [#21896](https://ci-apps.yunohost.org/ci/job/21896)
[22:08:53]
<Yunohost Git/Infra notifications> App joplin failed all tests in job [#21898](https://ci-apps.yunohost.org/ci/job/21898) :(
[22:08:54]
<Yunohost Git/Infra notifications> App tableaunoir failed all tests in job [#21899](https://ci-apps.yunohost.org/ci/job/21899) :(
[22:08:54]
<Yunohost Git/Infra notifications> App fittrackee failed all tests in job [#21906](https://ci-apps.yunohost.org/ci/job/21906) :(
[22:08:54]
<Yunohost Git/Infra notifications> App funkwhale failed all tests in job [#21907](https://ci-apps.yunohost.org/ci/job/21907) :(
[22:08:55]
<Émy – OniriCorpe> La CI partie jouer à silksong
[22:08:58]
<Yunohost Git/Infra notifications> App nextcloud goes down from level 8 to 6 in job [#21935](https://ci-apps.yunohost.org/ci/job/21935)