aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/monitoring.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-03 10:34:23 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-05-05 22:38:17 +0200
commit1f5eef839150506352ad15fd0a79a03a45cf4bcf (patch)
tree27de41787441205e9919e65b0d9f34c578c151a0 /gnu/tests/monitoring.scm
parent79d13482e49efd86ec992af83daf5209b12f9ff1 (diff)
downloadguix-1f5eef839150506352ad15fd0a79a03a45cf4bcf.tar.gz
guix-1f5eef839150506352ad15fd0a79a03a45cf4bcf.zip
gnu: Add python-termcolor-1.
* gnu/packages/python-xyz.scm (python-termcolor-1): New variable. Change-Id: I1aca97b6b7976cb698131c3a0be73e4798bef6d6
Diffstat (limited to 'gnu/tests/monitoring.scm')
0 files changed, 0 insertions, 0 deletions
gitconfig [commit]: Remove section. Maxim Cournoyer 2023-05-01Makefile.am: Auto-configure Git on 'make'....This means we do not need to worry anymore about manually syncing the pre-push git hook or the Guix-provided git configuration. * etc/git/gitconfig: Augment configuration template with useful options to allow for auto-configuration. * Makefile.am (.git/hooks/pre-push, .git/config): New targets. (nodist_noinst_DATA): New primary variable holding the above targets. Maxim Cournoyer 2021-10-14Add git configuration templates to improve diff hunk header detection....This is a follow-up to commit 9fc8ae4171e5da4939a64fc6d684c8b9d85bbe84, which missed two hunks from <https://issues.guix.gnu.org/50363>. Reported by hackeryarn on #guix. * .gitattributes, etc/git/gitconfig: New files. Signed-off-by: Marius Bakke <marius@gnu.org> Sarah Morgensen