[10:37:47]
<rodinux> Hello, is it possible to help maintain mobilizon package ??
[11:46:28]
<orhtej2> > <@rodinux:matrix.org> Hello, is it possible to help maintain mobilizon package ??
Sure, contributions are always welcome, but i feel you have something more specific in mind?
[13:05:59]
<rodinux> > Sure, contributions are always welcome, but i feel you have something more specific in mind?
Not really, I have try do 2 PR to fix compatibility with bookworm. I have a mobilizon running. I am OK to contribute with this package...
[13:11:19]
<Gcco> Hi everyone, It seems the CI app server (for both bullseye and bookworm) are back to CPU non supporting AVX ?
This is the result of cpuinfo : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx lm constant\_tsc nopl xtopology cpuid tsc\_known\_freq pni ssse3 cx16 sse4\_1 sse4\_2 x2apic popcnt aes hypervisor lahf\_lm cpuid\_fault pti
[13:12:21]
<Gcco> Hi everyone, It seems the CI app server (for both bullseye and bookworm) are back to CPU non supporting AVX ?
This is the result of cpuinfo : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx lm constant\_tsc nopl xtopology cpuid tsc\_known\_freq pni ssse3 cx16 sse4\_1 sse4\_2 x2apic popcnt aes hypervisor lahf\_lm cpuid\_fault pti
I'm trying to get the mongo installer work in Bookworm, but mongo > 4.4 only supports avx instruction set. This was ok some months ago
[14:43:41]
<orhtej2> > <@rodinux:matrix.org> Not really, I have try do 2 PR to fix compatibility with bookworm. I have a mobilizon running. I am OK to contribute with this package...
Is you could rebase to testing that would be nice
[14:44:06]
<orhtej2> Also idk what to do with autoupdate in such scenario
[14:48:12]
<rodinux> I have no rights...
[15:03:05]
<Aleks (he/him/il/lui)> > https://github.com/YunoHost-Apps/dagu_ynh/blob/master/scripts/config
> https://github.com/YunoHost-Apps/dagu_ynh/blob/master/config_panel.toml.example
please for the love of god could we stop commiting those files to every apps this is confusing T_T
[16:09:34]
<rodinux> > Also idk what to do with autoupdate in such scenario
It means look about, I'll do this also for paheko package...
[16:25:01]
<orhtej2> > <@Alekswag:matrix.org> > https://github.com/YunoHost-Apps/dagu_ynh/blob/master/scripts/config
> > https://github.com/YunoHost-Apps/dagu_ynh/blob/master/config_panel.toml.example
>
> please for the love of god could we stop commiting those files to every apps this is confusing T_T
these are inherited from example_ynh
[16:25:01]
<orhtej2> You're now a maintainer in mobilizon rodinux
[16:25:02]
<orhtej2> > <@rodinux:matrix.org> I have no rights...
But you do, the branch is in your repo
[22:43:41]
<rodinux> > You're now a maintainer in mobilizon rodinux
thanks, sorry I was outside today....
[22:56:35]
<m606> hello,
1. in helpers v2, is that `ynh_replace_string` or ``ynh_replace_special_string` which allow to use regex in --match_string ? I tried `ynh_replace_string --match_string="cinny.in/?" --replace_string="$domain$path" --target_file=$indexhtml` to match cinny.in with or without the slash, but nothing got replaced.
1. i have a doubt about core variable in app scripts: is $path starting with a slash (or $domain ending with a slash?) ?
[22:59:10]
<m606> i have answer for (2), it is $path which starts with a slash - https://yunohost.org/en/packaging_manifest#resource-system
[23:10:35]
<m606> hmm as for (1), actually `sed` doesn't support `?` as such, only if `-r` flag is added, hence why it does not work with `ynh_replace_string`