Thursday, December 26, 2024
dev@conference.yunohost.org
December
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:09:12] <Yunohost Git/Infra notifications> [issues] o​leole39 [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] o​leole39 opened [pull request #10](https://github.com/YunoHost/install-app/pull/10): update apps catalog URL
[01:36:02] <Yunohost Git/Infra notifications> [issues] o​leole39 [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] o​leole39 [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] g​host created label help wanted
[11:14:39] <Yunohost Git/Infra notifications> [goenv] g​host created label question
[11:14:39] <Yunohost Git/Infra notifications> [goenv] g​host created label bug
[11:14:39] <Yunohost Git/Infra notifications> [goenv] g​host created label good first issue
[11:14:40] <Yunohost Git/Infra notifications> [goenv] g​host created label documentation
[11:14:40] <Yunohost Git/Infra notifications> [goenv] g​host created label wontfix
[11:14:40] <Yunohost Git/Infra notifications> [goenv] g​host created label duplicate
[11:14:40] <Yunohost Git/Infra notifications> [goenv] g​host created label enhancement
[11:14:41] <Yunohost Git/Infra notifications> S​alamandar 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] g​host created label invalid
[11:22:32] <Yunohost Git/Infra notifications> [goenv] S​alamandar created new branch fix_set_u
[11:22:32] <Yunohost Git/Infra notifications> [goenv] S​alamandar 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] S​alamandar 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] S​alamandar 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] S​alamandar 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