"
PRETTY_NAME="Fedora Linux 40 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
CollinFrom d22f43b965cb5dcfa2c536802e3d3644bb80a25b Mon Sep 17 00:00:00 2001
From: Collin Funk
Date: Mon, 17 Jun 2024 00:32:07 -0700
Subject: [PATCH] test: Improve output of system information in test-suite.log.
Fix
Karl Berry wrote:
> Thanks Collin. I installed it (with minor wording tweaks).
Looks good, thanks.
> I had thought the extra space was useful rather than confusing,
> indicating that a word had been omitted from the output. But I'm fine
> with leaving it out. -k
I didn't mind it much but I do th
Hi,
"Li, Changqing" via Bug reports for Automake
writes:
> I met an issue when try to compile automake with the perl installed in a
> very long path which larger then max length of shebang , here is the
> reproduce steps
What shell cut off the path? Seems like a bug in that shell.
As Bruno
on Sep 17 00:00:00 2001
From: Collin Funk
Date: Mon, 2 Dec 2024 19:11:40 -0800
Subject: [PATCH] Make time-stamp after-save-hooks buffer-local.
* contrib/tap-driver.pl: Add time-stamp-line-limit so Emacs updates the
timestamp. Pass optional arguments to 'add-hook'.
* lib/tap-driver.sh:
Karl Berry writes:
> As far as I can tell, the date command on Solaris 10 (cfarm210) and 11
> (cfarm211) does not support any way to print a specified date value. So
> I inserted a fallback to perl -e 'print scalar
> gmtime($SOURCE_DATE_EPOCH)' if the date commands fail.
>
> If Perl isn't availab
Hi Karl,
Karl Berry writes:
> Does anyone have a BSD system (any flavor) I could get access to?
>
> Alternatively, attached is my unreleased version of mdate-sh which tries
> to handle SOURCE_DATE_EPOCH. It seems to work ok with GNU date. I copied
> the BSD date command (date -u -r ...) from
> h
Hi Karl,
Collin Funk writes:
>> Alternatively, attached is my unreleased version of mdate-sh which tries
>> to handle SOURCE_DATE_EPOCH. It seems to work ok with GNU date. I copied
>> the BSD date command (date -u -r ...) from
>> https://reproducible-builds.org/docs/sou