Copied from Debian. From: Jérémy Bobbio Subject: Remove build date Bug-Debian: http://bugs.debian.org/782851 In order to make unzip build reproducibly, we remove the (already optional) build date from the binary. --- a/unix/unix.c +++ b/unix/unix.c @@ -1705,7 +1705,7 @@ #endif /* Sun */ #endif /* SGI */ -#ifdef __DATE__ +#if 0 " on ", __DATE__ #else "", "" ttps://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/graph.scm
AgeCommit message (Expand)Author
2022-10-22Remove now unnecessary uses of (guix grafts)....Ludovic Courtès
2022-07-01tests: Adjust 'guix graph' test to latest OCaml changes....Ludovic Courtès
2022-02-05tests: Assert that cyclic graphs can be produced....Liliana Marie Prikler
2021-09-21graph: Add '--max-depth'....Ludovic Courtès
2020-10-20graph: Adjust test for recent OCaml changes....Ludovic Courtès