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

[05:27:49] <templeos> Hi
[07:43:25] <oufmilo[m]> hello i've got a timeout with devbaseimgs.yunohost.org:8443
[08:09:06] <tituspijean> We have a planned downtime today for our main server, cf. announcement on the forum. :)
[08:17:46] <oufmilo[m]> > <@titus:pijean.ovh> We have a planned downtime today for our main server, cf. announcement on the forum. :)

Thanks & Good luck for the maintenance 💪
[08:20:40] <tituspijean> Well, we don't do have to do much, it's the people hosting our server who are doing the heavy lifting 😅
[08:28:06] <oufmilo[m]> > <@titus:pijean.ovh> Well, we don't do have to do much, it's the people hosting our server who are doing the heavy lifting 😅

so much better, you are already doing enough! 😉
[14:01:15] <eric_G> can someone with privilege restart the CI dev?
[14:02:52] <eric_G> ah it looks back to work.
[14:35:19] <eric_G> Aleks (he/him/il/lui): There is this issue in upgrading snappymail that I don't understand. https://github.com/YunoHost-Apps/snappymail_ynh/issues/97
[16:55:35] <Aleks (he/him/il/lui)> (pushed a fix in the core)
[16:56:05] <Aleks (he/him/il/lui)> (╯°□°)╯︵ ┻━┻
[16:59:52] <Aleks (he/him/il/lui)> annd nooow trying to fix the user home stuff:

```
root@foobar:/ynh-dev# usermod --home /var/www/ foobar
usermod: user foobar is currently used by process 291
```
[17:43:58] <oufmilo[m]> how to disable change_url in packaging v2 plz ?
[17:45:13] <oufmilo[m]> i don't understand why it's executing in my test ..
[17:48:54] <eric_G> what package are you working on?
[17:51:32] <oufmilo[m]> > <@ericg:matrix.org> what package are you working on?

bookwyrm_ynh
[17:52:24] <eric_G> where is your repo?
[17:53:06] <oufmilo[m]> > <@ericg:matrix.org> where is your repo?

https://github.com/oufmilo/bookwyrm_ynh/tree/V2
[17:54:07] <eric_G> you have to add something like `exclude = ["install.change_url]` in tests.toml
[17:54:07] <eric_G> but not sure about the syntax...
[17:54:20] <oufmilo[m]> > https://github.com/oufmilo/bookwyrm_ynh/tree/V2

https://yunorunner.travelpandas.eu/ci/job/25
[17:55:03] <oufmilo[m]> i don't understand my nginx problem :/
[17:56:49] <eric_G> what makes you think you have an NGINX problem?
[17:57:41] <oufmilo[m]> hum after restore i've this message --> Error: The connection attempt fall on NGINX default page.
[18:03:18] <eric_G> could be one of the services...
[18:19:19] <templeos> https://upload.magicbroccoli.de/3f24a0165eab13a1806a1df4635094f688ab3ce3/y0KrumTLC3gkQyzs2XRWIOd604hz1S7jOl8bCTcj/20ca1bd663aaeb075086d6a8bf3507f1_1024.jpg
[18:21:35] <eric_G> stange error on this test: https://ci-apps-dev.yunohost.org/ci/job/5732
[18:22:34] <templeos> https://upload.magicbroccoli.de/3f24a0165eab13a1806a1df4635094f688ab3ce3/Kmt0eMqEw9RlEPqdOQAgxEbwoFSpHmSRFNDoo2Rv/cc0537fcf723d48de2c83650942e3c28_1024.jpg
[18:23:49] <eric_G> on `[Test 7/8] Upgrade from Upgrade from #26` I have this error:
```
36046 WARNING Here's an extract of the logs before the crash. It might help debugging the error:
36046 INFO DEBUG - Building dependency tree...
36046 INFO DEBUG - Reading state information...
36046 INFO DEBUG - 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.
36047 INFO DEBUG - + [[ -n /tmp/tmp.eWX8Pzo0jI ]]
36047 INFO DEBUG - + rm --recursive --force /tmp/tmp.eWX8Pzo0jI
36047 INFO DEBUG - + ynh_package_is_installed 2fauth-ynh-deps
36047 INFO DEBUG - + ynh_wait_dpkg_free
36047 INFO DEBUG - + return 0
36047 INFO DEBUG - + dpkg-query --show '--showformat=${Status}' 2fauth-ynh-deps
36048 INFO DEBUG - + grep --count 'ok installed'
36048 INFO DEBUG - + rm /tmp/2fauth-ynh-deps.control
36048 INFO DEBUG - ++ ynh_package_is_installed postgresql-13
36048 INFO DEBUG - ++ ynh_wait_dpkg_free
36048 INFO DEBUG - ++ return 0
36048 INFO DEBUG - ++ dpkg-query --show '--showformat=${Status}' postgresql-13
36049 INFO DEBUG - ++ grep --count 'ok installed'
36049 INFO DEBUG - ++ echo no
36049 INFO DEBUG - + local psql_installed2=no
36049 INFO DEBUG - + [[ no != \n\o ]]
36049 INFO DEBUG - + ynh_exit_properly

```
[18:24:12] <eric_G> but for this package we are not using postgresql bu mysql 🤔
[20:13:28] <gredin67> ljf: I tried to apply your idea but I still cannot call config panel setters at upgrade for the migration to config panel
`yunohost app config set $app main.permissions.listrelay -v "$listrelay"`
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/pull/87/commits/8e4713f642074b1aded82c0fc2f9ecbe4183f809
[21:49:39] <oufmilo[m]> > <@ericg:matrix.org> you have to add something like `exclude = ["install.change_url]` in tests.toml

exclude = ["change_url"]

it's the good command thanks !