[03:12:46]
<Émy - OniriCorpe> aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa https://github.com/YunoHost-Apps/adguardhome_ynh/pull/154/#issuecomment-2106101830
[03:15:35]
<Émy - OniriCorpe> > <@oniricorpe:im.emelyne.eu> aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa https://github.com/YunoHost-Apps/adguardhome_ynh/pull/154/#issuecomment-2106101830
i'm thinking of NOT working on the DoT and DoQ part, i think the DoH is already pretty good for almost all cases ^^"
[06:01:39]
<Yunohost Git/Infra notifications> [apps] Salamandar approved [pull request #2323](https://github.com/YunoHost/apps/pull/2323#pullrequestreview-2051295906) Replace rebuild.sh / sourcesautoupdate.sh with a maintenance.sh to properly update cron job and auto-restart services when updating their code
[10:28:04]
<cmoi> what's the trick to update and application using a custom branch/repo without unininstall/reinstall?
[10:31:00]
<Aleks (he/him/il/lui)> `sudo yunohost app upgrade nextcloud -u https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing` (for example for nextcloud, branch testing)
[10:32:04]
<cmoi> thx
[11:36:31]
<selfhoster1312> i don't understand much about the resources system, but i find this particularly suspicious (in terms of bash footguns):
```
Attention : E: Unable to locate package (
Attention : E: Unable to locate package 10.9.0-bullseye)
```
[11:38:55]
<selfhoster1312> i've had to get rid of `ynh_install_app_dependencies` to work around it, using `ynh_package_install` instead (jellyfin_ynh had both for some reason?!)
[11:51:15]
<selfhoster1312> now it seems stuck on line 1161 https://paste.yunohost.org/aziqimaqox
[11:51:37]
<selfhoster1312> apparently the source unzip code tries to treat everything inside zip as a folder??
[11:55:00]
<Aleks (he/him/il/lui)> can't debug without seeing the original code
[11:56:11]
<selfhoster1312> it's a line i didn't touch in jellyfin_ynh install script:
> ynh_setup_source --dest_dir="/var/lib/jellyfin/plugins/LDAP Authentication" --source_id=plugin_ldap
[11:56:22]
<selfhoster1312> https://github.com/selfhoster1312/jellyfin_ynh/tree/10.9
[11:57:09]
<selfhoster1312> updating the manifest/update.py was easy now comes workaround time u_u
because the jellyfin package naming scheme has changed a lot since last release 2 years ago
[11:57:44]
<selfhoster1312> (and is not consistent between packages cf ffmpeg_bullseye vs server+deb11)
[11:59:09]
<Aleks (he/him/il/lui)> somehow ` in_subdir = false` was removed in https://github.com/selfhoster1312/jellyfin_ynh/commit/9754f7862e26ed5b8b2a6202b6f249f14cbc203f for `[resources.sources.plugin_ldap]`
[11:59:23]
<selfhoster1312> oh completely my fault then
[12:00:52]
<selfhoster1312> yes i see that in ynh_setup_source docs now u_u
[12:02:57]
<selfhoster1312> thanks Aleks (he/him/il/lui) you're my saviour <3
[12:03:37]
<selfhoster1312> with little chance i can do the update to jellyfin 10.9 today, can't wait for those >2 years of bugfixes ^^
[12:57:02]
<selfhoster1312> jellyfin 10.9 does not fix automatic server discovery via multicast :(
[13:54:11]
<selfhoster1312> obviously stupid from me but we may want a sanity check... running app remove from /etc/jellyfin produces tons of `sh: 0: getcwd() failed: No such file or directory` lines
[14:29:45]
<orhtej2> where does one write proposals for packaging features?
[14:29:46]
<orhtej2> Q: `bookworm` needs MongoDB upgrade to at least v6.0, **theoretically** a matter of installing new version in upgrade scripts, but perhaps if someone is using multiple apps that reference it there's no clear path forward. Given packages are called the same, would `mongo-org-server@7.0` still satisfy phony reference to `mongo-org-server` that resolved to 4.4? Do YNH app phony packages reference exact versions?
[14:29:46]
<orhtej2> > where does one write proposals for packaging features?
reported on Github
[14:29:46]
<orhtej2> > <selfhoster1312> obviously stupid from me but we may want a sanity check... running app remove from /etc/jellyfin produces tons of `sh: 0: getcwd() failed: No such file or directory` lines
this typically means your shell is in the directory that no longer exists, avoid standing in the dir that is to be deprovisioned
[14:29:46]
<Aleks (he/him/il/lui)> uuuuuh
[14:30:40]
<selfhoster1312> wow jellyfin 10.9 is so much faster oO
[14:31:46]
<Aleks (he/him/il/lui)> orhtej2: right now for example wekan depends on `mongodb-org` (in terms of apt dependencies) so if this packages it still installed it's "okay" (as far as apt/dpkg are concerned), but if moving to 6.x/7.x requiress installing a different packages which conflict with this one, apt will want to remove wekan's virtual depenncy
[14:31:54]
<Aleks (he/him/il/lui)> (dunno if this is what you're asking about)
[14:32:52]
<Aleks (he/him/il/lui)> as far as a i can see in what i tried in https://github.com/YunoHost-Apps/wekan_ynh/pull/284/files the package is still named the same (mongodb-org)
[14:33:16]
<Aleks (he/him/il/lui)> so if another app depends on mongodb, since mongodb-org will still be installed, it's okay - the virtual dependency doesn't pin a specific version or whatever
[14:33:50]
<Aleks (he/him/il/lui)> but still much concerning, i don't know how much backward-compatible mongo 6.x / 7.x is ...
[14:36:59]
<Salamandar> > where does one write proposals for packaging features?
There's a packaging v3 wishlist discussion issue !
[14:37:14]
<Salamandar> > <selfhoster1312> obviously stupid from me but we may want a sanity check... running app remove from /etc/jellyfin produces tons of `sh: 0: getcwd() failed: No such file or directory` lines
Yeah known bug...
[14:37:44]
<Salamandar> > <selfhoster1312> wow jellyfin 10.9 is so much faster oO
Ah nice, really ? Gotta test that branch then ! What about ram usage, did you see any changes ?
[14:37:55]
<selfhoster1312> the bug was me, but probably we should make sure we're not running remove command from a well-known config folder of the same app ^^
[14:38:12]
<selfhoster1312> err let me see i'm running the upgrade script again, give me 5 minutes
[14:38:42]
<selfhoster1312> (takes long because i need to restore backup 5GB of jellyfin metadata xDDD)
[14:39:24]
*selfhoster1312 was trying to upgrade the package via their live Jellyfin instance 👹️💣️
[14:40:20]
<selfhoster1312> btw Salamandar about https://github.com/YunoHost-Apps/jellyfin_ynh/pull/151
do you know what was causing those warnings? i have the same problem in the upgrade script
[15:08:33]
<selfhoster1312> hmm i think i broke login, how
[15:17:23]
<selfhoster1312> ```
[2024-05-12 17:16:39.527 +02:00] [WRN] [28] Jellyfin.Server.Implementations.Users.UserManager: User "test" was found with invalid/missing Authentication Provider "Jellyfin.Plugin.LDAP_Auth.LdapAuthenticationProviderPlugin". Assigning user to InvalidAuthProvider until this is corrected
```
[15:37:14]
<orhtej2> eric_G: regarding https://github.com/YunoHost-Apps/firefish_ynh/commits/try/ this still needs https://github.com/YunoHost-Apps/firefish_ynh/pull/20
[15:37:14]
<Yunohost Git/Infra notifications> [apps] alexAubin created new branch store-dark-mode
[15:37:14]
<orhtej2> > <@Alekswag:matrix.org> but still much concerning, i don't know how much backward-compatible mongo 6.x / 7.x is ...
That i dont know, we can audit all 3 or so apps in the catalog 🤷
[15:37:14]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to store-dark-mode: store: add dark mode ([353c7461](https://github.com/YunoHost/apps/commit/353c7461cb74989987c4b883ed82f86fd1b471b1))
[15:37:14]
<orhtej2> > <@Alekswag:matrix.org> orhtej2: right now for example wekan depends on `mongodb-org` (in terms of apt dependencies) so if this packages it still installed it's "okay" (as far as apt/dpkg are concerned), but if moving to 6.x/7.x requiress installing a different packages which conflict with this one, apt will want to remove wekan's virtual depenncy
Wekan is precisely the starting point pf this discussion, cf https://github.com/YunoHost-Apps/wekan_ynh/pull/316
[15:37:22]
<Yunohost Git/Infra notifications> [apps] alexAubin opened [pull request #2327](https://github.com/YunoHost/apps/pull/2327): store: add dark mode
[15:37:46]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to master: store: add dark mode (#2327) ([14a23a07](https://github.com/YunoHost/apps/commit/14a23a072dae97476615c526ff4fa825e6d41215))
[15:37:47]
<Yunohost Git/Infra notifications> [apps] alexAubin merged [pull request #2327](https://github.com/YunoHost/apps/pull/2327): store: add dark mode
[15:37:47]
<Yunohost Git/Infra notifications> [apps] alexAubin deleted branch store-dark-mode
[15:39:33]
<Aleks (he/him/il/lui)> https://apps.yunohost.org/ i haz dark modz
[15:43:18]
<Yunohost Git/Infra notifications> [apps] alexAubin deleted branch maintenance-script
[15:43:18]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to master: Replace rebuild.sh / sourcesautoupdate.sh with a maintenance.sh to properly update cron job and auto-restart services wh... ([cd59444f](https://github.com/YunoHost/apps/commit/cd59444f25cd5bfc36790ba00d346dfd5a1ef7c8))
[16:08:40]
<Yunohost Git/Infra notifications> App moodle goes down from level 8 to 6 in job [#26372](https://ci-apps.yunohost.org/ci/job/26372)
[16:20:38]
<Yunohost Git/Infra notifications> [apps] alexAubin created new branch store-cosmetics
[16:20:39]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to store-cosmetics: store/dash: cosmetics ([81017139](https://github.com/YunoHost/apps/commit/810171396bd9abb347120141e3e1b4e2e1ad4a11))
[16:21:03]
<Yunohost Git/Infra notifications> [apps] alexAubin deleted branch store-cosmetics
[16:21:04]
<Yunohost Git/Infra notifications> [apps] alexAubin merged [pull request #2328](https://github.com/YunoHost/apps/pull/2328): store/dash: cosmetics
[16:21:04]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to master: store/dash: cosmetics (#2328) ([9049043f](https://github.com/YunoHost/apps/commit/9049043f0b71d3f557a71119ea9ba0266b240595))
[16:24:31]
<Yunohost Git/Infra notifications> [apps] alexAubin created new branch maintenance-weird-offset
[16:24:31]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to maintenance-weird-offset: maintenance.sh: fix weird -1 offset ([aee2ea9e](https://github.com/YunoHost/apps/commit/aee2ea9e5544a2b0c0743a5c663aa15507745110))
[16:24:33]
<Yunohost Git/Infra notifications> [apps] alexAubin opened [pull request #2329](https://github.com/YunoHost/apps/pull/2329): maintenance.sh: fix weird -1 offset
[16:24:39]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to master: maintenance.sh: fix weird -1 offset (#2329) ([fc471d78](https://github.com/YunoHost/apps/commit/fc471d78c76859742c894bd64cd3cea2fbe9f75d))
[16:24:39]
<Yunohost Git/Infra notifications> [apps] alexAubin deleted branch maintenance-weird-offset
[16:24:39]
<Yunohost Git/Infra notifications> [apps] alexAubin merged [pull request #2329](https://github.com/YunoHost/apps/pull/2329): maintenance.sh: fix weird -1 offset
[16:27:24]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to zergmbrlg: zergmbrlg ([a2ab222b](https://github.com/YunoHost/apps/commit/a2ab222bf5fe84994da9d82407e51c4909aef6b5))
[16:27:24]
<Yunohost Git/Infra notifications> [apps] alexAubin created new branch zergmbrlg
[16:27:30]
<Yunohost Git/Infra notifications> [apps] alexAubin opened [pull request #2330](https://github.com/YunoHost/apps/pull/2330): zergmbrlg
[16:27:43]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to master: zergmbrlg (#2330) ([7b14350c](https://github.com/YunoHost/apps/commit/7b14350c64928c5aae2332ccf753bdfe9db52b4e))
[16:27:43]
<Yunohost Git/Infra notifications> [apps] alexAubin deleted branch zergmbrlg
[16:27:44]
<Yunohost Git/Infra notifications> [apps] alexAubin merged [pull request #2330](https://github.com/YunoHost/apps/pull/2330): zergmbrlg
[16:33:08]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to master: Add Pritunl to wishlist (#2220) * Add amomp3 to wishlist * Update wishlist.toml * Fix pritunl upstream --------- Co... ([1539cccf](https://github.com/YunoHost/apps/commit/1539cccf877f48f69331123f5ebe0a0b810e63c7))
[16:33:08]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #2220](https://github.com/YunoHost/apps/pull/2220): Add Pritunl to wishlist
[16:33:09]
<Yunohost Git/Infra notifications> [apps] ericgaspar deleted branch add-to-wishlist-amomp3
[16:33:21]
<Yunohost Git/Infra notifications> [apps] yunohost-bot pushed 1 commit to master: Automatically add dates to the catalog files ([252d0f6e](https://github.com/YunoHost/apps/commit/252d0f6efb5d8d39a06045138d7fb09732e6bce4))
[16:33:56]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 117 commits to add-to-wishlist-skybridge ([70c5ba67e7a1...6d581939ce7a](https://github.com/YunoHost/apps/compare/70c5ba67e7a1...6d581939ce7a))
[16:34:00]
<Yunohost Git/Infra notifications> [apps/add-to-wishlist-skybridge] Add Pritunl to wishlist (#2220) * Add amomp3 to wishlist * Update wishlist.toml * Fix pritunl upstream --------- Co... - YunoHost Bot
[16:34:05]
<Yunohost Git/Infra notifications> [apps/add-to-wishlist-skybridge] Automatically add dates to the catalog files - yunohost-bot
[16:34:15]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #2239](https://github.com/YunoHost/apps/pull/2239): Add Skybridge to wishlist
[16:34:16]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to master: Add Skybridge to wishlist (#2239) Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> ([4802f2a4](https://github.com/YunoHost/apps/commit/4802f2a4144ca849e88096ec05b0ade551e4e6ef))
[16:34:16]
<Yunohost Git/Infra notifications> [apps] ericgaspar deleted branch add-to-wishlist-skybridge
[16:36:35]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to master: Add Formbricks to wishlist (#2264) ([20de7729](https://github.com/YunoHost/apps/commit/20de77294fe2e6dc93ea7620ab2ce7088ee2577c))
[16:36:35]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #2264](https://github.com/YunoHost/apps/pull/2264): Add Formbricks to wishlist
[16:36:35]
<Yunohost Git/Infra notifications> [apps] ericgaspar deleted branch add-to-wishlist-formbricks
[16:36:53]
<Yunohost Git/Infra notifications> [apps] yunohost-bot pushed 1 commit to master: Automatically add dates to the catalog files ([8d3c22cb](https://github.com/YunoHost/apps/commit/8d3c22cba267acf7195b14e6671cf82e634de2a5))
[16:37:18]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to master: Add NOE to wishlist (#2266) ([0d1b4b61](https://github.com/YunoHost/apps/commit/0d1b4b61a78ca7dd9efc4cf6de2dd5bd2b5978db))
[16:37:19]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #2266](https://github.com/YunoHost/apps/pull/2266): Add NOE to wishlist
[16:37:19]
<Yunohost Git/Infra notifications> [apps] ericgaspar deleted branch add-to-wishlist-noe
[16:37:33]
<Yunohost Git/Infra notifications> [apps] yunohost-bot pushed 1 commit to master: Automatically add dates to the catalog files ([2ac632d8](https://github.com/YunoHost/apps/commit/2ac632d81b09f92af5b5c53f474251dff635c4b5))
[16:43:06]
<eric_G> orhtej2: I cancel iceshrimp on CI : was stuck to update from... (I guess that should be removed form tests)
[16:44:51]
<orhtej2> > <@ericg:matrix.org> orhtej2: I cancel iceshrimp on CI : was stuck to update from... (I guess that should be removed form tests)
uh-oh, yeah probably but sub par experience TBH, perhaps we should tag forked version?
[16:44:52]
<orhtej2> (I did same treatment to fireshish, iceshrimp and sharkey, probably we should merge them all)
[16:54:23]
<orhtej2> also-also `bookworm` CI runs out of memory while building firefish, it did install locally but that's not perfect experience TBH
[16:54:23]
<eric_G> facing another PHP version issue on Movim 🫠 https://ci-apps-dev.yunohost.org/ci/job/15415
[16:57:21]
<Aleks (he/him/il/lui)> (╯°□°)╯︵ ┻━┻
[17:06:15]
<selfhoster1312> does ynh_setup_source from zip resource ensure latest version is used?
[17:06:28]
<selfhoster1312> i had to upgrade jellyfin ldap plugin manually after upgrade (but fresh install worked)
[17:08:55]
<Aleks (he/him/il/lui)> ynh_setup_source is essentially just a wrapper around wget / tar, it has no notion of "latest version", it just uses the url from the manifest
[17:09:30]
<selfhoster1312> it doesn't try to be smart if the path already exists?
[17:09:47]
<Aleks (he/him/il/lui)> maybe but that's unrelated to the question of using the latest version
[17:10:50]
<selfhoster1312> `--full_replace` might be my friend here
[17:11:46]
<selfhoster1312> ok let's try upgrade again :)
[17:23:44]
<selfhoster1312> sooooo --full_replace leaves old stuff in place :(
[17:24:47]
<Aleks (he/him/il/lui)> https://aria.im/_matrix/media/v1/download/matrix.org/BOFCRLPrVFgKnQuJYnrfVHXv
[17:25:04]
<selfhoster1312> sorry for ranting into the void ;)
[17:28:25]
<selfhoster1312> ```
2024-05-12 19:20:50,972: DEBUG - + ynh_setup_source --full_replace '--dest_dir=/var/lib/jellyfin/plugins/LDAP Authentication' --source_id=plugin_ldap
2024-05-12 19:20:51,015: DEBUG - + keep=
2024-05-12 19:20:51,015: DEBUG - + full_replace=0
```
i'm probably using booleans wrong :)
[17:29:17]
<selfhoster1312> should it be --full_replace=1 or --full_replace=true ? i'm always confused with the bash/python conversion layers involved :P
[17:29:44]
<selfhoster1312> ok should be 1
[17:29:51]
<selfhoster1312> (no python here)
[17:30:25]
<orhtej2> > <@ericg:matrix.org> facing another PHP version issue on Movim 🫠 https://ci-apps-dev.yunohost.org/ci/job/15415
hacking around it.... https://github.com/YunoHost-Apps/movim_ynh/pull/64
[17:30:26]
<orhtej2> https://github.com/YunoHost-Apps/movim_ynh/pull/64#issuecomment-2106320888 `!testme ffs` now approved method of invoking the bot (also GH PR plugin for VSCode doing the dumb) confirmed
[17:30:26]
<orhtej2> > <selfhoster1312> should it be --full_replace=1 or --full_replace=true ? i'm always confused with the bash/python conversion layers involved :P
both work IIRC and this is fully handled in `bash` layer
[17:30:26]
<orhtej2> > <selfhoster1312> ```
> 2024-05-12 19:20:50,972: DEBUG - + ynh_setup_source --full_replace '--dest_dir=/var/lib/jellyfin/plugins/LDAP Authentication' --source_id=plugin_ldap
> 2024-05-12 19:20:51,015: DEBUG - + keep=
> 2024-05-12 19:20:51,015: DEBUG - + full_replace=0
> ```
> i'm probably using booleans wrong :)
`--full_replace=1` and also quote the folder not `--dest_dir`
[17:31:30]
<selfhoster1312> ```
full_replace="${full_replace:-0}"
...
if [ "$full_replace" -eq 1 ]; then
ynh_secure_remove --file="$dest_dir"
fi
```
so probably just 1
[17:32:35]
<selfhoster1312> bash would probably crash with "expected integer" if passed "true"
[17:54:01]
<orhtej2> still you're quoting `'--dest_dir=smth'` and you should `--dest_dir='smth'`
[17:54:02]
<eric_G> corepack seems to freeze the CI...(does it need interaction? [Y/n])
[17:57:37]
<selfhoster1312> orhtej2, strange the quotation are not the same as in the log: https://github.com/selfhoster1312/jellyfin_ynh/blob/10.9/scripts/upgrade#L136
[17:59:25]
<orhtej2> > <@ericg:matrix.org> corepack seems to freeze the CI...(does it need interaction? [Y/n])
my fixes are all about adding `COREPACK_ENABLE_DOWNLOAD_PROMPT=0` to env to prevent this stupid behaviour
[17:59:25]
<eric_G> `COREPACK_ENABLE_DOWNLOAD_PROMPT=0` doesn't seem to do the job though
[18:00:42]
<selfhoster1312> is jq supposed to be always available in app scripts?
[18:00:48]
<orhtej2> > <@ericg:matrix.org> `COREPACK_ENABLE_DOWNLOAD_PROMPT=0` doesn't seem to do the job though
Pikachu_face
[18:00:48]
<eric_G> from corpack readme
```
COREPACK_ENABLE_DOWNLOAD_PROMPT can be set to 0 to prevent Corepack showing the URL when it needs to download software, or can be set to 1 to have the URL shown. By default, when Corepack is called explicitly (e.g. corepack pnpm …), it is set to 0; when Corepack is called implicitely (e.g. pnpm …), it is set to 1. When standard input is a TTY and no CI environment is detected, Corepack will ask for user input before starting the download.
```
[18:33:32]
<orhtej2> https://aria.im/_matrix/media/v1/download/circledsquareroot.ovh/8cb5b02ad301f4de90624fe51d19c07b348a03af394fc9336073d0e157c5f75a
[18:33:32]
<orhtej2> > <@Alekswag:matrix.org> but still much concerning, i don't know how much backward-compatible mongo 6.x / 7.x is ...
it is not, you need to upgrade through major versions or else `mongod` fails to start back up
[18:33:32]
<orhtej2> > <@ericg:matrix.org> from corpack readme
> ```
> COREPACK_ENABLE_DOWNLOAD_PROMPT can be set to 0 to prevent Corepack showing the URL when it needs to download software, or can be set to 1 to have the URL shown. By default, when Corepack is called explicitly (e.g. corepack pnpm …), it is set to 0; when Corepack is called implicitely (e.g. pnpm …), it is set to 1. When standard input is a TTY and no CI environment is detected, Corepack will ask for user input before starting the download.
> ```
alternative solution that works (TM) for piped: https://github.com/YunoHost-Apps/piped_ynh/blob/fd631467b69299a0a312f6017aa47264c2a4de10/scripts/install#L45
[18:34:42]
<Aleks (he/him/il/lui)> https://aria.im/_matrix/media/v1/download/matrix.org/JbHJdYNezDMudoJfFxWYMLtr
[18:44:54]
<selfhoster1312> https://paste.yunohost.org/raw/tipezoromi
```
2024-05-12 20:37:37,439: INFO - [###############+....] > Upgrading logrotate configuration...
2024-05-12 20:37:37,439: DEBUG - + ynh_use_logrotate --non-append
2024-05-12 20:37:37,439: DEBUG - + all_args=('--non-append')
2024-05-12 20:37:37,440: DEBUG - ++ seq 0 0
2024-05-12 20:37:37,441: DEBUG - + for I in $(seq 0 $(($# - 1)))
2024-05-12 20:37:37,441: DEBUG - + [[ --non-append == \-\-\n\o\n\-\a\p\p\e\n\d ]]
2024-05-12 20:37:37,441: DEBUG - + unset
2024-05-12 20:37:37,441: DEBUG - + set -- --non-append
2024-05-12 20:37:37,469: DEBUG - + ynh_exit_properly
2024-05-12 20:37:37,469: WARNING - Invalid argument: --
2024-05-12 20:37:37,470: DEBUG - + [[ upgrade =~ ^install$|^upgrade$|^restore$ ]]
2024-05-12 20:37:38,984: ERROR - Impossible de mettre à jour jellyfin : Une erreur s'est produite durant l'exécution du script de mise à niveau de l'application
```
[18:47:35]
<Aleks (he/him/il/lui)> there's no `--non-append` option
[18:47:47]
<selfhoster1312> where did that come from :) :)
[18:49:00]
<selfhoster1312> https://github.com/YunoHost-Apps/jellyfin_ynh/blob/master/scripts/upgrade#L166
[18:49:30]
<Aleks (he/him/il/lui)> https://i.imgflip.com/8ptkcu.jpg
[18:50:46]
<Aleks (he/him/il/lui)> https://github.com/YunoHost/yunohost/blob/dev/helpers/logrotate#L17
[19:07:21]
<Yunohost Git/Infra notifications> [nextcloud_ynh] tomdereub [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/658#issuecomment-2106346392) on [issue #658](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/658) Oldstable | 27.1.x: Just a little bug when using this old stable branch : on webadmin, the version indicated for nextcloud is false : [ima...
[19:48:46]
<orhtej2> seriously copilot, chill out
[19:48:46]
<orhtej2> https://aria.im/_matrix/media/v1/download/circledsquareroot.ovh/23de85d62c3950254644ab5e3b8dccc2f5bdb846d7c64aeb824c84fd481a5269
[19:48:46]
<orhtej2> ❤️ the typo in startup line
[19:48:47]
<Yunohost Git/Infra notifications> [apps] OniriCorpe [commented](https://github.com/YunoHost/apps/pull/2220#discussion_r1597703351) on pull request #2220 Add Pritunl to wishlist: @ericgaspar you merged with this description 😬
[19:48:47]
<orhtej2> ```
Warning: Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
Warning: WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
```
NO U
[20:34:24]
<Émy - OniriCorpe> https://aria.im/_matrix/media/v1/download/im.emelyne.eu/NPDukTTOSIGUAEkWERifmXym
[20:34:33]
<Émy - OniriCorpe> 😌
[20:34:35]
<Yunohost Git/Infra notifications> [apps] ericgaspar [commented](https://github.com/YunoHost/apps/pull/2220#discussion_r1597709685) on pull request #2220 Add Pritunl to wishlist: ¯\_(ツ)_/¯
[20:37:10]
<Yunohost Git/Infra notifications> [apps] ericgaspar created new branch pritunl-description
[20:37:10]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to pritunl-description: Update wishlist.toml ([cae10b2e](https://github.com/YunoHost/apps/commit/cae10b2ed16c72585573c4bacdc402bcc08936e3))
[20:37:17]
<Yunohost Git/Infra notifications> [apps] ericgaspar opened [pull request #2331](https://github.com/YunoHost/apps/pull/2331): Update wishlist.toml
[20:38:00]
<Yunohost Git/Infra notifications> [apps] ericgaspar edited [pull request #2331](https://github.com/YunoHost/apps/pull/2331): Pritunl description
[20:46:18]
<Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/658#issuecomment-2106370012) on [issue #658](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/658) Oldstable | 27.1.x: However, the correct version is set in the manifest 🤔 https://github.com/YunoHost-Apps/nextcloud_ynh/blob/fd308dd2044d84...
[20:52:54]
<Yunohost Git/Infra notifications> [package_linter] OniriCorpe pushed 1 commit to OniriCorpe-patch-1: makes level 8 disqualification explicit ([9e41c669](https://github.com/YunoHost/package_linter/commit/9e41c669bc3cfb36297f161778e56f8ecb65103e))
[20:53:10]
<Yunohost Git/Infra notifications> [package_linter] OniriCorpe created new branch OniriCorpe-patch-1
[20:54:05]
<Yunohost Git/Infra notifications> [package_linter] OniriCorpe opened [pull request #147](https://github.com/YunoHost/package_linter/pull/147): makes level 8 disqualification explicit
[21:22:38]
<geoma> > Oh right I forgot that
the pull is merged but it is still not working
[21:32:54]
<lapineige> Yeah I saw, but I haven't had the time too look at it
[21:41:08]
<Yunohost Git/Infra notifications> [apps] alexAubin merged [pull request #2331](https://github.com/YunoHost/apps/pull/2331): Pritunl description
[21:41:09]
<Yunohost Git/Infra notifications> [apps] alexAubin deleted branch pritunl-description
[21:41:10]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed 1 commit to master: Update wishlist.toml (#2331) ([1a489601](https://github.com/YunoHost/apps/commit/1a48960140009f7cbec109379a53f3937b631385))
[22:31:25]
<Émy - OniriCorpe> > <@oniricorpe:im.emelyne.eu> i'm thinking of NOT working on the DoT and DoQ part, i think the DoH is already pretty good for almost all cases ^^"
changed my mind: i'm going to dedicate some time to it, but i'm limiting myself to a week at most...
https://github.com/YunoHost-Apps/adguardhome_ynh/pull/154#issuecomment-2106395007
[22:48:43]
<Yunohost Git/Infra notifications> Job [#26386](https://ci-apps.yunohost.org/ci/job/26386) for friendica failed miserably :(
[23:25:18]
<Émy - OniriCorpe> > <@oniricorpe:im.emelyne.eu> changed my mind: i'm going to dedicate some time to it, but i'm limiting myself to a week at most...
> https://github.com/YunoHost-Apps/adguardhome_ynh/pull/154#issuecomment-2106395007
DoH, DoT AND DoQ are working 🎉
[23:53:27]
<Émy - OniriCorpe> the AGH update is looking for testers: https://forum.yunohost.org/t/adguard-adguard-home-package-for-yunohost/9075/11?u=oniricorpe