Matthijs Kooijman
Matthijs Kooijman
What would be needed on this library is to allow passing a custom RS485 instance, rather than hardcoding to the predefined global RS485 instance. Additionally, the RS485 library should also...
@kaihendry, did you discover what the problem with this issue is exactly? Your fix doesn't seem to match the symptoms exactly. Apart from generating SOURCE_DATE_EPOCH for only the find command...
I have created an alternative fix [here](https://github.com/matthijskooijman/Debian-Live-config/tree/fixes). I hope this fixes the build problems @usr was having, once he tested this I'll create a PR.
> Ah, which was probably setting SOURCE_DATE_EPOCH to the empty string. Which sounds "malformed" :) Yup, I think that's what would happen.
I haven't actually confirmed reproducible builds (since I don't really care about that), but it the old `export SOURCE_DATE_EPOCH` stuff used to work, I'd think it would work again. Not...
I had a look just now, and it seems there seems to be a timestamp in some rock-ridge related file that's different, diffing gives me this: ``` $ cmp -l...
> Are you sure you are using the patched xorisso? I removed the patches and backports-from-sid in 40c7de8a85ca992a3f341d9e04f32dd7cdb27967. At that time, there were no xorriso patches left in this repository,...
Actually, it seems that with the sid versions of these packages, I get a lot *more* differences in the resulting iso files (around 50).
@lamby, it seems you removed those patches here (https://github.com/Webconverger/Debian-Live-config/commit/75ebaabdf456f8a1b19b358aaf76b8725b5b763d), instead using the sid version, so I assumed the patches were merged. You mention 1.4.6 in the commit message, which I...
That's fine, I'm not expecting you to :-) Just trying to get as much info in this ticket for when someone does have time to investigate further (I'm also a...