summaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAge
* news: Add 'de' translation.Florian Pelz2019-12-12
| | | | * etc/news.scm: Add 'de' translation.
* news: Add entry for "guix challenge --diff".Ludovic Courtès2019-12-12
| | | | * etc/news.scm: Add entry for "guix challenge --diff".
* guix-install.sh: Use a deterministic umask.Tobias Geerinckx-Rice2019-12-04
| | | | | | | | | Users with strict umasks (e.g. 0077) would end up with an unreadable /gnu (mode 0700) and no way to run guix. Reported by A. <@aaap:matrix.org> on #guix. * etc/guix-install.sh (main): Set umask before installing anything.
* guix build, daemon: Rename "--no-build-hook" to "--no-offload".Ludovic Courtès2019-11-26
| | | | | | | | | | | | | | | | This is a followup to bc69ea2d605810cc32e13ed03d5848b8dc358b61. * guix/scripts/build.scm (show-build-options-help): Rename "--no-build-hook" to "--no-offload". (%standard-build-options): Likewise, and warn when "--no-build-hook" is passed. * nix/nix-daemon/guix-daemon.cc (options): Add "--no-offload" and mark "--no-build-hook" as hidden. * guix/scripts/offload.scm: Adjust comment. * doc/guix.texi (Invoking guix-daemon, Common Build Options): Replace "--no-build-hook" with "--no-offload". * etc/completion/fish/guix.fish, etc/completion/zsh/_guix: Adjust accordingly.
* news: Fix another 'de' translation typo.Florian Pelz2019-11-16
| | | | * etc/news.scm: Fix typo.
* news: Fix 'de' translation typo.Florian Pelz2019-11-16
| | | | * etc/news.scm: Fix typo.
* news: Add entry for "guix time-machine".Konrad Hinsen2019-11-15
| | | | | | * etc/news.scm: Add entry for 'guix time-machine'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* news: Add Spanish translation.Miguel Ángel Arruga Vivas2019-11-09
| | | | | | * etc/news.scm: Add spanish translation. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* news: Add 'de' translation.Florian Pelz2019-11-08
| | | | * etc/news.scm: Add new 'de' translation.
* news: Add entry for package transformation options in "guix graph".Ludovic Courtès2019-11-07
| | | | * etc/news.scm: Add entry for "guix graph --with-input".
* news: Add 'de' translation.Florian Pelz2019-11-02
| | | | * etc/news.scm: Add 'de' translation.
* news: Fix typo.Tobias Geerinckx-Rice2019-10-28
| | | | | | Reported by Eric Bavier <ericbavier@centurylink.net>. * etc/news.scm: Fix typo in English title of latest news item.
* news: Add entry for /etc/guix/channels.scm.Ludovic Courtès2019-10-27
| | | | * etc/news.scm: Add entry to /etc/guix/channels.scm.
* news: Add CVE ID.Ludovic Courtès2019-10-18
| | | | * etc/news.scm: Add CVE ID for insecure permissions entry.
* news: Fix 'de' translation.Florian Pelz2019-10-17
| | | | * etc/news.scm: Add new 'de' translation.
* news: Fix ‘nl’ translation typo.Tobias Geerinckx-Rice2019-10-16
| | | | * etc/news.scm: Fix typo.
* news: Add 'de' translation.Florian Pelz2019-10-16
| | | | | | * etc/news.scm: Add new 'de' translation. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* news: Add 'fr' translation.Julien Lepiller2019-10-16
| | | | * etc/news.scm: Add 'fr' translation.
* news: Add 'nl' translation.Tobias Geerinckx-Rice2019-10-16
| | | | * etc/news.scm: Add 'nl' translation.
* news: Add entry for security issue with /var/guix/profiles/per-user.Ludovic Courtès2019-10-16
| | | | * etc/news.scm: Add entry for security issue in multi-user setups.
* nls: Add ‘nl’ translation of news entries.Tobias Geerinckx-Rice2019-09-28
| | | | * etc/news.scm: Add ‘nl’ translations.
* nls: Update 'de' translation of news entries.Florian Pelz2019-09-27
| | | | * etc/news.scm: Improve 'de' translation for news entries.
* nls: Update 'de' translation of news entries.Florian Pelz2019-09-27
| | | | * etc/news.scm: Add 'de' translation for news entry titles.
* nls: Update 'fr' translation of news entries.Julien Lepiller2019-09-26
| | | | * etc/news.scm: Add more 'fr' translations.
* nls: Update 'de' translation of news entries.Florian Pelz2019-09-24
| | | | * etc/news.scm: Add more 'de' translations.
* news: Add entry for the glibc upgrade.Ludovic Courtès2019-09-24
| | | | * etc/news.scm: Add entry for 5f3f70391809f8791c55c05bd1646bc58508fa2c.
* news: Add entry for the reduced binary seed bootstrap.Ludovic Courtès2019-09-24
| | | | * etc/news.scm: Add entry for cdd3bcf03883d129581a79e6d6611b2afd3b277b.
* etc: Add channel news file.Ludovic Courtès2019-09-23
| | | | | * etc/news.scm: New file. * Makefile.am (EXTRA_DIST): Add it.
* etc: Remove references to libexec/guix* from SELinux policy.Ludovic Courtès2019-09-08
| | | | * etc/guix-daemon.cil.in: Remove references to libexec/guix*.
* guix-install.sh: Work around locale issues in 'guix-daemon.service'.Ludovic Courtès2019-09-05
| | | | | * etc/guix-install.sh (sys_enable_guix_daemon): Modify 'guix-daemon.service' to work around locale issues not fixed in 1.0.1.
* guix-install.sh: Don't initialise ~/.gnupg.Tobias Geerinckx-Rice2019-07-08
| | | | * etc/guix-install.sh (chk_gpg_keyring): Call gpg with ‘--dry-run’.
* guix-install.sh: Check for PGP key separately.Tobias Geerinckx-Rice2019-07-08
| | | | | | * etc/guix-install.sh (chk_gpg_keyring): New function to handle the public key check previously stuffed into chk_require. (main): Call it.
* guix-install.sh: Add missing ‘local’ declaration.Tobias Geerinckx-Rice2019-07-08
| | | | * etc/guix-install.sh (chk_require): Make $c local.
* guix-install.sh: Treat REQUIRE as the array it is.Tobias Geerinckx-Rice2019-07-08
| | | | | | | | Don't flatten it into a string only to split it again later. * etc/guix-install.sh (chk_require): Iterate over array elements, not string tokens. (main): Pass $REQUIRE as an array of arguments.
* etc: Do not recommend use of SKS key servers.Ricardo Wurmus2019-07-01
| | | | * etc/guix-install.sh: Recommend downloading the GPG key from Savannah.
* etc: Remove hydra.gnu.org.pub key.Tobias Geerinckx-Rice2019-06-29
| | | | | | | | | * etc/substitutes/hydra.gnu.org.pub: Delete file. * guix/self.scm (miscellaneous-files): Don't install it. * Makefile.am (dist_pkgdata_DATA): Remove it. * gnu/services/base.scm (%default-authorized-guix-keys): Likewise. (hydra-key-authorization): Rename to… (substitute-key-authorization): …this. Adjust only call site.
* guix-install.sh: Don't authorise hydra.gnu.org.Tobias Geerinckx-Rice2019-06-29
| | | | | * etc/guix-install.sh (sys_authorize_build_farms): Authorise only ci.guix.gnu.org and make all references to it singular.
* etc: Fix GUIX_LOCPATH quoting in 'guix-publish.service' file.Jack Hill2019-06-05
| | | | | | | This is a followup to 579d17b70dac067f8194ede46513400b91ac136a. * etc/guix-publish.service.in (Environment): Move GUIX_LOCPATH inside the quotes.
* etc: guix-daemon.service.in: Fix GUIX_LOCPATH quoting.Jack Hill2019-06-05
| | | | | | | | | Fixes <https://bugs.gnu.org/36074>. * etc/guix-daemon.service.in: Move the GUIX_LOCPATH environment variable name inside the quotes. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* Set 'LC_ALL=en_US.utf8' in systemd '.service' files.Ludovic Courtès2019-05-13
| | | | | | | | Fixes <https://bugs.gnu.org/35671>. * etc/guix-daemon.service.in (Environment): Quote the 'GUIX_LOCPATH' value; add 'LC_ALL'. * etc/guix-publish.service.in (Environment): Likewise.
* etc: Refer to ci.guix.gnu.org in install script.Ricardo Wurmus2019-05-10
| | | | * etc/guix-install.sh: Replace reference to ci.guix.info with ci.guix.gnu.org.
* Add (guix bzr-download).Maxim Cournoyer2019-05-09
| | | | | | | * guix/bzr-download.scm, guix/build/bzr.scm, etc/snippets/scheme-mode/guix-bzr-reference: New files. * Makefile.am (MODULES): Add them. * etc/snippets/scheme-mode/guix-origin: Add "bzr-fetch" to the origin choices.
* guix-install.sh: Update URL.Ludovic Courtès2019-05-02
| | | | * etc/guix-install.sh (GNU_URL): Change to ftp.gnu.org.
* build: Change default substitute server to "ci.guix.gnu.org".Ludovic Courtès2019-05-01
| | | | | | | | | | | * config-daemon.ac: Replace "ci.guix.info" with "ci.guix.gnu.org". * doc/guix.texi (SUBSTITUTE-SERVER): Likewise. * etc/substitutes/ci.guix.gnu.org.pub: New file. * Makefile.am (dist_pkgdata_DATA): Add it. * guix/scripts/build.scm (%default-log-urls): Update. * guix/scripts/substitute.scm (%default-substitute-urls): Likewise. * guix/store.scm (%default-substitute-urls): Likewise. * guix/self.scm (miscellaneous-files): Add "ci.guix.gnu.org".
* guix package: Add 'install', 'remove', and 'upgrade' aliases.Ludovic Courtès2019-04-29
| | | | | | | | | | | | | | | | * guix/scripts/install.scm, guix/scripts/remove.scm, guix/scripts/upgrade.scm, tests/guix-package-aliases.sh: New files. * Makefile.am (MODULES, SH_TESTS): Add them. * po/guix/POTFILES.in: Add them. * guix/scripts/package.scm (guix-package): Split with... (guix-package*): ... this. New procedure. * doc/guix.texi (Invoking guix package): Document them. (Binary Installation, Application Setup, Package Management) (Packages with Multiple Outputs, Package Modules) (X.509 Certificates, Installing Debugging Files): Use 'guix install' in simple examples. * etc/completion/bash/guix (_guix_complete): Handle "install", "remove", and "upgrade".
* etc: Add "rename" snippet.Pierre Neidhardt2019-03-26
| | | | * etc/snippets/text-mode/guix-commit-message-rename-package: New file.
* Correct name and email address for ng0.ng02019-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .mailmap, Makefile.am, doc/guix.de.texi, doc/guix.fr.texi, doc/guix.texi, etc/completion/fish/guix.fish, gnu/packages/accessibility.scm, gnu/packages/admin.scm, gnu/packages/audio.scm, gnu/packages/autotools.scm, gnu/packages/cdrom.scm, gnu/packages/check.scm, gnu/packages/cinnamon.scm, gnu/packages/compression.scm, gnu/packages/crypto.scm, gnu/packages/databases.scm, gnu/packages/django.scm, gnu/packages/dns.scm, gnu/packages/elixir.scm, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm, gnu/packages/enlightenment.scm, gnu/packages/erlang.scm, gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/forth.scm, gnu/packages/fvwm.scm, gnu/packages/games.scm, gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gtk.scm, gnu/packages/guile-wm.scm,gnu/packages/guile-xyz.scm, gnu/packages/haskell-check.scm, gnu/packages/haskell-crypto.scm, gnu/packages/haskell.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/language.scm, gnu/packages/libcanberra.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm, gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm, gnu/packages/ncurses.scm, gnu/packages/networking.scm, gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm, gnu/packages/perl-check.scm, gnu/packages/perl.scm, gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/python-xyz.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm, gnu/packages/telephony.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm, gnu/services/desktop.scm, gnu/services/version-control.scm, gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm: Correct name and email address for ng0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* etc: snippets: Prefill package name.Ricardo Wurmus2019-03-08
| | | | | * etc/snippets/text-mode/guix-commit-message-add-package: Extract package name from diff.
* etc: snippets: Prefill package name and version.Ricardo Wurmus2019-03-07
| | | | | * etc/snippets/text-mode/guix-commit-message-update-package: Extract package name and version from git diff output.
* guix-install.sh: Avoid "#!/bin/bash" shebang.Ludovic Courtès2019-02-05
| | | | | | | | Fixes <https://bugs.gnu.org/34279>. Reported by Claes Wallin (韋嘉誠) <clacke@lysator.liu.se>. * etc/guix-install.sh: Change shebang to #!/bin/sh and add 'if' statement to spawn Bash if needed.