Malte Poll

Results 61 comments of Malte Poll

> Can you please fix the CI pipeline failure issue? Here you go https://github.com/gorilla/handlers/pull/236

It is very weird for me to resolve existing problems in this unrelated PR. I also question wether you are an actual maintainer of this project. Maintainers can edit the...

I see. :smile: Sorry for making this complicated initially.

Me and @katexochen would like to take a stab at this. How would you handle this with regards to `SOURCE_DATE_EPOCH`? Possible implementations: - Just use `Environment=SOURCE_DATE_EPOCH=0`. This works well with...

To inline this and ensure this goes into the right direction: > If $SOURCE_DATE_EPOCH is set, always use it. If $SOURCE_DATE_EPOCH is not set and --reproducible is set, set mtimes...

> [...] we might actually have full reproducibility. I think that depends on your definition of reproducible. Currently you will get packages from a distribution repository and there is no...

I think this can be marked as resolved, since it is implemented with `mkosi --source-date-epoch=0`

Unsure if this should be a separate issue, but I think the solution cannot be stamping alone. While I personally am happy to embed version info, timestamps and maybe a...

Thanks for the compilation of relevant info / steps. At this point in time I cannot offer to work on this feature due to time limitations and my unfamiliarity with...

> It's not impossible. ~Do you mean it is actually impossible? Or is it instead a lot of extra work?~ I think go.work OR support for multiple go.mod files would...