From 2e7e254160506dc00f1beabf170512a8e932934b Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 31 Dec 2016 15:43:38 +0100 Subject: [PATCH] fix build date in binary --- src/magic/omake_gen_magic.ml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/magic/omake_gen_magic.ml b/src/magic/omake_gen_magic.ml index b2419ba..fad52f5 100644 --- a/src/magic/omake_gen_magic.ml +++ b/src/magic/omake_gen_magic.ml @@ -150,7 +150,7 @@ let ir_magic = "%s" let obj_magic = "%s" let lib_dir = "%s" let version = "%s" -let version_message = "OMake %s:\\n\\tbuild [%s %s %d %02d:%02d:%02d %d]\\n\\ton %s" +let version_message = "OMake %s" |} default_save_interval digest_len @@ -160,15 +160,7 @@ let version_message = "OMake %s:\\n\\tbuild [%s %s %d %02d:%02d:%02d %d]\\n\\ton (digest_files ".omo.magic" ".omo" omo_files) (String.escaped libdir) (String.escaped (shorten_version version)) - (String.escaped version) - [|"Sun"; "Mon"; "Tue"; "Wed"; "Thu"; "Fri"; "Sat"|].(tm.tm_wday) - [|"Jan"; "Feb"; "Mar"; "Apr"; "May"; "Jun"; "Jul"; "Aug"; "Sep"; "Oct"; "Nov"; "Dec"|].(tm.tm_mon) - tm.tm_mday - tm.tm_hour - tm.tm_min - tm.tm_sec - (tm.tm_year + 1900) - (String.escaped (Unix.gethostname ())); + (String.escaped version); List.iter (fun (name,value) -> Printf.fprintf buf "let %s = %S\n" name value -- 2.11.0 od='get' action='/guix/log/gnu/ci.scm'>
path: root/gnu/ci.scm
AgeCommit message (Expand)Author
2024-01-23ci: Don't cross compile to or1k-elf....Mathieu Othacehe
2023-12-18gnu: ci: Build tuned packages for common baselines....Efraim Flashner
2023-12-12ci: Don't cross compile to avr....Efraim Flashner
2023-09-20image: Introduce the mbr-hybrid-raw image type....Mathieu Othacehe
2023-08-21ci: Really honor system type for manifests....Ludovic Courtès
2023-08-21ci: Honor user-specific systems for manifests....Ludovic Courtès
2023-08-18gnu: commencement: Use system in %final-inputs....Christopher Baines
2023-04-18ci: Add 'gdb-minimal' to the "core" package set....Ludovic Courtès
2023-03-09ci: Update the list of GCC versions for the 'core' subset....Ludovic Courtès
2022-10-22Remove now unnecessary uses of (guix grafts)....Ludovic Courtès
2022-10-13ci: Honor the system passed to image->job....Mathieu Othacehe
2022-10-11Revert "guix system: Remove unused 'read-operating-system' procedure."...Ludovic Courtès
2022-09-24gnu: Add compression module....Mathieu Othacehe
2022-08-17ci: Fix the images specification....Mathieu Othacehe
2022-08-09build-system: Add 'channel-build-system'....Ludovic Courtès
2022-08-05guix system: Remove unused 'read-operating-system' procedure....Ludovic Courtès
2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....Josselin Poiret
2022-05-22ci: Do not rely on hardcoded cross-targets lists....Mathieu Othacehe