| Commit message (Expand) | Author | Age |
* | gnu: elixir: Update to 1.8.2.•••* gnu/packages/elixir.scm (elixir): Update to 1.8.2.
| Tobias Geerinckx-Rice | 2019-05-15 |
* | gnu: perl-data-page: Update to 2.03.•••* gnu/packages/perl.scm (perl-data-page): Update to 2.03.
| Tobias Geerinckx-Rice | 2019-05-15 |
* | gnu: perl-text-csv: Update to 2.00.•••* gnu/packages/perl.scm (perl-text-csv): Update to 2.00.
| Tobias Geerinckx-Rice | 2019-05-15 |
* | gnu: ubridge: Don't use unstable tarball.•••* gnu/packages/networking.scm (ubridge)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice | 2019-05-15 |
* | gnu: ubridge: Update to 0.9.15.•••* gnu/packages/networking.scm (ubridge): Update to 0.9.15.
| Tobias Geerinckx-Rice | 2019-05-15 |
* | gnu: perl-time-duration: Update to 1.21.•••* gnu/packages/perl.scm (perl-time-duration): Update to 1.21.
| Tobias Geerinckx-Rice | 2019-05-15 |
* | gnu: python-django-rq: Update to 1.3.1.•••* gnu/packages/django.scm (python-django-rq): Update to 1.3.1.
| Tobias Geerinckx-Rice | 2019-05-15 |
* | vm: 'system-docker-image' provides an entry point.•••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'.
| Ludovic Courtès | 2019-05-15 |
* | system: Add 'operating-system-with-gc-roots'.•••* gnu/tests/install.scm (operating-system-with-gc-roots): Move to...
* gnu/system.scm (operating-system-with-gc-roots): ... here. New
procedure.
| Ludovic Courtès | 2019-05-15 |
* | linux-container: Compute essential services for THIS-OPERATING-SYSTEM.•••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.
| Ludovic Courtès | 2019-05-15 |
* | linux-container: Do not add %CONTAINER-FILE-SYSTEMS to Docker image OSes.•••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.
| Ludovic Courtès | 2019-05-15 |
* | installer: Rename 'auto-partition' to 'auto-partition!'.•••This is a followup to 7d567af46b4e10ffafb1d0f76b524f5781460598.
* gnu/installer/parted.scm (create-adjacent-partitions): Rename to...
(create-adjacent-partitions!): ... this. Make private.
(auto-partition): Rename to...
(auto-partition!): ... this.
* gnu/installer/newt/partition.scm (run-partioning-page): Adjust
accordingly.
| Ludovic Courtès | 2019-05-15 |
* | gnu: Add python-pylzma.•••* gnu/packages/python-xyz.scm (python-pylzma): New variable.
(python2-pylzma): New variable.
| Danny Milosavljevic | 2019-05-15 |
* | tests: Skip unreliable "herd invalidate nscd" test.•••* gnu/tests/base.scm (run-basic-test)["nscd invalidate action, wrong
table"]: Skip unconditionally.
| Ludovic Courtès | 2019-05-15 |
* | tests: 'getlogin' test creates its file atomically.•••Previously we could end up reading an empty /root/login-id file.
* gnu/tests/base.scm (run-basic-test)["getlogin on tty1"]: Create
/root/login-id atomically.
| Ludovic Courtès | 2019-05-15 |
* | marionette: Add braces to the keystrokes.•••* gnu/build/marionette.scm (%qwerty-us-keystrokes): Add braces.
| Ludovic Courtès | 2019-05-15 |
* | installer: Mount ESP once only.•••Fixes <https://bugs.gnu.org/35731>.
* gnu/installer/newt/partition.scm (run-partioning-page)[run-page]:
Introduce 'initial-partitions' variable. Previously we'd call
'disk-partitions' after 'auto-partition' had done its job of creating
new partitions, and thus its result would contain the just-created
partitions. Consequently, 'create-special-user-partitions' would return
the ESP partition we just created, and thus it would appear twice in the
list.
| Ludovic Courtès | 2019-05-15 |
* | services: Include ModemManager in %desktop-services.•••* gnu/services/desktop.scm (%desktop-services): Add modem-manager-service-type.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Florian Pelz | 2019-05-15 |
* | gnu: Update copyright line.•••* gnu/services/monitoring.scm: Update copyright line.
| Gábor Boskovits | 2019-05-15 |
* | installer: Increase backtrace verbosity.•••* gnu/installer.scm (installer-program): Set terminal-width to 200 to
make guile backtraces more verbose.
| Mathieu Othacehe | 2019-05-15 |
* | gnu: Remove python2-httpretty.•••This package is severely out of date compared to its Python 3 counterpart and
difficult to upgrade. Since it has no dependents in Guix and Python 2 is
officially deprecated by the end of this year, just remove it.
* gnu/packages/web.scm (python2-httpretty): Remove variable.
| Marius Bakke | 2019-05-15 |
* | gnu: vigra, notmuch: Use the Python3 Sphinx variant.•••* gnu/packages/image.scm (vigra)[native-inputs]: Change PYTHON2-SPHINX to
PYTHON-SPHINX.
* gnu/packages/mail.scm (notmuch)[native-inputs]: Likewise.
| Marius Bakke | 2019-05-15 |
* | gnu: tbb: Add a source file name.•••* gnu/packages/tbb.scm (tbb)[source](file-name): New field.
| Marius Bakke | 2019-05-15 |
* | gnu: tbb: Update to 2019_U6.•••* gnu/packages/tbb.scm (tbb): Update to 2019_U6.
| Marius Bakke | 2019-05-15 |
* | gnu: samba: Update to 4.10.3.•••* gnu/packages/samba.scm (samba): Update to 4.10.3.
| Marius Bakke | 2019-05-15 |
* | gnu: oniguruma: Update to 6.9.2.•••* gnu/packages/textutils.scm (oniguruma): Update to 6.9.2.
| Marius Bakke | 2019-05-15 |
* | gnu: Add ocaml-odoc.•••* gnu/packages/ocaml.scm (ocaml-odoc): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| gabrielhdt | 2019-05-14 |
* | gnu: Add ocaml-bisect-ppx.•••* gnu/packages/ocaml.scm (ocaml-bisect-ppx): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| gabrielhdt | 2019-05-14 |
* | gnu: Add ocaml-tyxml.•••* gnu/packages/ocaml.scm (ocaml-tyxml): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| gabrielhdt | 2019-05-14 |
* | gnu: Add ocaml-markup.•••* gnu/packages/ocaml.scm (ocaml-markup): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| gabrielhdt | 2019-05-14 |
* | gnu: python-requests-oauthlib: Fix building.•••* gnu/packages/python-web.scm (python-requests-oauthlib)[native-inputs]:
Add python-pyjwt for tests.
| Julien Lepiller | 2019-05-14 |
* | gnu: certbot, python-acme: Update to 0.34.2.•••* gnu/packages/tls.scm (certbot, python-acme): Update to 0.34.2.
| Leo Famulari | 2019-05-14 |
* | gnu: ocaml-base64: Update to 3.2.0.•••* gnu/packages/ocaml.scm (ocaml-base64): Update to 3.2.0.
[origin]: Use git-fetch.
(ocaml-piqilib)[origin]: Add a patch to fix building with new
versions of ocaml-base64.
* gnu/packages/patches/ocaml-piqilib-Update-base64.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Julien Lepiller | 2019-05-14 |
* | gnu: ocaml-tsdl: Update to 0.9.6.•••* gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.6.
| Julien Lepiller | 2019-05-14 |
* | gnu: ocaml-ocb-stubblr: Fix build failures using it.•••* gnu/packages/ocaml.scm (ocaml-ocb-stubblr)[arguments]: Add a phase to
fix guix-specific issues.
| Julien Lepiller | 2019-05-14 |
* | gnu: ocaml-sqlite3: Update to 4.4.1.•••* gnu/packages/ocaml.scm (ocaml-sqlite3): Update to 4.4.1.
[origin]: Use git-fetch.
| Julien Lepiller | 2019-05-14 |
* | gnu: dune: Update to 1.9.3.•••* gnu/packages/ocaml.scm (dune): Update to 1.9.3.
| Julien Lepiller | 2019-05-14 |
* | installer: Add fat16.•••* gnu/installer/newt/partition.scm (run-fs-type-page): Add fat16.
| Danny Milosavljevic | 2019-05-14 |
* | installer: Add btrfs-progs to PATH.•••* gnu/installer.scm (installer-program): Add btrfs-progs to PATH.
| Danny Milosavljevic | 2019-05-14 |
* | installer: Reflow run-file-textbox-page text.•••* gnu/installer/newt/page.scm (run-file-textbox-page): Reflow text.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Mathieu Othacehe | 2019-05-14 |
* | installer: Fix docstring.•••* gnu/installer/parted.scm (create-fat32-file-system): Fix docstring.
| Danny Milosavljevic | 2019-05-14 |
* | installer: Add fat16.•••* gnu/installer/parted.scm (user-fs-type-name): Add fat16.
(user-fs-type->mount-type): Add fat16.
(create-fat16-file-system): New procedure.
(format-user-partitions): Use it.
| Danny Milosavljevic | 2019-05-14 |
* | gnu: Add ataqv.•••* gnu/packages/bioinformatics.scm (ataqv): New variable.
| Ricardo Wurmus | 2019-05-14 |
* | gnu: burp: Update to 2.3.6.•••* gnu/packages/backup.scm (burp): Update to 2.3.6.
| Björn Höfling | 2019-05-14 |
* | gnu: anthy: Update source URI.•••* gnu/packages/anthy (anthy)[source]: Update URI.
| Björn Höfling | 2019-05-14 |
* | gnu: jnettop: Use archived source and homepage.•••* gnu/packages/admin.scm (jnettop)[source,home-page]:
Use archive.org mirror.
| Björn Höfling | 2019-05-14 |
* | gnu: xdot: Update to 1.1.•••* gnu/packages/graphviz.scm (xdot): Update to 1.1.
| Björn Höfling | 2019-05-14 |
* | gnu: font-hermit: Download as 'url-fetch/tarbomb'.•••* gnu/packages/fonts.scm (font-hermit)[source]: Use 'url-fetch/tarbomb'
method.
[arguments]: Remove custom phases.
| Efraim Flashner | 2019-05-14 |
* | gnu: Add emacs-evil-cleverparens•••* gnu/packages/emacs-xyz.scm (emacs-evil-cleverparens): New
variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| LaFreniere, Joseph | 2019-05-14 |
* | installer: Allow for arbitrary long passphrases and passwords.•••Fixes <https://bugs.gnu.org/35716>.
Reported by sirmacik <sirmacik@wioo.waw.pl>.
* gnu/installer/newt/page.scm (run-input-page): Add FLAG-SCROLL to
INPUT-FLAGS*.
* gnu/installer/newt/user.scm (run-user-add-page): Add FLAG-SCROLL to
ENTRY-PASSWORD.
| Ludovic Courtès | 2019-05-14 |