summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2021-03-16news: Add ‘de’ translation.Florian Pelz
2021-03-15news: Add news entry about changes to the QEMU binfmt service.Maxim Cournoyer
* etc/news.scm: Add entry.
2021-03-11news: Update copyright.Florian Pelz
* etc/news.scm: Add missing copyright header.
2021-03-11news: Add ‘nl’ translation.Tobias Geerinckx-Rice
* etc/news.scm (channel-news): Add a Dutch translation.
2021-03-11news: Add ‘de’ translation.Florian Pelz
2021-03-10news: Add entry for 'guix import go'.Ludovic Courtès
* etc/news.scm: Add entry.
2021-03-10ci: Remove hydra support.Mathieu Othacehe
This removes hydra support to use Cuirass as the only continuous integration system. * build-aux/hydra/gnu-system.scm: Remove it. * build-aux/hydra/guix-modular.scm: Ditto. * build-aux/hydra/guix.scm: Ditto. * build-aux/cuirass/hydra-to-cuirass.scm: Ditto. * Makefile.am (EXTRA_DIST): Update it. (hydra-jobs.scm): Remove it. (cuirass-jobs.scm): Update it. * build-aux/hydra/evaluate.scm: Move it to ... * build-aux/cuirass/evaluate.scm: ... here. * build-aux/cuirass/guix-modular.scm: Remove it. * build-aux/cuirass/gnu-system.scm: Ditto. * guix/packages.scm (%hydra-supported-systems): Rename it to ... (%cuirass-supported-systems): ... this variable. * build-aux/check-final-inputs-self-contained: Adapt it. * etc/release-manifest.scm: Ditto. * gnu/ci.scm (package->alist): Remove it. (derivation->job): New procedure. (package-job, package-cross-job, cross-jobs, image-jobs, system-test-jobs, tarball-jobs): Use it. (guix-jobs): New procedure. (hydra-jobs): Rename it to ... (cuirass-jobs): ... this procedure.
2021-03-02news: Add ‘de’ translation.Florian Pelz
2021-02-28news: Add ‘nl’ translation.Tobias Geerinckx-Rice
* etc/news.scm: Add a Dutch translation.
2021-02-28news: Add entry for the linux-libre 5.11 update.Leo Famulari
* etc/news.scm: Add entry.
2021-02-22news: Add 'zh' translation.Zhu Zihao
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-02-18news: Add ‘de’ translation.Florian Pelz
2021-02-17news: Add entry for "guix system image".Mathieu Othacehe
* etc/news.scm: New entry.
2021-02-17scripts: system: Remove 'vm-image' command.Mathieu Othacehe
Remove the 'vm-image' command that has been superseded by the 'image' command. * gnu/system/vm.scm (system-qemu-image): Remove it. * guix/scripts/system.scm (system-derivation-for-action): Mark 'vm-image' command as deprecated and use the image API to produce the VM image. (perform-action, show-help): Adapt accordingly. * tests/guix-system.sh: Ditto. * doc/guix.texi (Invoking guix system, Running Guix in a VM): Ditto. * etc/completion/fish/guix.fish: Ditto. * etc/completion/zsh/_guix: Ditto.
2021-02-09news: Add 'fr' translation.Ludovic Courtès
2021-02-09etc: 'guix-publish.service' depends on 'guix-daemon.service'.Ludovic Courtès
Reported by Dimitri Delabroye <dimitri.delabroye@inria.fr>. * etc/guix-publish.service.in (Requires, PartOf, After): New fields.
2021-02-09news: Add ‘de’ translation.Florian Pelz
2021-02-09news: Add news entry for local privilege escalation.Ludovic Courtès
* etc/news.scm: Add entry.
2021-02-03news: Add ‘de’ translation.Florian Pelz
2021-02-01news: Add entry for '--export-manifest' and '--export-channels'.Ludovic Courtès
* etc/news.scm: Add entry.
2021-01-21news: Add ‘de’ translation.Florian Pelz
2021-01-19news: Add entry for '--with-latest'.Ludovic Courtès
* etc/news.scm: Add entry.
2021-01-16news: Add ‘de’ translation.Florian Pelz
2021-01-14news: Add entry for zstd support.Ludovic Courtès
* etc/news.scm: Add entry.
2021-01-03/etc/profile.d/guix.sh: Add guix pull profile even when absentJakub Kądziołka
* etc/guix-install.sh (sys_create_init_profile): Set PATH and INFOPATH even when $_GUIX_PROFILE does not exist. After initial installation on a foreign distro, the guix pull profile won't be present in path. This means that the first guix pull won't take effect until the shell is restarted. ~/.guix-profile cannot be pre-loaded like this as the relevant paths are stored in ~/.guix-profile/etc/profile, which simply won't exist. However, guix package will output a relevant hint that instructs the user to reload the profile, so this isn't a problem.
2020-12-27news: Add ‘de’ translation.Florian Pelz
2020-12-27news: Add entry for '--with-patch'.Ludovic Courtès
* etc/news.scm: Add entry.
2020-12-23etc: snippets: Add new build systems to package snippet.Morgan Smith
* etc/snippets/scheme-mode/guix-package: Add the following as possibilities for the build-system field: clojure-build-system copy-build-system dune-build-system guile-build-system julia-build-system linux-module-build-system maven-build-system node-build-system qt-build-system rakudo-build-system Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-18guix-install.sh: Add variable quoting and curly-bracketing.Vincent Legoll
* etc/guix-install.sh (guix_get_bin)[dl_path]: Add variable quoting and curly-bracketing. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-18guix-install.sh: Adjust variable use in guix_get_bin_list().Vincent Legoll
* etc/guix-install.sh (guix_get_bin_list)[BIN_VER]: Add curly-brackets, [latest_ver]: Likewise & add explicit array zero-indexing. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-18guix-install.sh: Add variable quoting in sys_make_guix_available.Vincent Legoll
* etc/guix-install.sh (sys_make_guix_available): Add variable quoting. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-18guix-install.sh: Replace tabs with spaces.Vincent Legoll
Almost the entire file is indented with spaces, a few tabs slipped in, clean them up. * etc/guix-install.sh(chk_sys_arch): Replace tabs with spaces. (sys_enable_guix_daemon): Likewise. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-14maint: Only run `make authenticate` when pushing commits.Leo Famulari
* etc/git/pre-push: Exit early when deleting a branch.
2020-12-12news: Add 'es' translation.Miguel Ángel Arruga Vivas
2020-12-10etc: Add more SELinux permissions for the daemon.Marius Bakke
* etc/guix-daemon.cil.in (guix_daemon): Permit file write, getattr, link and unlink for the guix_daemon_exec_t type.
2020-12-04bash completion: Complete file names after '-f' and '-l'.Ludovic Courtès
* etc/completion/bash/guix (_guix_is_dash_f, _guix_is_dash_l): New functions. (_guix_complete): Complete file names after 'guix package -f', 'guix build -f', and 'guix environment -l'.
2020-12-04etc: snippets: Fix name extraction.Nicolas Goaziou
* etc/snippets/text-mode/guix-commit-message-add-package: Fix name extraction. This is a follow-up to 988a49c78ef19ad25cef543e2059a19db04bbd36.
2020-12-04etc: snippets: Fix name extraction.Nicolas Goaziou
* etc/snippets/text-mode/guix-commit-message-update-package: Since git commit mode is not derived from any Lisp mode, so-called sexp or symbols do not include the period character. As a consequence, names including versions are not properly extracted. Also use more idiomatic (goto-char (point-min)) instead of (beginning-of-buffer).
2020-12-01news: Fix typo.Nicolas Goaziou
* etc/news.scm (version): Add missing @option macro in French translation.
2020-11-29news: Add ‘de’ translation.Florian Pelz
2020-11-29news: Add entry for substitute servers discovery.Mathieu Othacehe
* etc/news.scm: Add entry.
2020-11-27etc: Add more SELinux permissions for the daemon.Marius Bakke
* etc/guix-daemon.cil.in (guix_daemon): Permit more operations required for various build jobs.
2020-11-26news: Add ‘de’ translation.Florian Pelz
2020-11-26etc: Add more SELinux permissions for the daemon.Marius Bakke
* etc/guix-daemon.cil.in (guix_daemon): Permit file appending, setattr, read/write UDP sockets, access to tmpfs and hugetlbfs, and connecting to PostgreSQL.
2020-11-26news: Add entry for LVM support.Ludovic Courtès
* etc/news.scm: Add entry.
2020-11-25etc: Add more SELinux permissions for the daemon.Marius Bakke
This is needed for some package test suites. * etc/guix-daemon.cil.in (guix_daemon): Permit unix_dgram_socket operations.
2020-11-25etc: snippets: Fix "gnu: Add ..." name when prefilling Common Lisp commits ↵Pierre Neidhardt
messages. * etc/snippets/text-mode/guix-commit-message-add-cl-package: Fix name and simplify the "New variables" line.
2020-11-23etc: snippets: Prefill Common Lisp package names.Pierre Neidhardt
* etc/snippets/text-mode/guix-commit-message-add-cl-package: New file.
2020-11-23etc: snippets: Fix package name extraction.Pierre Neidhardt
* etc/snippets/text-mode/guix-commit-message-add-package: Properly extract name when the diff contains a very short `define-public ...` above the actual new package. This can happen when the above package is a small inherited definition or cl/ecl package.
2020-11-17Merge remote-tracking branch 'origin/version-1.2.0' into masterMaxim Cournoyer
Conflicts: gnu/packages/bioinformatics.scm The python-pysam package fixed in master was kept instead of the update done in the version-1.2.0 branch.