Always provide the same date and time in 'Py_GetBuildInfo'. This is the information shown at the REPL and in 'sys.version'. We cannot pass it in CPPFLAGS due to whitespace in the DATE string. --- a/Modules/getbuildinfo.c +++ b/Modules/getbuildinfo.c @@ -4,6 +4,10 @@ #include #endif +/* Deterministic date and time. */ +#define DATE "Jan 1 1970" +#define TIME "00:00:01" + #ifndef DATE #ifdef __DATE__ #define DATE __DATE__ /cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/linux-container.scm
AgeCommit message (Expand)Author
2020-12-06Revert "linux-container: Correct test for unprivileged user namespace support."...Marius Bakke
2020-12-03linux-container: Correct test for unprivileged user namespace support....Paul Garlick
2020-10-01linux-container: Reset jailed root permissions....Jelle Licht
2020-09-10build: linux-container: Fix run-container....Mathieu Othacehe
2020-09-02linux-container: Do not jail the container unconditionally....Mathieu Othacehe
2019-09-12linux-container: "run-container" scripts shows the container's PID....Ludovic Courtès
2019-07-06linux-container: Mount a new /dev/pts instance in the container....Ludovic Courtès
2019-06-23linux-container: Remove dependency on (guix utils)....Ludovic Courtès
2019-04-02linux-container: Make the guest UID and GID a parameter....Ludovic Courtès
2018-01-15linux-container: Work around EBADF errors upon exit....Ludovic Courtès
2017-10-11file-systems: 'mount-file-system' now takes a <file-system> object....Ludovic Courtès
2017-02-07linux-container: Add 'container-excursion*'....Ludovic Courtès
2017-02-06linux-container: Add comment on exception handling....Ludovic Courtès
2017-02-06linux-container: Do not rely on 'isatty?'....Ludovic Courtès