Remove/patch unreproducible config data. diff --git a/configure b/configure index eb9f346..ebab94d 100755 --- a/configure +++ b/configure @@ -23163,7 +23163,7 @@ H4_VERSION="`cut -d' ' -f3 $srcdir/README.txt | head -1`" ## Configuration date - CONFIG_DATE="`date`" +CONFIG_DATE=`date -u -d "@$SOURCE_DATE_EPOCH"` ## User doing the configuration CONFIG_USER="`whoami`@`hostname`" diff --git a/libhdf4.settings.in b/libhdf4.settings.in index 1d9bbb9..4180d72 100644 --- a/libhdf4.settings.in +++ b/libhdf4.settings.in @@ -5,10 +5,10 @@ General Information: ------------------- HDF4 Version: @H4_VERSION@ Configured on: @CONFIG_DATE@ - Configured by: @CONFIG_USER@ + Configured by: guix Configure mode: @CONFIG_MODE@ - Host system: @host_cpu@-@host_vendor@-@host_os@ - Uname information: @UNAME_INFO@ + Host system: guix + Uname information: guix Libraries: @STATIC_SHARED@ Installation point: @prefix@ -- 2.10.0 > aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests
AgeCommit message (Expand)Author
2018-08-28tests: tor: Add more test cases....Chris Marusich
2018-08-28services: tor: Add a system test....Chris Marusich
2018-08-16gnu: services: Add pcscd service....Arun Isaac
2018-07-13services: mcron: Add 'schedule' action....Ludovic Courtès
2018-07-09services: Add prometheus-node-exporter-service-type....Gábor Boskovits
2018-07-03tests: basic: Wait for /var/run/shepherd/socket to be ready....Ludovic Courtès
2018-06-20services: boot: Take gexps instead of monadic gexps....Ludovic Courtès
2018-06-20services: cleanup: Expect file names to be UTF-8-encoded....Ludovic Courtès
2018-06-13tests: Honor the return value of 'start-service'....Clément Lassieur
2018-06-01tests: ssh: Use 'with-extensions'....Ludovic Courtès
2018-06-01services: Add hpcguix-web....Rouby Pierre-Antoine
2018-06-01marionette: Add 'wait-for-tcp-port'....Ludovic Courtès