Thursday, April 18, 2024
apps@conference.yunohost.org
April
Mon Tue Wed Thu Fri Sat Sun
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
         
             

[01:42:29] <Yunohost Git/Infra notifications> App mautrix_facebook failed all tests in job [#25723](https://ci-apps.yunohost.org/ci/job/25723) :(
[01:47:03] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 74 pending update PRs
- 11 new apps PRs
- 5 failed apps updates: elasticsearch8, focalboard, owncloud, tvheadend, vikunja

See the full log here: http://paste.yunohost.org/raw/jelesegiho
[02:09:17] <Yunohost Git/Infra notifications> App lemmy goes down from level 8 to 6 in job [#25721](https://ci-apps.yunohost.org/ci/job/25721)
[05:03:07] <tituspijean> > there was force push to `master` and another one to `testing`?

Yeah, if I recall correctly, the initial push for the new Readme translations was done on master branches instead of testing branches.
It's a bit annoying but you would only need to do the "merge commits from master" once.
[06:29:43] <ChriChri> I'd be thankful for any tests and revisions: https://codeberg.org/ChriChri/flohmarkt_ynh
[07:27:07] <tituspijean> ChriChri: hey, since the repo is outside YunoHost-Apps, you cannot benifit from the CI. Since it's a really good way of testing a package, I have exceptionally added it to the dev CI: https://ci-apps-dev.yunohost.org/ci/job/15127
First step, add a tests.toml. 😉
You may click on Restart whenever you have added your fixes to the main branch.
[07:38:59] <tituspijean> btw I have cancelled the job, since it hangs waiting for a password to be set in the manifest arguments in tests.toml
[07:40:42] <ChriChri> > <@titus:pijean.ovh> ChriChri: hey, since the repo is outside YunoHost-Apps, you cannot benifit from the CI. Since it's a really good way of testing a package, I have exceptionally added it to the dev CI: https://ci-apps-dev.yunohost.org/ci/job/15127
> First step, add a tests.toml. 😉
> You may click on Restart whenever you have added your fixes to the main branch.

Thanks! I'll look into it!
[07:41:59] <ChriChri> > <@chrichri:librem.one> BTW: When I'd like to publish the app in the official repo, do I need to move the repo or is it possible to pull my repo from codeberg.org into github (or doesn't it have to be in github at all to be in the official app catalog)?

tituspijean?
[07:52:31] <Salamandar> > <@kayou:matrix.org> the issue is, all deps of onlyoffice are flagged as "can be removed"

oooh…
[07:53:15] <Salamandar> > <@Alekswag:matrix.org> in packaging v2 we shouldnt call apt helpers manually so T_T

yeah… I wanted to check which apps are still doing that
[07:53:16] <Yunohost Git/Infra notifications> [apps] yunohost-bot pushed 1 commit to add-to-wishlist-graphite: Add Graphite to wishlist ([ad333e78](https://github.com/YunoHost/apps/commit/ad333e784024d576157054c032b8d15651f0a5b9))
[07:53:17] <Yunohost Git/Infra notifications> [apps] yunohost-bot created new branch add-to-wishlist-graphite
[07:53:17] <Yunohost Git/Infra notifications> [apps] yunohost-bot opened [pull request #2247](https://github.com/YunoHost/apps/pull/2247): Add Graphite to wishlist
[07:53:17] <Yunohost Git/Infra notifications> [apps] yunohost-bot labeled Wishlist on [pull request #2247](https://github.com/YunoHost/apps/pull/2247): Add Graphite to wishlist
[07:53:19] <Salamandar> gonna do that
[07:53:32] <Salamandar> hopefully i have a new job so my broken framework laptop can be left unused…
[07:55:36] <kayou> some [ppl can't upgrade onlyoffice](https://forum.yunohost.org/t/onlyoffice-update-fails/29348) because of a conflict between libcurl4-openssl-dev and libcurl4-nss-dev
[07:56:05] <kayou> can we add an OR package in packaging V2?
[07:56:07] <kayou> https://github.com/YunoHost-Apps/onlyoffice_ynh/blob/6fad960ef104f0d96ebd38c3577330efd2c4ed57/manifest.toml#L74
[07:56:20] <kayou> "libcurl4-openssl-dev|libcurl4-nss-dev"
[07:56:45] <kayou> never tried framework
[07:57:37] <Salamandar> > <@kayou:matrix.org> never tried framework

It's really good but they fucked up their bios updates
[07:57:53] <Salamandar> > <@kayou:matrix.org> can we add an OR package in packaging V2?

hmmm
[07:59:39] <Salamandar> Only 16 apps still call `ynh_install_extra_app_dependencies`
[07:59:48] <Salamandar> (and i guess most of them are v1)
[07:59:55] <kayou> (it's another subject, sorry)
[08:13:44] <Yunohost Git/Infra notifications> App scovie goes down from level 8 to 3 in job [#25736](https://ci-apps.yunohost.org/ci/job/25736)
[09:26:42] <ljf> Hi, it seems the last vpnclient_ynh version is not working. We have 3 ARN users with problems which seems to appearz after the upgrade :/
[09:28:55] <ljf> HgO: ^
[09:30:45] <ljf> ```
2024-04-15 22:35:45,612: DEBUG - Apr 15 22:35:45 ynh-vpnclient[337443]: [CRIT] [CRIT] IPv4 routes are misconfigured !?
```
[09:33:03] <ljf> i have better logs but i can't share it on this public room
[09:35:12] <Aleks (he/him/il/lui)> https://github.com/YunoHost-Apps/vpnclient_ynh/blob/master/conf/ynh-vpnclient#L205

🤔
[09:35:18] <Aleks (he/him/il/lui)> Do you have some way to debug the system ?
[09:40:49] <HgO> Ah :/ Can you share the details somewhere else then?
[11:40:29] <tituspijean> > <@chrichri:librem.one> BTW: When I'd like to publish the app in the official repo, do I need to move the repo or is it possible to pull my repo from codeberg.org into github (or doesn't it have to be in github at all to be in the official app catalog)?

Being on github.com/YunoHost-Apps is not mandatory to be in the catalog.
It is however required to take advantage of the CI, the autoupdater, and the auto-README generator 😉
[11:41:31] <tituspijean> I don't think we can magically sync two repos (maybe with a Github Action?)
[12:16:08] <Yunohost Git/Infra notifications> [nextcloud_ynh] tio-trom [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/503#issuecomment-2063728633) on [issue #503](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/503) .well-known broken after update: Same here Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found...
[12:18:11] <Yunohost Git/Infra notifications> [nextcloud_ynh] tio-trom [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/503#issuecomment-2063728633) on [issue #503](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/503) .well-known broken after update: Same here Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found...
[13:05:38] <Aleks (he/him/il/lui)> https://forum.yunohost.org/t/about-the-amount-of-effort-to-put-in-packaging-and-maintenance-of-an-app/29360
[13:06:21] <orhtej2> > <@Alekswag:matrix.org> https://forum.yunohost.org/t/about-the-amount-of-effort-to-put-in-packaging-and-maintenance-of-an-app/29360

It depends
[13:07:53] <Salamandar> C'est gentil comme message
[13:08:20] <Salamandar> in english: that's a cute and nice message
[13:21:07] <Salamandar> lol
[14:22:38] <kayou> https://www.latitudes.cc/
[14:22:45] <kayou> je connaissais pas
[14:22:59] <kayou> (sorry, it's french only I think)
[14:26:56] <Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar pushed 1 commit to v2_PostgreSQL: remove upgrade_type ([09219ab7](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/09219ab72d1473e655f26752c698d6654eaee0c7))
[14:32:40] <Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/597#issuecomment-2064019853) on [issue #597](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/597) V2 postgresql: testme
[14:32:42] <Yunohost Git/Infra notifications> [nextcloud_ynh] yunohost-bot [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/597#issuecomment-2064020007) on [issue #597](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/597) V2 postgresql: :worm:
[[Test Badge](https://img.shields.io/endpoint?url=https://ci-apps-bookworm-dev.yunohost.org/ci/api/job/543/badge...
[14:32:43] <Yunohost Git/Infra notifications> [nextcloud_ynh] yunohost-bot [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/597#issuecomment-2064019992) on [issue #597](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/597) V2 postgresql: :carousel_horse:
[[Test Badge](https://img.shields.io/endpoint?url=https://ci-apps-dev.yunohost.org/ci/api/job/15129/ba...
[14:42:14] <Mathilde (CryptPad)> > <@kayou:matrix.org> https://www.latitudes.cc/

> Nos fidèles partenaires
[14:42:22] <Mathilde (CryptPad)> 100% PR marketing bs to be honest
[14:42:59] <Mathilde (CryptPad)> - LaFrencTech
- ImpactFrance
- etalab.gouv.fr
- Epittech
[14:43:00] <Mathilde (CryptPad)> lol
[14:44:43] <Mathilde (CryptPad)> > Ce sur quoi nous devons encore progresser
> ‍‍> L'empreinte environnementale de notre site
[14:44:43] <Mathilde (CryptPad)> > Ce sur quoi nous devons encore progresser
>
> ‍‍> L'empreinte environnementale de notre site
[14:45:05] <Mathilde (CryptPad)> > Ce sur quoi nous devons encore progresser
>
> > L'empreinte environnementale de notre site

[14:45:17] <Mathilde (CryptPad)> Qui vient avant
> L'accessibilité parfaite de l’ensemble des pages
[14:45:18] <Mathilde (CryptPad)> bref
[14:47:13] <Salamandar> > <@mgrunig:matrix.xwiki.com> - LaFrencTech
> - ImpactFrance
> - etalab.gouv.fr
> - Epittech

omg berk berk
[14:47:15] <Salamandar> à part etalab
[14:50:36] <tituspijean> Je navigue sur etalab, quand soudainement:

> Cartiflette : un outil facilitant la réalisation de cartes géographiques grâce à la récupération de fonds de cartes produits par des acteurs publics.

> Cartiflette

julien_lepers_je_dis_oui.gif
[14:58:01] <kayou> > <@titus:pijean.ovh> Je navigue sur etalab, quand soudainement:
>
> > Cartiflette : un outil facilitant la réalisation de cartes géographiques grâce à la récupération de fonds de cartes produits par des acteurs publics.
>
> > Cartiflette
>
> julien_lepers_je_dis_oui.gif

c'est Ale ks qui a trouvé le nom
[14:59:31] <Salamandar> ah ah
[14:59:44] <Salamandar> t'évites de le ping ?:p
[15:43:47] <kayou> vi
[15:56:36] <Bram> après il a bien vu le message vu ses réactions :')
[16:16:25] <Yunohost Git/Infra notifications> [apps] tituspijean edited [pull request #2247](https://github.com/YunoHost/apps/pull/2247): Add Graphite to wishlist
[16:16:47] <Yunohost Git/Infra notifications> [apps] tituspijean [commented](https://github.com/YunoHost/apps/pull/2247#issuecomment-2064413831) on [issue #2247](https://github.com/YunoHost/apps/pull/2247) Add Graphite to wishlist: There is no clear self-hosting documentation and the description is to be improved and translated.
[21:20:42] <ljf> > <@Alekswag:matrix.org> Do you have some way to debug the system ?

I think i can upgrade my own server, but that's not the good moment for me cause i wait very important mails...