summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* services: Add RabbitMQ.release_26Christopher Baines2018-09-29
| | | | | | * gnu/services/message-broker.scm: New file. * gnu/services/message-broker.scm: New file. * gnu/local.mk: Add entries for new files.
* gnu: Add rabbitmq.Christopher Baines2018-09-29
| | | | | * gnu/packages/rabbitmq.scm: New file. * gnu/local.mk: Add gnu/packages/rabbitmq.scm.
* Use a pid file in the mysql serviceChristopher Baines2018-09-29
|
* scripts: system: Add support for container network sharing.Christopher Baines2018-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a port of the functionality in the Guix environment command to the guix system container command. This requires additional changes to the operating-system definitions used, in particular, networking related services may need removing if the host network is shared. * guix/scripts/system.scm (system-derivation-for-action): Add #:container-shared-network? argument. (perform-action): Add #:container-shared-network? argument. (show-help): Add "-N, --network" help information. (%options): Add network option. (process-action): Call perform-action with #:container-shared-network?. * gnu/system/linux-container.scm (%network-configuration-files): New variable. (container-script): Add support for returning a container script that shares the host network. * gnu/system.scm (essential-services): Add #:container-shared-network? argument. (operating-system-services): Add #:container-shared-network? argument. (operating-system-etc-service): Add #:container-shared-network? argument, and support for ommiting some configuration if the network is shared. (operating-system-activation-script): Add #:container-shared-network? argument, and pass this through to the operating-system-services procedure. (operating-system-boot-script): Add #:container-shared-network? argument, and pass this through to the operating-system-services procedure. (operating-system-derivation): Add the #:container-shared-network? argument, and pass this through to the operating-system-services procedure. (operating-system-profile): Add the #:container-shared-network? argument, and pass this through to the operating-system-services procedure.
* Add max_allowed_packet to the MariaDB/Mysql configurationChristopher Baines2018-09-29
| | | | | This should be done in govuk-guix, but this configuration is currently not easy.
* Export test-modulesChristopher Baines2018-09-29
|
* Make test-modules a parameterChristopher Baines2018-09-29
|
* services: Add elasticsearch.Christopher Baines2018-09-29
|
* gnu: Add elasticsearch.Christopher Baines2018-09-29
| | | | | * gnu/packages/databases.scm (elasticsearch-1.7.2, elasticsearch): New variables.
* gnu: Add tippecanoe.Julien Lepiller2018-09-29
| | | | * gnu/packages/geo.scm (tippecanoe): New variable.
* gnu: Add osm2pgsql.Julien Lepiller2018-09-29
| | | | * gnu/packages/geo.scm (osm2pgsql): New variable.
* gnu: Add libosmium.Julien Lepiller2018-09-29
| | | | * gnu/packages/geo.scm (libosmium): New variable.
* gnu: Add protozero.Julien Lepiller2018-09-29
| | | | * gnu/packages/geo.scm (protozero): New variable.
* gnu: Add imposm3.Julien Lepiller2018-09-29
| | | | * gnu/packages/geo.scm (imposm3): New variable.
* gnu: Add tegola.Julien Lepiller2018-09-29
| | | | * gnu/packages/geo.scm (tegola): New variable.
* gnu: mcabber: Update to 1.1.0Jack Hill2018-09-28
| | | | | | * gnu/packages/messaging.scm (mcabber): Update to 1.1.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: Add Gitolite.Christopher Baines2018-09-28
| | | | | | | | | | | * gnu/services/version-control.scm (<gitolite-configuration>, <gitolite-rc-file>): New record types. (gitolite-accounts, gitolite-activation): New procedures. (gitolite-service-type): New variables. * gnu/tests/version-control.scm (%gitolite-test-admin-keypair, %gitolite-os, %test-gitolite): New variables. (run-gitolite-test): New procedure. * doc/guix.texi (Version Control): Document the gitolite service.
* gnu: Modify the gitolite package to support the Guix service.Christopher Baines2018-09-28
| | | | | | | | | | | | Previously the gitolite package worked, but there were problems using it for the service where you might have a minimal PATH. This commit patches the source and scripts where possible to use store paths, and also wraps the gitolite script to handle the harder dependencies. * gnu/packages/version-control.scm (gitolite)[arguments]: Add more patching to the patch-scripts phase, and add two new phases (patch-source and wrap-scripts). [inputs]: Add coreutils, findutils and inetutils.
* gnu: libreoffice: Update to 6.1.2.1.Marius Bakke2018-09-28
| | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 6.1.2.1.
* gnu: rng-tools: Update to 6.5.Marius Bakke2018-09-28
| | | | * gnu/packages/linux.scm (rng-tools): Update to 6.5.
* gnu: rng-tools: Don't use unstable tarball.Marius Bakke2018-09-28
| | | | * gnu/packages/linux.scm (rng-tools)[source]: Use GIT-FETCH.
* gnu: rng-tools: Update home page.Marius Bakke2018-09-28
| | | | | * gnu/packages/linux.scm (rng-tools)[home-page]: Set to URL mentioned in legacy wiki.
* gnu: newsboat: Update to 2.13.Marius Bakke2018-09-28
| | | | * gnu/packages/syndication.scm (newsboat): Update to 2.13.
* tests: Add missing copyright statement.Marius Bakke2018-09-28
| | | | | | This is a follow-up to commit 3b97a1779f3b65d582b8edc8c154b6414314b946. * gnu/tests/web.scm: Update copyright header.
* gnu: Krita: Update to 4.1.3.Leo Famulari2018-09-28
| | | | * gnu/packages/kde.scm (krita): Update to 4.1.3.
* gnu: httpd: Update to 2.4.35.Tobias Geerinckx-Rice2018-09-28
| | | | * gnu/packages/web.scm (httpd): Update to 2.4.35.
* gnu: guix: Update to 7fed935.Ludovic Courtès2018-09-28
| | | | * gnu/packages/package-management.scm (guix): Update to 7fed935.
* gnu: python-fakeredis: Edit description.Tobias Geerinckx-Rice2018-09-28
| | | | | * gnu/packages/databases.scm (python-fakeredis)[description]: Fix (upstream) typo. Get carried away.
* gnu: mbpfan: Don't use unstable tarball.Tobias Geerinckx-Rice2018-09-28
| | | | | * gnu/packages/linux.scm (mbpfan)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: mbpfan: Update to 2.1.0.Tobias Geerinckx-Rice2018-09-28
| | | | * gnu/packages/linux.scm (mbpfan): Update to 2.1.0.
* gnu: sshuttle: Patch FHS assumptions.Tobias Geerinckx-Rice2018-09-28
| | | | | | | Reported-By: Nam Nguyen <namn@berkeley.edu> * gnu/packages/vpn.scm (sshuttle)[arguments]: Set correct paths to 'env' and 'sh'.
* gnu: yoshimi: Update to 1.5.9.Ricardo Wurmus2018-09-27
| | | | * gnu/packages/music.scm (yoshimi): Update to 1.5.9.
* gnu: emacs-ert-runner: Do not use package name in directory.Ricardo Wurmus2018-09-27
| | | | | | | * gnu/packages/emacs.scm (emacs-ert-runner)[arguments]: Use the upstream name instead of the Guix package name in the "install-executable" phase. This is a follow-up to commit 5c8031ff7382ec9079040d08ae5a05b4dd2352b7.
* gnu: eolie: Update to 0.9.38.Ricardo Wurmus2018-09-27
| | | | * gnu/packages/gnome.scm (eolie): Update to 0.9.38.
* gnu: linux-libre: Update to 4.18.10.Mark H Weaver2018-09-27
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.10. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.72.Mark H Weaver2018-09-27
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.72. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.129.Mark H Weaver2018-09-27
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.129.
* gnu: linux-libre@4.4: Update to 4.4.158.Mark H Weaver2018-09-27
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.158.
* gnu: mame: Update to 0.202.Rutger Helling2018-09-27
| | | | * gnu/packages/emulators.scm (mame): Update to 0.202.
* gnu: youtube-dl: Update to 2018.09.18.Tobias Geerinckx-Rice2018-09-27
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.09.18.
* gnu: python-setproctitle: Use INVOKE.Tobias Geerinckx-Rice2018-09-27
| | | | | * gnu/packages/python.scm (python-setproctitle)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: dico: Update to 2.7.Tobias Geerinckx-Rice2018-09-27
| | | | | * gnu/packages/dico.scm (dico): Update to 2.7. [arguments]: Work around dodgy test in 'check' phase.
* gnu: perl-net-dns: Update to 1.18.Tobias Geerinckx-Rice2018-09-27
| | | | * gnu/packages/networking.scm (perl-net-dns): Update to 1.18.
* gnu: perl-catalyst-runtime: Update to 5.90119.Tobias Geerinckx-Rice2018-09-27
| | | | * gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90119.
* gnu: perl-crypt-openssl-rsa: Update to 0.31.Tobias Geerinckx-Rice2018-09-27
| | | | * gnu/packages/tls.scm (perl-crypt-openssl-rsa): Update to 0.31.
* gnu: enlightenment: Fix initial locale and keyboard selection.Timo Eisenmann2018-09-26
| | | | | | | * gnu/packages/enlightenment.scm (enlightenment)[arguments]: In 'set-system-actions', set absolute file name to 'locale' and 'xorg.lst'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: virtual-terminal: Write to "default_utf8" only if necessary.Ludovic Courtès2018-09-26
| | | | | | | | Fixes a bug in containers whereby 'virtual-terminal' would always fail to start because writing to /sys/…/default_utf8 would fail with EROFS. * gnu/services/base.scm (virtual-terminal-service-type): Read from "default_utf8" before attempting to write to it.
* services: udev: Don't attempt to read "modules.devname" from a container.Ludovic Courtès2018-09-26
| | | | | | | | Fixes <https://bugs.gnu.org/32814>. Reported by Julien Lepiller <julien@lepiller.eu>. * gnu/services/base.scm (udev-shepherd-service)[start]: Check whether DIRECTORY exists and skip 'make-static-device-nodes' call if it doesn't.
* services: shepherd: Add workaround for 0.5.0 in containers.Ludovic Courtès2018-09-26
| | | | | * gnu/services/shepherd.scm (%containerized-shepherd-service): New service. * gnu/system.scm (essential-services): Use it when CONTAINER? is true.
* services: dhcp-client: Use 'read-pid-file'.Ludovic Courtès2018-09-26
| | | | | * gnu/services/networking.scm (dhcp-client-service-type)[start]: Use 'read-pid-file' instead of the custom and possibly infinite loop.