11:00:59 sdruruururururuu: test
11:55:05 selsta: we need more gitian sigs
21:19:17 o​frnxmr:xmr.mx: cc Lyza jeffro256
21:29:21 j​effro256:monero.social: Re-installing and setting up my gitian VM rn
21:29:30 j​effro256:monero.social: Excited for GUIX build
21:30:12 o​frnxmr:xmr.mx: I use debian 12 and modify the dockrun.sh lol
21:32:22 j​effro256:monero.social: Niice
21:33:43 j​effro256:monero.social: Yeah I figured that changing the host OS should be very workable, seeing as the important dependencies are inside the docker container, KVM, LXC, etc, but I never looked into it
21:33:45 o​frnxmr:xmr.mx: (removing the apt-cacher-ng check)
21:34:39 j​effro256:monero.social: So debian ship some dependency which creates byte identical outpits, but which itself isn't byte identical?
21:38:41 o​frnxmr:xmr.mx: i think it still builds inside of an 18.04 docker, just one of the dependency checks before the docker starts are broken
22:09:26 s​needlewoods_xmr:matrix.org: gitian build finished, hashes seemed to be matching with the ones from ofrns PR, but signing failed, because I messed something up
22:09:27 s​needlewoods_xmr:matrix.org: trying again now, not sure if it will finish today
22:14:32 o​frnxmr:xmr.mx: You can sign them mabually
22:15:25 o​frnxmr:xmr.mx: From the gitian.sigs folder
22:15:25 o​frnxmr:xmr.mx: `for ASSERT in ${VERSION}-*/*/*.assert; do gpg --detach-sign ${ASSERT}; done`
22:39:02 s​needlewoods_xmr:matrix.org: thank you very much, made a PR, hope I didn't screw up
22:56:20 j​effro256:monero.social: You can pass `--detach-sign --no-commit` to the build script so it doesn't attempt committing / signing next time