aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-02-01 04:17:25 +0000
committerVagrant Cascadian <vagrant@debian.org>2020-01-31 20:22:27 -0800
commit01501a308c515b1d77c127fa4b5103827951b4e6 (patch)
treedb186bde3795598011d84dc2b588ac6b68bf42b7 /etc
parentcd63c2beb0a0693ed8bf86362738bb724d8f95b7 (diff)
downloadguix-01501a308c515b1d77c127fa4b5103827951b4e6.tar.gz
guix-01501a308c515b1d77c127fa4b5103827951b4e6.zip
gnu: Add opensbi-sifive-fu540.
* gnu/packages/firmware (opensbi-sifive-fu540): New variable.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions
/td> 2023-05-18etc: gitconfig: Do not enforced signed commits....This change was more invasive than initially thought, and cannot be disabled easily, as raised by a few people. Let's revert it for now. At least the pre-push hook should be deployed automatically and catch any unsigned commits attempted to be pushed to Savannah. * etc/git/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