Monday, May 20, 2024
dev@conference.yunohost.org
May
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
   
             

[00:00:25] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/11.2.12+202405200000 for bullseye/unstable/all ...
[00:02:21] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/11.2.12+202405200000 for bullseye/unstable/all.
[01:11:37] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1296827212](https://gitlab.com/YunoHost/yunohost/-/pipelines/1296827212) failed on branch dev
[03:13:06] <Yunohost Git/Infra notifications> [doc.yunohost.org] yunohost-bot pushed 1 commit to master: docs: update make-a-release ([fdde5c8f](https://github.com/YunoHost/doc.yunohost.org/commit/fdde5c8f5776f9b8a6a794232ed0a6e9d8793ebf))
[07:56:43] <Yunohost Git/Infra notifications> [issues] tituspijean labeled :space_invader: bug on [issue #2397](https://github.com/YunoHost/issues/issues/2397): Only standard, not customized antifeatures descriptions are displayed before installation
[07:56:43] <Yunohost Git/Infra notifications> [issues] tituspijean labeled :maple_leaf: Web administration on [issue #2397](https://github.com/YunoHost/issues/issues/2397): Only standard, not customized antifeatures descriptions are displayed before installation
[07:56:44] <Yunohost Git/Infra notifications> [issues] tituspijean opened [issue #2397](https://github.com/YunoHost/issues/issues/2397): Only standard, not customized antifeatures descriptions are displayed before installation
[11:00:00] <ChriChri> What would be the best way to handle a case where values to an argument that appears multiple times could contain `;` while `;` also is used to seperate the values found? https://github.com/YunoHost/yunohost/blob/d5e054fe80002862bd5966d61b20e9fafcf0578e/helpers/getopts#L40
[11:01:44] <lapineige> You mean you have one single string with the arguments and separated by ; ?
[11:03:10] <ChriChri> seems like ynh_handle_getopts_args puts values found for multiple occurincies of the same argument in one string seperated by ';'...
[11:09:45] <Salamandar> yeah that's always a problem
[11:11:14] <ChriChri> postponed the problem
```
# @@ todo if the headers contain ';' somewhere it might be a problem to split them
# apart correctly later, because all values are stored in $header seperated by
# ';' like 'header1: value;header2: value'.
# might be a good improvement to 'ynh_handle_getopts_args' to act differently if
# e.g. $header had been defined as an array: https://stackoverflow.com/questions/14525296/how-do-i-check-if-variable-is-an-array
```
[11:37:53] <lapineige> So the result is a list of text without the `;` from the arguments that contain them ? Sounds difficult to work around it…
[11:38:16] <lapineige> I guess a `\;` won't solve it ?
[12:05:33] <ChriChri> Don't know, I'll look into it later. `ynh_handle_getopts_args` and I do not get along very well so far. Need to learn more about how it works...
[13:59:10] <Yunohost Git/Infra notifications> [yunohost] Salamandar [commented](https://github.com/YunoHost/yunohost/pull/1844#issuecomment-2120521080) on [issue #1844](https://github.com/YunoHost/yunohost/pull/1844) Add mongodb helpers: Should these helpers only be installed by the mongodb app ?
[14:22:48] <Yunohost Git/Infra notifications> [yunohost] orhtej2 [commented](https://github.com/YunoHost/yunohost/pull/1844#issuecomment-2120565917) on [issue #1844](https://github.com/YunoHost/yunohost/pull/1844) Add mongodb helpers: I hate mongodb app and wish it died in fire. On more serious note that requires rewriting packages that rely on MongoDB ...
[16:04:29] <Yunohost Git/Infra notifications> [yunohost] Salamandar [commented](https://github.com/YunoHost/yunohost/pull/1844#issuecomment-2120751838) on [issue #1844](https://github.com/YunoHost/yunohost/pull/1844) Add mongodb helpers: > I hate mongodb app and wish it died in fire. Why is that ? :D
[18:09:55] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1296791903](https://gitlab.com/YunoHost/yunohost/-/pipelines/1296791903) failed on branch dev
[19:40:46] <ChriChri> > <@chrichri:librem.one> Don't know, I'll look into it later. `ynh_handle_getopts_args` and I do not get along very well so far. Need to learn more about how it works...

I know why: I tried to make it recognize the argument `-n`:
https://github.com/YunoHost/yunohost/blob/d5e054fe80002862bd5966d61b20e9fafcf0578e/helpers/getopts#L80
[21:59:06] <Yunohost Git/Infra notifications> [yunohost] OniriCorpe pushed 1 commit to provision-reload-firewall-once: provision: reload the firewall only once ([bb3cb615](https://github.com/YunoHost/yunohost/commit/bb3cb61568f5ffe51f6eeccf97af0bc3a4683198))
[21:59:06] <Yunohost Git/Infra notifications> [yunohost] OniriCorpe created new branch provision-reload-firewall-once
[22:00:49] <Yunohost Git/Infra notifications> [yunohost] OniriCorpe pushed 1 commit to provision-reload-firewall-once: provision: reload the firewall only once ([16e6d997](https://github.com/YunoHost/yunohost/commit/16e6d997c85ca1751642f4d59692f9398c7e88c6))
[22:01:46] <Yunohost Git/Infra notifications> [yunohost] OniriCorpe opened [pull request #1846](https://github.com/YunoHost/yunohost/pull/1846): provision: reload the firewall only once
[22:02:27] <Yunohost Git/Infra notifications> [yunohost] OniriCorpe pushed 1 commit to provision-reload-firewall-once: provision: reload the firewall only once ([dbeae780](https://github.com/YunoHost/yunohost/commit/dbeae78088c864ad474b17961c01e0a2d695ebcc))
[22:02:57] <Yunohost Git/Infra notifications> [yunohost] OniriCorpe pushed 1 commit to provision-reload-firewall-once: provision: reload the firewall only once ([832b9d3b](https://github.com/YunoHost/yunohost/commit/832b9d3bced8e31ab3fb19583b2821d2202a59f7))
[22:03:50] <Yunohost Git/Infra notifications> [yunohost] OniriCorpe edited [pull request #1846](https://github.com/YunoHost/yunohost/pull/1846): provision: reload the firewall only once
[22:08:17] <Yunohost Git/Infra notifications> [yunohost] OniriCorpe edited [pull request #1846](https://github.com/YunoHost/yunohost/pull/1846): provision: reload the firewall only once
[22:14:43] <Yunohost Git/Infra notifications> [yunohost] OniriCorpe pushed 1 commit to provision-reload-firewall-once: same for deprovisionning: reload once ([d70f5ac4](https://github.com/YunoHost/yunohost/commit/d70f5ac4d1d2a8569de369a00af67ce4b09dca1d))
[22:16:31] <Yunohost Git/Infra notifications> [yunohost] OniriCorpe pushed 1 commit to provision-reload-firewall-once: same for deprovisionning: reload once ([6b564ef9](https://github.com/YunoHost/yunohost/commit/6b564ef9f4214070f302597d664a1ec6afb4cba0))
[22:17:35] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1298203358](https://gitlab.com/YunoHost/yunohost/-/pipelines/1298203358) failed on branch provision-reload-firewall-once
[22:18:14] <Yunohost Git/Infra notifications> [yunohost] OniriCorpe edited [pull request #1846](https://github.com/YunoHost/yunohost/pull/1846): provision: reload the firewall only once
[22:22:49] <Yunohost Git/Infra notifications> [yunohost] OniriCorpe pushed 1 commit to provision-reload-firewall-once: undo an autoformater edit ([455456b3](https://github.com/YunoHost/yunohost/commit/455456b34244e00bfe7c89a6af44a932c8e03b9e))
[22:23:50] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1298213005](https://gitlab.com/YunoHost/yunohost/-/pipelines/1298213005) failed on branch provision-reload-firewall-once
[22:24:04] <Yunohost Git/Infra notifications> [yunohost] OniriCorpe pushed 1 commit to provision-reload-firewall-once: undo an autoformater edit ([b8b683bd](https://github.com/YunoHost/yunohost/commit/b8b683bd660d36866f31329ac33b46225df07a51))
[22:30:02] <Yunohost Git/Infra notifications> [yunohost] Salamandar [commented](https://github.com/YunoHost/yunohost/pull/1844#issuecomment-2121322338) on [issue #1844](https://github.com/YunoHost/yunohost/pull/1844) Add mongodb helpers: Considering those helpers are already used all over the place, im OK with merging them into the core.
[22:30:18] <Yunohost Git/Infra notifications> [yunohost] Salamandar [commented](https://github.com/YunoHost/yunohost/pull/1844#issuecomment-2121322338) on [issue #1844](https://github.com/YunoHost/yunohost/pull/1844) Add mongodb helpers: Considering those helpers are already used all over the place, im OK with merging them into the core. Lets hope they d...
[22:30:59] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1298216621](https://gitlab.com/YunoHost/yunohost/-/pipelines/1298216621) failed on branch
[22:56:22] <Yunohost Git/Infra notifications> [yunohost] Salamandar merged [pull request #1844](https://github.com/YunoHost/yunohost/pull/1844): Add mongodb helpers
[22:56:22] <Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 2 commits to dev ([d5e054fe8000...110dffeb7f59](https://github.com/YunoHost/yunohost/compare/d5e054fe8000...110dffeb7f59))
[22:56:22] <Yunohost Git/Infra notifications> [yunohost] Salamandar deleted branch mongodb-helper
[22:56:24] <Yunohost Git/Infra notifications> [yunohost/dev] Revert "Delete helpers/mongodb, to be readded in another PR" This reverts commit 9b7b265cbf4dd4e8e11a90b64f828dc1a4d09a... - Alexandre Aubin
[23:00:42] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/11.2.12+202405202300 for bullseye/unstable/all ...
[23:03:14] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/11.2.12+202405202300 for bullseye/unstable/all.
[23:53:34] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1298222670](https://gitlab.com/YunoHost/yunohost/-/pipelines/1298222670) failed on branch provision-reload-firewall-once