Tuesday, April 18, 2023
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
             

[03:54:41] <Yunohost Git/Infra notifications> App gitlab goes down from level 8 to 6 in job [#15077](https://ci-apps.yunohost.org/ci/job/15077)
[05:15:49] <Yunohost Git/Infra notifications> App glitchsoc failed all tests in job [#15084](https://ci-apps.yunohost.org/ci/job/15084) :(
[08:45:06] <Yunohost Git/Infra notifications> [gitlab_ynh] @kay0u opened [pull request #216](https://github.com/YunoHost-Apps/gitlab_ynh/pull/216): Update check_process
[08:45:09] <Yunohost Git/Infra notifications> [gitlab_ynh] @kay0u pushed 1 commit to testing: Update check_process ([d89e56a1](https://github.com/YunoHost-Apps/gitlab_ynh/commit/d89e56a1f9fab443a7ed0ba3c321efde983585f5))
[08:45:10] <Yunohost Git/Infra notifications> [gitlab_ynh] @kay0u closed [pull request #216](https://github.com/YunoHost-Apps/gitlab_ynh/pull/216): Update check_process
[08:45:10] <Yunohost Git/Infra notifications> [gitlab_ynh] @kay0u opened [pull request #217](https://github.com/YunoHost-Apps/gitlab_ynh/pull/217): Update check_process
[08:45:11] <Yunohost Git/Infra notifications> [gitlab_ynh] @kay0u merged [pull request #217](https://github.com/YunoHost-Apps/gitlab_ynh/pull/217): Update check_process
[08:45:11] <Yunohost Git/Infra notifications> [gitlab_ynh] @kay0u pushed 2 commits to master ([8836d9cfa2e2...3717e61297c6](https://github.com/YunoHost-Apps/gitlab_ynh/compare/8836d9cfa2e2...3717e61297c6))
[08:45:33] <Yunohost Git/Infra notifications> [gitlab_ynh/master] Update check_process - Kayou
[08:45:36] <Yunohost Git/Infra notifications> [gitlab_ynh/master] Merge pull request #217 from YunoHost-Apps/testing Update check_process - Kayou
[08:56:38] <Yunohost Git/Infra notifications> App lufi goes down from level 8 to 6 in job [#15087](https://ci-apps.yunohost.org/ci/job/15087)
[09:49:09] <Spok> are there any stats regarding active installations of X app? Is there 'help wanted' list regarding app integrations?
[09:49:56] <Spok> > <@yunohostinfra:matrix.org> App glitchsoc failed all tests in job [#15084](https://ci-apps.yunohost.org/ci/job/15084) :(

because for instance this app as I understand should ship the latest building master, but perhaps noone cares it's 4m behind upstream
[10:12:47] <tituspijean[m]> > <@orhtej2:komuna.ovh> are there any stats regarding active installations of X app? Is there 'help wanted' list regarding app integrations?

nope and nope, but for the second one you check the "in progress" apps and the dashboard: https://dash.yunohost.org/
[10:15:42] <tituspijean[m]> > <@orhtej2:komuna.ovh> because for instance this app as I understand should ship the latest building master, but perhaps noone cares it's 4m behind upstream

Actual error is:

```
LoadError: Could not open library '/var/www/glitchsoc/live/vendor/bundle/ruby/3.0.0/gems/blurhash-0.1.6/lib/../ext/blurhash/encode.so': /var/www/glitchsoc/live/vendor/bundle/ruby/3.0.0/gems/blurhash-0.1.6/lib/../ext/blurhash/encode.so: cannot open shared object file: No such file or directory
```

This error is not present in the last tests in the testing PR: https://github.com/YunoHost-Apps/glitchsoc_ynh/pull/114
It looks like @lapineige does care that it is not up to date.
[10:19:05] <Spok> > <@titus:pijean.ovh> Actual error is:
>
> ```
> LoadError: Could not open library '/var/www/glitchsoc/live/vendor/bundle/ruby/3.0.0/gems/blurhash-0.1.6/lib/../ext/blurhash/encode.so': /var/www/glitchsoc/live/vendor/bundle/ruby/3.0.0/gems/blurhash-0.1.6/lib/../ext/blurhash/encode.so: cannot open shared object file: No such file or directory
> ```
>
> This error is not present in the last tests in the testing PR: https://github.com/YunoHost-Apps/glitchsoc_ynh/pull/114
> It looks like @lapineige does care that it is not up to date.

handy, thanks!
[10:28:30] <Spok> Nono, I'm not saying that's why it failed, I'm just stating the fact that according to the docs/lack of tagging in their repo they're doing rolling release

EDIT: Also, now I see it's maintained, nice :)
[16:09:13] <eric_G> I am running into an strange error in the `[Test 6/8] Backup/Restore` test for Lufi: https://ci-apps-dev.yunohost.org/ci/job/6820
[20:59:46] <rodinux[m]> Hello, I would like to try debu
[21:02:10] <rodinux[m]> they ask to do these steps
[21:02:10] <rodinux[m]>
Add GPG key:

mkdir -p -m 700 ~/.gnupg
curl -fsSL https://download.onlyoffice.com/GPG-KEY-ONLYOFFICE | gpg --no-default-keyring --keyring gnupg-ring:/tmp/onlyoffice.gpg --import
chmod 644 /tmp/onlyoffice.gpg
sudo chown root:root /tmp/onlyoffice.gpg
sudo mv /tmp/onlyoffice.gpg /usr/share/keyrings/onlyoffice.gpg

Add ONLYOFFICE Docs repository:

echo "deb [signed-by=/usr/share/keyrings/onlyoffice.gpg] https://download.onlyoffice.com/repo/debian squeeze main" | sudo tee /etc/apt/sources.list.d/onlyoffice.list

[21:02:12] <rodinux[m]> *try found how add the gpg sign on the repo for onlyoffice
[21:04:39] <rodinux[m]> I don't found how to do this on the script install...
[21:06:40] <rodinux[m]> Or I can put this code but after can't use `ynh_install_extra_app_dependencies`
[21:07:59] <rodinux[m]> after these steps, it would be nice to update and install just `onlyoffice-documentserver`
[21:11:20] <rodinux[m]> the problem is that they don't accept a apt-key from `hkp://keyserver.ubuntu.com`