summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-07doc: Make sure 'htmlxref.cnf' is honored.version-1.0.1Ludovic Courtès
Fixes <https://bugs.gnu.org/39060>. Reported by Tobias Geerinckx-Rice <me@tobias.gr>. * doc/build.scm (html-manual)[build]: Copy 'htmlxref.cnf' to the current directory so that 'makeinfo' honors it.
2019-10-23doc: More responsive online manual.Julien Lepiller
* doc/build.scm (%makeinfo-html-options): Add viewport to all generated html pages for better mobile device support.
2019-07-24doc: Warn about GPG warning.Leo Famulari
* doc/guix.texi (Binary Installation, USB Stick and DVD Installation): Warn users about the web-of-trust untrusted key warning from GPG.
2019-07-20nls: Update 'fr' translation of the manual.Julien Lepiller
2019-07-16doc: Add 'images' directory next to HTML pages.Ludovic Courtès
* doc/build.scm (html-manual): Add images/ symlinks.
2019-07-15doc: Build a top-level index of the manuals.Ludovic Courtès
Suggested by Julien Lepiller. * doc/build.scm (html-manual-indexes)[build]: Add 'with-extensions'. (translate): Actually honor DOMAIN. Add call to 'bindtextdomain' for ISO-CODES. (%iso639-languages): New variable. (language-code->name, top-level-index): New procedures. Add call to 'write-html' for OUTPUT/index.html.
2019-07-15doc: Generalize build procedures of HTML indexes.Ludovic Courtès
* doc/build.scm (html-manual-indexes)[build](sxml-index): Generalize; add a 'title' and a 'body' parameter and honor them. (language-index): New procedure. (write-index): Remove. (write-html): New procedure. Use 'write-html' and 'language-index'.
2019-07-15build: Add 'doc/build.scm' to build on-line copies of the manual.Ludovic Courtès
* doc/build.scm: New file. * Makefile.am (EXTRA_DIST): Add it.
2019-05-19gnu: guix: Update to 8204295.Ludovic Courtès
2019-05-19gnu: guix: Update to 1.0.1.Ludovic Courtès
2019-05-19installer: Fix Guile-Parted crash on i686.v1.0.1Ludovic Courtès
Fixes <https://bugs.gnu.org/35783>. This is a followup to 7d567af46b4e10ffafb1d0f76b524f5781460598. * gnu/installer/parted.scm (auto-partition!): Append ESP-PARTITION, when it is true, to the result of 'create-adjacent-partitions!'. * gnu/installer/newt/partition.scm (run-partioning-page): Remove 'initial-partitions' variable, and remove call to 'create-special-user-partitions'. Co-authored-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-05-18pack: '--localstatedir' and '-R' tests gracefully handle missing /gnu/store.Ludovic Courtès
Fixes <https://bugs.gnu.org/35776>. Reported by Ting-Wei Lan <lantw44@gmail.com>. * tests/guix-pack-localstatedir.sh: Set 'storedir' before 'NIX_STORE_DIR'. * tests/guix-pack-relocatable.sh: Likewise.
2019-05-18gremlin: Adjust tests for foreign distros.Ting-Wei Lan
Fixes <https://bugs.gnu.org/35775>. * tests/gremlin.scm ("elf-dynamic-info-needed, executable"): Expect only libguile and libc among NEEDED. ("strip-runpath"): Pass '--enable-new-dtags' to get RUNPATH, not RPATH.
2019-05-18build: Add 'docker-image.tmpl' to the distribution.Ludovic Courtès
Fixes <https://bugs.gnu.org/35774>. Reported by Ting-Wei Lan <lantw44@gmail.com>. * Makefile.am (EXAMPLES): Add docker-image.tmpl.
2019-05-17Update NEWS.Ludovic Courtès
2019-05-17nls: Update 'es' translation.Ludovic Courtès
2019-05-17nls: Update 'de' translation.Ludovic Courtès
2019-05-16Update NEWS.Ludovic Courtès
2019-05-16maint: 'check-available-binaries' checks for more packages.Ludovic Courtès
Fixes <https://bugs.gnu.org/35539>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * build-aux/check-available-binaries.scm (packages-for-system): New procedure. <top level>: Use it.
2019-05-16gnu: js-mathjax: Avoid "Too many open files" error while building.Ludovic Courtès
* gnu/packages/javascript.scm (js-mathjax)[arguments]: Add call to 'close-pipe'. Previously builds would sometimes fail with EMFILE (this was non-deterministic as it depends on GC activity.)
2019-05-16vm-image: Remove ModemManager.Ludovic Courtès
This is a followup to 36f5d78d4af02ad23c33bfb46702d92086bf2796. * gnu/system/examples/vm-image.tmpl (services): Remove MODEM-MANAGER-SERVICE-TYPE.
2019-05-16vm-image: Remove 'network-manager-applet' from system profile.Ludovic Courtès
This is a followup to 05d907ac6fc6e139389a91ab5540c0dc573a8ce7. * gnu/system/examples/vm-image.tmpl (services): Remove 'network-manager-applet'.
2019-05-16gnu: custom-gcc: Unhide resulting package.Ricardo Wurmus
This is a follow-up to commit d78010b81ee6ef4fd8803082e2f401b9e55b44db. While the plain "gcc" packages should be hidden by default, gcc-derived packages like "gfortran" should not. * gnu/packages/gcc.scm (custom-gcc)[properties]: Remove the 'hidden? property.
2019-05-16gnu: star: Update to 2.7.1a.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (star): Update to 2.7.1a.
2019-05-16gnu: network-manager-applet: Patch libnma for modem support.Florian Pelz
* gnu/packages/gnome.scm (network-manager-applet): Patch libnma to load iso-codes and mobile-broadband-provider-info from the store and not require them in the profile. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-16guix system: Type-check the file or expression.Ludovic Courtès
Previously, users would get a wrong-type-arg exception down the road with an intimidating backtrace. * guix/scripts/system.scm (process-action)[ensure-operating-system]: New procedure. Use it.
2019-05-16gnu: grammalecte: Update to 1.1.Nicolas Goaziou
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.1.
2019-05-16gnu: loksh: Update to 6.5.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (loksh): Update to 6.5.
2019-05-16gnu: cssc: Update to 1.4.1.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (cssc): Update to 1.4.1.
2019-05-16gnu: git-lfs: Update to 2.7.2.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (git-lfs): Update to 2.7.2.
2019-05-16gnu: ndctl: Update to 65.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (ndctl): Update to 65.
2019-05-15gnu: linux-libre: Update to 5.1.2.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.2. (%linux-libre-hash): Update hash.
2019-05-15gnu: linux-libre@4.19: Update to 4.19.43.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.43. (%linux-libre-4.19-hash): Update hash.
2019-05-15gnu: linux-libre@4.14: Update to 4.14.119.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.119. (%linux-libre-4.14-hash): Update hash.
2019-05-15gnu: linux-libre@4.9: Update to 4.9.176.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.176.
2019-05-15gnu: python-jedi: Update to 0.13.3.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.13.3. (python2-jedi): Enable tests.
2019-05-15gnu: elixir: Update to 1.8.2.Tobias Geerinckx-Rice
* gnu/packages/elixir.scm (elixir): Update to 1.8.2.
2019-05-15gnu: perl-data-page: Update to 2.03.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-data-page): Update to 2.03.
2019-05-15gnu: perl-text-csv: Update to 2.00.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-text-csv): Update to 2.00.
2019-05-15gnu: ubridge: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (ubridge)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-05-15gnu: ubridge: Update to 0.9.15.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (ubridge): Update to 0.9.15.
2019-05-15gnu: perl-time-duration: Update to 1.21.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-time-duration): Update to 1.21.
2019-05-15gnu: python-django-rq: Update to 1.3.1.Tobias Geerinckx-Rice
* gnu/packages/django.scm (python-django-rq): Update to 1.3.1.
2019-05-15vm: 'system-docker-image' provides an entry point.Ludovic Courtès
This simplifies use of images created with 'guix system docker-image'. * gnu/system/vm.scm (system-docker-image)[boot-program]: New variable. [os]: Add it to the GC roots. [build]: Pass #:entry-point to 'build-docker-image'. * gnu/tests/docker.scm (run-docker-system-test): New procedure. (%test-docker-system): New variable. * doc/guix.texi (Invoking guix system): Remove GUIX_NEW_SYSTEM hack and '--entrypoint' from the example. Mention 'docker create', 'docker start', and 'docker exec'.
2019-05-15docker: 'build-docker-image' accepts an optional #:entry-point.Ludovic Courtès
* guix/docker.scm (config): Add #:entry-point and honor it. (build-docker-image): Likewise.
2019-05-15system: Add 'operating-system-with-gc-roots'.Ludovic Courtès
* gnu/tests/install.scm (operating-system-with-gc-roots): Move to... * gnu/system.scm (operating-system-with-gc-roots): ... here. New procedure.
2019-05-15linux-container: Compute essential services for THIS-OPERATING-SYSTEM.Ludovic Courtès
Previously, the 'essential-services' would correspond to the initial, non-containerized OS. Thus, all the file systems removed in 'container-essential-services' would actually still be there because the essential services would be computed on the non-containerized OS. This is a followup to 69cae3d3356a69b7fe69481338f760545995485e. * gnu/system/linux-container.scm (container-essential-services): Call 'operating-system-default-essential-services' to get the baseline services. (containerized-operating-system): Pass THIS-OPERATING-SYSTEM, not OS, to 'container-essential-services'. Add a dummy root file system to 'file-systems'. (container-script)[mountable-file-system?]: New procedure. Use it.
2019-05-15linux-container: Do not add %CONTAINER-FILE-SYSTEMS to Docker image OSes.Ludovic Courtès
Previously, 'guix system docker-image' would end up providing an OS that would try to mount all of %CONTAINER-FILE-SYSTEMS as well as /gnu/store, which is bound to fail in unprivileged Docker. This patch makes it so that 'guix system container' still gets those file systems, but 'guix system docker-image' doesn't. * gnu/system/linux-container.scm (containerized-operating-system): Add #:extra-file-systems parameter and honor it. Do not include %STORE-MAPPING and SHARED-NETWORK-FILE-MAPPINGS. (container-script): Add %STORE-MAPPING and optionally NETWORK-MAPPINGS to MAPPINGS and pass #:extra-file-systems.
2019-05-15nls: Update 'zh_CN' translation.Ludovic Courtès
2019-05-15doc: Mention ModemManager.Florian Pelz
* doc/guix.texi (Desktop Services): Mention ModemManager here. Signed-off-by: Ludovic Courtès <ludo@gnu.org>