Wednesday, April 23, 2025
dev@conference.yunohost.org
April
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
       
             

[02:03:24] <Salamandar> > poke /me
[02:03:27] *Salamandar scared
[05:48:41] <tituspijean[m]> > <@Salamandar:matrix.org> /me scared

Sorry 😅 I saw the errors about missing `main` on the CI, so I thought about your recent adventures with the default branches 🤭
[05:49:29] <tituspijean[m]> `fatal: ambiguous argument 'main': unknown revision or path not in the working tree.` at the beginning of the linter execution
[09:31:53] <Yunohost Git/Infra notifications> [yunohost] S​alamandar approved [pull request #2095](https://github.com/YunoHost/yunohost/pull/2095#pullrequestreview-2786633190) Add pre_app_upgrade hook
[11:22:16] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 1 commit to dev: Fix test_questions: choices None is converted as choices [] ([21e5c630](https://github.com/YunoHost/yunohost/commit/21e5c63042aa9529ee3938debdd2034e05fbbd86))
[11:23:04] <Salamandar> @Alekswag:matrix.org uuuuuh why do you persist to add a duplicate function ?
[11:23:05] <Salamandar> https://github.com/YunoHost/yunohost/commit/a90f90ed5352b929041fce64400e3139702a55fb
[11:23:42] <Salamandar> `do_init_regen` is present line 28 and you added it again line 50. that's the reason shelcheck complains
[12:52:59] <Aleks (he/him/il/lui)> 😵‍💫
[12:53:16] <Aleks (he/him/il/lui)> i suppose it was duplicated somehow when cherry-picking the commit in main and then merging main in dev ~_~
[12:54:39] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin pushed 1 commit to dev: Reapply "hooks/confg_regen: Remove duplicate function in dnsmasq" This reverts commit a90f90ed5352b929041fce64400e31397... ([4c438a47](https://github.com/YunoHost/yunohost/commit/4c438a4738327facffff8973d28369505e4b2e66))
[12:54:44] <Salamandar> ah ah lol
[12:54:52] <Salamandar> let's revert the revert of the revert
[13:09:36] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 1 commit to spwd: Replace spwd with direct call to passwd. spwd was removed in python 3.13 ([1dab4d9d](https://github.com/YunoHost/yunohost/commit/1dab4d9d04293c44aab95f4ac83f32815df57bb6))
[15:32:16] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin edited review [pull request #2085](https://github.com/YunoHost/yunohost/pull/2085#pullrequestreview-2765878963): Implement git in ynh_setup_source
[15:39:13] <Yunohost Git/Infra notifications> [yunohost] S​alamandar [commented](https://github.com/YunoHost/yunohost/pull/2085#issuecomment-2824725482) on [issue #2085](https://github.com/YunoHost/yunohost/pull/2085) Implement git in ynh_setup_source: I would love to support the """standard""" pkgbuild git source syntax: https://wiki.archlinux.org/title/PKGBUILD#Source...
[15:39:35] <Yunohost Git/Infra notifications> [yunohost] S​alamandar [commented](https://github.com/YunoHost/yunohost/pull/2085#issuecomment-2824725482) on [issue #2085](https://github.com/YunoHost/yunohost/pull/2085) Implement git in ynh_setup_source: I would love to support the """standard""" pkgbuild git source syntax: https://wiki.archlinux.org/title/PKGBUILD#Source...
[15:40:18] <Yunohost Git/Infra notifications> [yunohost] S​alamandar [commented](https://github.com/YunoHost/yunohost/pull/2085#issuecomment-2824725482) on [issue #2085](https://github.com/YunoHost/yunohost/pull/2085) Implement git in ynh_setup_source: I would love to support the """standard""" pkgbuild git source syntax: https://wiki.archlinux.org/title/PKGBUILD#Source...
[15:40:30] <Aleks (he/him/il/lui)> ooh interesting
[15:41:07] <Salamandar> eh eh
[15:41:48] <Salamandar> we could also have `noextract` somewhere, but the current boolean value is nice
[15:57:39] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin edited review [pull request #2085](https://github.com/YunoHost/yunohost/pull/2085#pullrequestreview-2765878963): Implement git in ynh_setup_source
[17:46:46] <Yunohost Git/Infra notifications> [yunohost] y​alh76 pushed 33 commits to ynh_setup_source_git ([fe97e188253c...a4ad36fbfd96](https://github.com/YunoHost/yunohost/compare/fe97e188253c...a4ad36fbfd96))
[17:46:46] <Yunohost Git/Infra notifications> [yunohost/ynh_setup_source_git] Fix test_questions: choices None is converted as choices [] - Félix Piédallu
[17:47:52] <Yunohost Git/Infra notifications> [yunohost/ynh_setup_source_git] Reapply "hooks/confg_regen: Remove duplicate function in dnsmasq" This reverts commit a90f90ed5352b929041fce64400e31397... - Alexandre Aubin
[17:47:53] <Yunohost Git/Infra notifications> [yunohost] y​alh76 pushed 1 commit to ynh_setup_source_git: switch to _ynh_git_clone ([416d068a](https://github.com/YunoHost/yunohost/commit/416d068a2ea200a7bda2490eecc9ba695674d213))
[17:47:53] <Yunohost Git/Infra notifications> [yunohost] y​alh76 [commented](https://github.com/YunoHost/yunohost/pull/2085#issuecomment-2825068921) on [issue #2085](https://github.com/YunoHost/yunohost/pull/2085) Implement git in ynh_setup_source: 1. Yes, the goal is to use the commit id 2. The change from sha256 to sha1... not sure, I think there are two options ...
[17:47:53] <Yunohost Git/Infra notifications> [yunohost/ynh_setup_source_git] Merge branch dev into ynh_setup_source_git - yalh76
[17:48:29] <Yunohost Git/Infra notifications> [yunohost] y​alh76 converted to draft the [pull request #2085](https://github.com/YunoHost/yunohost/pull/2085): Implement git in ynh_setup_source
[17:48:29] <Yunohost Git/Infra notifications> [yunohost] y​alh76 edited [pull request #2085](https://github.com/YunoHost/yunohost/pull/2085): WIP: Implement git in ynh_setup_source
[17:48:57] <Yunohost Git/Infra notifications> [yunohost] y​alh76 [commented](https://github.com/YunoHost/yunohost/pull/2085#issuecomment-2825068921) on [issue #2085](https://github.com/YunoHost/yunohost/pull/2085) WIP: Implement git in ynh_setup_source: 1. Yes, the goal is to use the commit id 2. The change from sha256 to sha1... not sure, I think there are two options ...
[17:49:15] <Yunohost Git/Infra notifications> [yunohost] y​alh76 [commented](https://github.com/YunoHost/yunohost/pull/2085#issuecomment-2825068921) on [issue #2085](https://github.com/YunoHost/yunohost/pull/2085) WIP: Implement git in ynh_setup_source: 1. Yes, the goal is to use the commit id not the branch neither the tag 2. The change from sha256 to sha1... not sure,...
[18:56:27] <Yunohost Git/Infra notifications> [issues] T​hovi98 opened [issue #2581](https://github.com/YunoHost/issues/issues/2581): SSE: no post_upgrade info on the web when lanched from the terminal
[19:37:02] <Yunohost Git/Infra notifications> [yunohost] J​osue-T opened [pull request #2096](https://github.com/YunoHost/yunohost/pull/2096): Add possibility to allow/disallow blacklisted mail server
[22:57:47] <Yunohost Git/Infra notifications> [yunohost] J​osue-T pushed 1 commit to pre_app_upgrade_hook: Add pre_upgrade_hook ([ad45c203](https://github.com/YunoHost/yunohost/commit/ad45c203ec75ebddedcaa27161c77b460187fa2d))