Wednesday, August 21, 2024
apps@conference.yunohost.org
August
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
31
 
             

[01:51:43] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 32 pending update PRs
- 8 new apps PRs
See the full log here: http://paste.yunohost.org/raw/adufibogav
[05:00:45] <Yunohost Git/Infra notifications> Job [#29843](https://ci-apps.yunohost.org/ci/job/29843) for adminer failed miserably :(
[05:03:35] <Yunohost Git/Infra notifications> Job [#29854](https://ci-apps.yunohost.org/ci/job/29854) for rss-bridge failed miserably :(
[05:06:06] <Yunohost Git/Infra notifications> Job [#29856](https://ci-apps.yunohost.org/ci/job/29856) for x-prober failed miserably :(
[05:08:31] <Yunohost Git/Infra notifications> Job [#29857](https://ci-apps.yunohost.org/ci/job/29857) for actual failed miserably :(
[05:11:04] <Yunohost Git/Infra notifications> Job [#29858](https://ci-apps.yunohost.org/ci/job/29858) for vore failed miserably :(
[05:13:32] <Yunohost Git/Infra notifications> Job [#29859](https://ci-apps.yunohost.org/ci/job/29859) for zusam failed miserably :(
[05:16:05] <Yunohost Git/Infra notifications> Job [#29860](https://ci-apps.yunohost.org/ci/job/29860) for feber failed miserably :(
[05:18:24] <Yunohost Git/Infra notifications> Job [#29861](https://ci-apps.yunohost.org/ci/job/29861) for element failed miserably :(
[05:35:39] <kayou> :')
[05:38:06] <kayou> https://ci-apps.yunohost.org/ci/job/29843
[05:38:18] <kayou> this type of error break our ci?
[06:23:10] <Yunohost Git/Infra notifications> App vore goes down from level 8 to 6 in job [#29858](https://ci-apps.yunohost.org/ci/job/29858)
[14:49:51] <Yunohost Git/Infra notifications> [dokuwiki_ynh] Gofannon just made [pull request #114](https://github.com/YunoHost-Apps/dokuwiki_ynh/pull/114) ready for review: refactor nginx config
[14:49:53] <Yunohost Git/Infra notifications> [dokuwiki_ynh] Gofannon [commented](https://github.com/YunoHost-Apps/dokuwiki_ynh/pull/114#issuecomment-2302208875) on [issue #114](https://github.com/YunoHost-Apps/dokuwiki_ynh/pull/114) refactor nginx config: Small fix then, the refactor will not be done by myself
[14:52:22] <Yunohost Git/Infra notifications> [dokuwiki_ynh] Gofannon pushed 1 commit to testing: chore(linter) fix linter warning in CI (#114) When using regexp in the nginx location field (location ~ __PATH__), st... ([c1bfe4a5](https://github.com/YunoHost-Apps/dokuwiki_ynh/commit/c1bfe4a56d745bb7a5da863b1577338fa36b9c7d))
[14:52:22] <Yunohost Git/Infra notifications> [dokuwiki_ynh] Gofannon deleted branch fix/nginx_conf
[14:52:22] <Yunohost Git/Infra notifications> [dokuwiki_ynh] yunohost-bot pushed 1 commit to testing: Auto-update READMEs ([80a839b6](https://github.com/YunoHost-Apps/dokuwiki_ynh/commit/80a839b632dad002276f5a4c14c0a459f2171084))
[14:52:23] <Yunohost Git/Infra notifications> [dokuwiki_ynh] Gofannon merged [pull request #114](https://github.com/YunoHost-Apps/dokuwiki_ynh/pull/114): refactor nginx config
[15:31:49] <miro5001> In joomla upgrade, there is a lot of data that is lost. In instance plugins, modules, components, themes, etc that have been added after the first install.
What's the right way to keep them? They are located in different folders
[15:33:59] <Aleks (he/him/il/lui)> i guess the upgrade script is missing a --keep on its ynh_setup_source maybe ?
[15:36:50] <miro5001> `ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="configuration.php"`
Yes, it only keeps the config file
[16:48:52] <Yunohost Git/Infra notifications> [apps] yunohost-bot labeled Wishlist on [pull request #2534](https://github.com/YunoHost/apps/pull/2534): Add chibisafe to wishlist
[16:48:52] <Yunohost Git/Infra notifications> [apps] yunohost-bot pushed 1 commit to add-to-wishlist-chibisafe: Add chibisafe to wishlist ([032c9330](https://github.com/YunoHost/apps/commit/032c9330c920b4e61865b4f6776d75a24c6b90c9))
[16:48:52] <Yunohost Git/Infra notifications> [apps] yunohost-bot opened [pull request #2534](https://github.com/YunoHost/apps/pull/2534): Add chibisafe to wishlist
[18:55:58] <miro5001> > <@Alekswag:matrix.org> i guess the upgrade script is missing a --keep on its ynh_setup_source maybe ?

Does --keep=* work or should I list the folders?
[18:58:02] <miro5001> I thought --keep without a value would keep all
[19:28:42] <Aleks (he/him/il/lui)> "keep all" doesn't make sense, if you want to "keep everything" then you shouldnt be calling ynh_setup_source in the first place
[19:30:52] <Aleks (he/him/il/lui)> the point of ynh_setup_source is to install/upgrade the source folder, but this folder contains data / config stuff which you don't want to be overwritten, listed in --keep