]> git.ipfire.org Git - thirdparty/autoconf.git/log
thirdparty/autoconf.git
3 years agolog_environment: add #CPUs probe for FreeBSD
Zack Weinberg [Sun, 26 Sep 2021 16:28:07 +0000 (12:28 -0400)] 
log_environment: add #CPUs probe for FreeBSD

3 years agolog_environment: Reactivate report_machine/report_ENV
Zack Weinberg [Sun, 26 Sep 2021 16:09:18 +0000 (12:09 -0400)] 
log_environment: Reactivate report_machine/report_ENV

accidentally left these commented out in the previous commit

3 years agolog_environment: Make version probes more robust.
Zack Weinberg [Sun, 26 Sep 2021 16:04:28 +0000 (12:04 -0400)] 
log_environment: Make version probes more robust.

3 years agoLog more stuff in log_environment
Zack Weinberg [Sat, 18 Sep 2021 15:28:35 +0000 (11:28 -0400)] 
Log more stuff in log_environment

- Number of available CPUs
- On Linux, attempt to identify the build C library
  (currently only knows about glibc and musl)

3 years agoCreate disconnected branch for CI scripts.
Zack Weinberg [Wed, 15 Sep 2021 21:15:19 +0000 (17:15 -0400)] 
Create disconnected branch for CI scripts.

I don’t know if this will be the way to maintain them long term, but
this keeps them out of the hair of people working on trunk while
they’re experimental.

Currently only has metainformation and a script to produce a report on
how a CI environment is set up (vital for debugging).

BuildCommon.pm was originally written by me for
libxcrypt (https://github.com/besser82/libxcrypt).  That project uses
very permissive licensing when possible, so it is under CC0 rather
than GPL.