aboutsummaryrefslogtreecommitdiff
path: root/tests/records.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-11 01:20:27 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-13 11:51:07 +0100
commit0f2e8e94f16c6f71f4b27bf20bf3c9c4acea6d0a (patch)
treea57e0300b01e7b396c3a8c2e793eacc63f80c9dc /tests/records.scm
parent022acfb8802fadfa711452ee4f24645f8e7fefcf (diff)
downloadguix-0f2e8e94f16c6f71f4b27bf20bf3c9c4acea6d0a.tar.gz
guix-0f2e8e94f16c6f71f4b27bf20bf3c9c4acea6d0a.zip
gnu: shells.scm: Prefix license identifiers.
* gnu/packages/shells.scm (dash): (fish): (fish-foreign-env): (rc): (es): (tcsh): (zsh): (xonsh): (scsh): (linenoise): (s-shell): (oksh): (loksh): (mksh): (oil): (gash): (gash-utils): (rust-nu-cli-0.26): (rust-nu-command-0.26): (rust-nu-data-0.26): (rust-nu-engine-0.26): (rust-nu-errors-0.26): (rust-nu-json-0.26): (rust-nu-parser-0.26): (rust-nu-plugin-0.26): (rust-nu-plugin-binaryview-0.26): (rust-nu-plugin-chart-0.26): (rust-nu-plugin-fetch-0.26): (rust-nu-plugin-from-bson-0.26): (rust-nu-plugin-from-sqlite-0.26): (rust-nu-plugin-inc-0.26): (rust-nu-plugin-match-0.26): (rust-nu-plugin-post-0.26): (rust-nu-plugin-ps-0.26): (rust-nu-plugin-s3-0.26): (rust-nu-plugin-selector-0.26): (rust-nu-plugin-start-0.26): (rust-nu-plugin-sys-0.26): (rust-nu-plugin-textview-0.26): (rust-nu-plugin-to-bson-0.26): (rust-nu-plugin-to-sqlite-0.26): (rust-nu-plugin-tree-0.26): (rust-nu-plugin-xpath-0.26): (rust-nu-protocol-0.26): (rust-nu-source-0.26): (rust-nu-stream-0.26): (rust-nu-table-0.26): (rust-nu-test-support-0.26): (rust-nu-value-ext-0.26): Prefix license identifier.
Diffstat (limited to 'tests/records.scm')
0 files changed, 0 insertions, 0 deletions
'>etc: 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-18news: Add entry to 'guix style -S arguments'....* etc/news.scm: Add entry. Ludovic Courtès 2023-05-18doc: Change '--with-configure-flag' example to something that works....Passing '-DBUILD_COMPLEX=OFF' to lapack would eventually lead to a link error. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * doc/guix.texi (Package Transformation Options): Change '--with-configure-flag' example. * etc/news.scm: Likewise. Ludovic Courtès 2023-05-11teams: Fix script to produce a single X-Debbugs-Cc header....Fixes <https://issues.guix.gnu.org/63378>. * etc/teams.scm.in (cc): Adjust format pattern. (sort-members, member->string): New procedures. (list-members): Refactor in terms of the above procedures. (main): Adjust the output of the 'cc-members-header-cmd' and 'cc-mentors-header-cmd' actions. Reviewed-by: Arun Isaac <arunisaac@systemreboot.net> Maxim Cournoyer 2023-05-07etc: teams: Add sequoia.scm to the rust team....* etc/teams.scm.in (rust): Add gnu/packages/sequoia.scm to the rust team module scope. Efraim Flashner 2023-05-05news: Add 'de' translation....* etc/news.scm: Add German translation of 'with-configure-flag' entry. Florian Pelz 2023-05-04news: Add entry for '--with-configure-flag'....* etc/news.scm: Add entry. Ludovic Courtès 2023-05-01teams: Add a 'cc-mentors-header-cmd' action....* etc/teams.scm.in (main): Register a new "cc-mentors-header-cmd" action. Document it. 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 2023-05-01teams: Add 'cc-members-header-cmd' action....* etc/teams.scm.in (patch->teams): New procedure. (main): Use it. Add a new "cc-members-header-cmd" command; document it. Maxim Cournoyer 2023-04-26news: Add 'de' translation....* etc/news.scm: Add German translation of core-updates entry. Florian Pelz 2023-04-26news: Add entry for 'core-updates' merge....* etc/news.scm: Add entry. Ludovic Courtès 2023-04-24guix-install.sh: Fix GUIX_ALLOW_OVERWRITE condition....Before this change, the "Overwriting existing installation!" would be displayed erroneously. * etc/guix-install.sh (sys_create_store): Fix overwrite conditional. Maxim Cournoyer 2023-04-18snippets: tempel: Simplify git-commit-mode detection....* etc/snippets/tempel/text-mode: Simplify git-commit-mode detection. Signed-off-by: Andrew Tropin <andrew@trop.in> Nicolas Graves