ColorfulRhino
ColorfulRhino
> I can't comment on the implementation here, but I will comment on the need for addressing this issue. As the code currently stands, these patch rewrites generate a lot...
For now I honestly still don't see how "removing" the file hashes would benefit us 😅 For example ```diff diff --git a/sound/soc/codecs/rk3308_codec.h b/sound/soc/codecs/rk3308_codec.h index 6cfa69157785..93e089dae081 100644 ``` The has `6cfa69157785`...
> No -- it comes from the git revisions's SHA1 in git from where we export the patches. > > Thus they change all the time, creating (for us) "noise"....
Hmm I think if it does create noise, this PR is good. I just haven't seen the `index` line change much in the patches, which is why I thought it...
I saw it changing now. But it looks like the index only changes when the base file changes as well, when the hunks also change. If that's the case, then...
@chipviled Was your issue resolved after https://github.com/armbian/build/pull/5539 ? Btw, `OFFLINE_WORK=yes` does not work correctly currently and should not be used, https://github.com/armbian/build/issues/6439
> In addition, based on past habits, is it more appropriate to use v24.02 or v24.02.1 as the tag name? Well, based on [Semantic Versioning](https://semver.org/), leading zeroes are a no-go:...
Added documentation label to make sure this new option won't be forgotten once implemented.
Like many others, I am very disappointed about this move 😞 Not directly because of a sale, I can understand that you want money for your work. But because of...
This should in theory load the module: https://github.com/armbian/build/blob/4232661c37c50aefd303a6ceee26e5fe72217740/lib/functions/configuration/main-config.sh#L569-L579 @prahal Can you send the output of `cat /proc/filesystems`?