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. --- Modules/getbuildinfo.c +++ 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__ png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/networking.scm
AgeCommit message (Expand)Author
2018-04-30services: Add modem-manager-service-type....Danny Milosavljevic
2018-04-21services: Add dhcpd-service-type and <dhcpd-configuration>....Chris Marusich
2017-12-29tests: networking: Add tests for Open vSwitch....Marius Bakke
2017-07-20tests: Use 'virtual-machine' records instead of monadic procedures....Ludovic Courtès
2017-04-01tests: Introduce 'simple-operating-system' and use it....Ludovic Courtès
2017-03-24services: Add inetd-service-type....Thomas Danckaert