~ruther/guix-local

63302a4e — Ludovic Courtès 9 years ago
Add (gnu build shepherd).

* gnu/build/shepherd.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
c90db25f — Ludovic Courtès 9 years ago
linux-container: Add 'container-excursion*'.

* gnu/build/linux-container.scm (container-excursion*): New procedure.
* tests/containers.scm ("container-excursion*")
("container-excursion*, same namespaces"): New tests.
b9a5efa5 — Ludovic Courtès 9 years ago
services: bitlbee: Read the PID file.

* gnu/services/networking.scm (bitlbee-shepherd-service): Pass
  #:pid-file to 'make-forkexec-constructor'.
f2c66fbe — Ludovic Courtès 9 years ago
bash completion: Complete subcommands for the current word.

* etc/completion/bash/guix (_guix_complete_subcommand): Refer to
the $COMP_CWORD element instead of the last element.
a93c1c59 — Ludovic Courtès 9 years ago
bash completion: Properly complete 'guix container exec'.

* etc/completion/bash/guix (_guix_complete_pid): New function.
(_guix_complete): Add case for "container".
e109ed39 — Ludovic Courtès 9 years ago
bash completion: Complete file names after 'guix system COMMAND'.

* etc/completion/bash/guix (_guix_complete): When the command is
"system" and $COMP_CWORD > 2, use _guix_complete_file.
3454f7ed — Ludovic Courtès 9 years ago
bash completion: Complete 'guix gc' with file names.

Reported by a couple of cool folks at a bar in Brussels.

* etc/completion/bash/guix (_guix_complete): Use '_guix_complete_file'
for 'guix gc'.  This fixes completion of 'guix gc -d'.
7597478e — Ludovic Courtès 9 years ago
file-systems: Add '%network-configuration-files' and '%network-file-mappings'.

* gnu/system/file-systems.scm (%network-configuration-files)
(%network-file-mappings): New variables.
* guix/scripts/environment.scm (%network-configuration-files): Remove.
(launch-environment/container): Refer to '%network-file-mappings'
instead of calling 'filter-map'.
a24fda81 — Marius Bakke 9 years ago
gnu: bdb: Correct license.

* gnu/packages/databases.scm (bdb)[license]: Replace with up-to-date
information. Move previous contents to ...
(bdb-5.3)[license]: ... here.
5f0f3686 — Marius Bakke 9 years ago
gnu: dosfstools: Update to 4.1.

* gnu/packages/disk.scm (dosfstools): Update to 4.1.
[arguments]: Enable tests.
[native-inputs]: Add VIM.
d846834f — Marius Bakke 9 years ago
gnu: grub: Update to 2.02rc1.

* gnu/packages/grub.scm (grub, grub-efi): Update to 2.02rc1.
[arguments]: Don't disable grub_func_test. Remove #:configure-flags.
686d4259 — Leo Famulari 9 years ago
gnu: certbot, python-acme: Update to 0.11.1.

* gnu/packages/tls.scm (python-acme, python2-acme): Update to 0.11.1.
(certbot): Update to 0.11.1.
[version]: Use python-acme's version.
6edc1579 — Leo Famulari 9 years ago
gnu: tcpdump: Fetch source from tcpdump.org.

* gnu/packages/admin.scm (tcpdump)[source]: Remove temporary alternate URL.
416c57f0 — Marius Bakke 9 years ago
gnu: ddrescue: Update to 1.22.

* gnu/packages/disk.scm (ddrescue): Update to 1.22.
[home-page]: Use HTTPS.
cc1c3977 — Sergei Trofimovich 9 years ago
gnu: Add re2c.

* gnu/packages/re2c.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add re2c.scm.

CC: ng0 <contact.ng0@cryptolab.net>
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1ca0f20a — Sergei Trofimovich 9 years ago
config-daemon.ac: detect host AR

The problem is seen when we try to use explicit host:

    ./configure --prefix=/usr --localstatedir=/var/lib --host=x86_64-pc-linux-gnu
    make V=1

Before the change:
    ar cru libstore.a nix/libstore/libstore_a-gc.o
After the change:
    x86_64-pc-linux-gnu-ar cru libstore.a

* config-daemon.ac: use AM_PROG_AR to detect host AR

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
36c4917c — Ludovic Courtès 9 years ago
linux-container: Add comment on exception handling.

* gnu/build/linux-container.scm (run-container): Add note about writing
the exceptions.
168aba29 — Ludovic Courtès 9 years ago
linux-container: Do not rely on 'isatty?'.

This avoids problems where 'isatty?' return #t but 'ttyname' fails with
ENOTTY or such.

* gnu/build/linux-container.scm (mount-file-systems): Remove call of
'isatty?'.  Directly call 'ttyname' and catch 'system-error'.
e69dc545 — Danny Milosavljevic 9 years ago
gnu: xonsh: Update to 0.5.3.

* gnu/packages/shell.scm (xonsh): Update to 0.5.3.
15308f6d — Danny Milosavljevic 9 years ago
gnu: u-boot: Update to 2017.01.

* gnu/packages/u-boot.scm (u-boot): Update to 2017.01.
Next