aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/engineering.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-09 22:48:45 +0200
committerMarius Bakke <marius@gnu.org>2021-05-09 23:12:48 +0200
commite2093c0f3e263e8ef99ea5ddf97110abb35e9c42 (patch)
tree7a2a4dc5f36ebdc29ce9aa11ceb0105c85379430 /gnu/packages/engineering.scm
parentd954d7682da5e32e1ea4b744d1bd1591829eca68 (diff)
downloadguix-e2093c0f3e263e8ef99ea5ddf97110abb35e9c42.tar.gz
guix-e2093c0f3e263e8ef99ea5ddf97110abb35e9c42.zip
gnu: c-ares: Remove replacement package.
* gnu/packages/adns.scm (c-ares): Update to 1.17.1. [arguments]: New field. (c-ares/fixed): Remove variable.
Diffstat (limited to 'gnu/packages/engineering.scm')
0 files changed, 0 insertions, 0 deletions
rnoyer 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 2020-12-14maint: Only run `make authenticate` when pushing commits....* etc/git/pre-push: Exit early when deleting a branch. Leo Famulari