[01:09:12]
<Yunohost Git/Infra notifications> [issues] oleole39 [commented](https://github.com/YunoHost/issues/issues/2510#issuecomment-2562051970) on [issue #2510](https://github.com/YunoHost/issues/issues/2510) Clicking on badges "Install with YunoHost" results in HTTP ERROR 500: Good finding, I notice that in https://status.yunohost.org apps catalog points to https://app.yunohost.org/default/v3/ap...
[01:30:08]
<Yunohost Git/Infra notifications> [install-app] oleole39 opened [pull request #10](https://github.com/YunoHost/install-app/pull/10): update apps catalog URL
[01:36:02]
<Yunohost Git/Infra notifications> [issues] oleole39 [commented](https://github.com/YunoHost/issues/issues/2510#issuecomment-2562061993) on [issue #2510](https://github.com/YunoHost/issues/issues/2510) Clicking on badges "Install with YunoHost" results in HTTP ERROR 500: Ive submitted a PR to change the URL. It could be useful to also add a line in YNH infras uptime Kuma page checking o...
[01:39:38]
<Yunohost Git/Infra notifications> [install-app] oleole39 [commented](https://github.com/YunoHost/install-app/pull/10#issuecomment-2562063434) on [issue #10](https://github.com/YunoHost/install-app/pull/10) update apps catalog URL: See also https://github.com/YunoHost/issues/issues/2510#issuecomment-2562061993 regarding addition to Uptime Kuma
[11:14:39]
<Yunohost Git/Infra notifications> [goenv] ghost created label help wanted
[11:14:39]
<Yunohost Git/Infra notifications> [goenv] ghost created label question
[11:14:39]
<Yunohost Git/Infra notifications> [goenv] ghost created label bug
[11:14:39]
<Yunohost Git/Infra notifications> [goenv] ghost created label good first issue
[11:14:40]
<Yunohost Git/Infra notifications> [goenv] ghost created label documentation
[11:14:40]
<Yunohost Git/Infra notifications> [goenv] ghost created label wontfix
[11:14:40]
<Yunohost Git/Infra notifications> [goenv] ghost created label duplicate
[11:14:40]
<Yunohost Git/Infra notifications> [goenv] ghost created label enhancement
[11:14:41]
<Yunohost Git/Infra notifications> Salamandar created repository goenv: :blue_car: Like pyenv and rbenv, but for Go. https://github.com/YunoHost/goenv
[11:14:41]
<Yunohost Git/Infra notifications> [goenv] ghost created label invalid
[11:22:32]
<Yunohost Git/Infra notifications> [goenv] Salamandar created new branch fix_set_u
[11:22:32]
<Yunohost Git/Infra notifications> [goenv] Salamandar pushed 1 commit to fix_set_u: goenv-init: Fix use of optional variables that should not crash the calling shell if unset Just use the {variable:-} s... ([faaad76d](https://github.com/YunoHost/goenv/commit/faaad76d7d3565d884ce8a5fca65ac9eb613120f))
[11:23:57]
<Salamandar> For info @ericg:matrix.org https://github.com/go-nv/goenv/pull/431
[15:57:09]
<Yunohost Git/Infra notifications> [goenv] Salamandar pushed 1 commit to fix_set_u: goenv-init: Fix use of optional variables that should not crash the calling shell if unset Just use the {variable:-} s... ([57e68c23](https://github.com/YunoHost/goenv/commit/57e68c2304c528d1183850dcbd4c6d62c34c39ad))
[16:34:15]
<Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 1 commit to dev: doc/generate_helper_doc: Fix support of shebangs ([fd39c80f](https://github.com/YunoHost/yunohost/commit/fd39c80fdd731d88231b4ccab76ec80c09e274d5))
[22:52:28]
<Yunohost Git/Infra notifications> [goenv] Salamandar deleted branch fix_set_u
[22:52:47]
<Salamandar> > <@Salamandar:matrix.org> For info @ericg:matrix.org https://github.com/go-nv/goenv/pull/431
Merged !
[22:52:56]
<Salamandar> it will now work on our CI
[23:10:59]
<tituspijean> mmmh now the helper complains about unset HOME variable :/
[23:20:52]
<Salamandar> pfff
[23:22:32]
<tituspijean> (At least when I'm trying to install Dex)
[23:33:54]
<Salamandar> hmmm
[23:33:58]
<Salamandar> ```
if [ -z "\${GOENV_RC_FILE}" ]; then
GOENV_RC_FILE="\${HOME}/.goenvrc"
fi
```
[23:34:01]
<Salamandar> so hum
[23:34:11]
<Salamandar> maybe we *should* define HOME
[23:34:17]
<Salamandar> actually why is it not defined ?
[23:34:31]
<Salamandar> there's no reason for it to be unset