From 19cf4af02d43a45f34a0708c356a7cffdff0de6b Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 8 Jul 2022 17:40:13 +0200 Subject: add .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7c649f0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.gitignore export-ignore +.gitattributes export-ignore +.github export-ignore +.editorconfig export-ignore -- cgit v1.2.3 > index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-build.sh
AgeCommit message (Expand)Author
2024-07-18guix build: Take ‘--system’ into account together with ‘-S’....Ludovic Courtès
2023-08-17ui: 'load*' accepts /dev/fd/N files pointing to a pipe....Ludovic Courtès
2023-04-28tests: guix-build.sh: Don't use hidden gcc for transformation tests....Josselin Poiret
2023-04-21tests: Fix checks for expected failures....Eric Bavier
2022-02-18guix build: Warn when attempting to build an unsupported package....Ludovic Courtès
2021-11-08Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-11-07ui: 'load*' correctly reports 'read-error' in all cases....Ludovic Courtès
2021-09-07tests: Adjust '--with-input' test....Ludovic Courtès
2021-03-23Add powerpc64le-linux as a supported Guix architecture....Chris Marusich