aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* scripts: system: Add support for container network sharing.release_16Christopher Baines2018-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Alter the GitHub updater to use git tagsChristopher Baines2018-01-30
| | | | | Just using tags is the most consistent way of getting releases for GOV.UK related software.
* Add max_allowed_packet to the MariaDB/Mysql configurationChristopher Baines2018-01-30
| | | | | This should be done in govuk-guix, but this configuration is currently not easy.
* Export test-modulesChristopher Baines2018-01-30
|
* Make test-modules a parameterChristopher Baines2018-01-30
|
* services: Add elasticsearch.Christopher Baines2018-01-30
|
* gnu: Add elasticsearch.Christopher Baines2018-01-30
| | | | | * gnu/packages/databases.scm (elasticsearch-1.7.2, elasticsearch): New variables.
* derivations: Adjust tests for Stow environments.Ludovic Courtès2018-01-30
| | | | | | | | Fixes <https://bugs.gnu.org/30250>. Reported by Jorge <jorge+list@disroot.org>. * tests/derivations.scm ("add-to-store, flat") ("add-to-store, recursive"): Call 'readlink*'.
* gnu: iproute2: Update to 4.15.0.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/linux.scm (iproute): Update to 4.15.0.
* gnu: tintin++: Update to 2.01.4.Kei Kebreau2018-01-30
| | | | * gnu/packages/games.scm (tintin++): Update to 2.01.4.
* gnu: red-eclipse: Update to 1.6.0.Kei Kebreau2018-01-30
| | | | * gnu/packages/games.scm (red-eclipse): Update to 1.6.0.
* gnu: Add Aseba.Ludovic Courtès2018-01-30
| | | | * gnu/packages/robotics.scm (aseba): New variable.
* gnu: Add Enki.Ludovic Courtès2018-01-30
| | | | | * gnu/packages/robotics.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: Add Dashel.Ludovic Courtès2018-01-30
| | | | * gnu/packages/cpp.scm (dashel): New variable.
* gnu: fftw: Add "fftw-avx" optimized variant.Ludovic Courtès2018-01-30
| | | | * gnu/packages/algebra.scm (fftw-avx): New variable.
* gnu: fftw: Add version 3.3.7.Ludovic Courtès2018-01-30
| | | | * gnu/packages/algebra.scm (fftw-3.3.7): New variable.
* gnu: linux-libre: Update to 4.15, while retaining 4.14 LTS.Mark H Weaver2018-01-30
| | | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.15. (%linux-libre-hash): Update hash. (%linux-libre-arm-generic-4.14, %linux-libre-arm-omap2plus-4.14) (%linux-libre-4.1-version, %linux-libre-4.1-hash): New variables. * gnu/packages/aux-files/linux-libre/4.15-arm.conf, gnu/packages/aux-files/linux-libre/4.15-i686.conf, gnu/packages/aux-files/linux-libre/4.15-x86_64.conf: New files. * Makefile.am (AUX_FILES): Add them.
* gnu: linux-libre: Update configuration files to latest releases.Mark H Weaver2018-01-30
| | | | | | | | | | | | * gnu/packages/aux-files/linux-libre/4.14-i686.conf, gnu/packages/aux-files/linux-libre/4.14-x86_64.conf, gnu/packages/aux-files/linux-libre/4.9-i686.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf, gnu/packages/aux-files/linux-libre/4.4-i686.conf, gnu/packages/aux-files/linux-libre/4.4-x86_64.conf, gnu/packages/aux-files/linux-libre/4.1-i686.conf, gnu/packages/aux-files/linux-libre/4.1-x86_64.conf: Update using "make oldconfig" on the latest point releases.
* gnu: linux-libre: NVME core support is now built-in.Mark H Weaver2018-01-30
| | | | | | | | | | | | | | * gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Remove "nvme". * gnu/packages/aux-files/linux-libre/4.1-i686.conf, gnu/packages/aux-files/linux-libre/4.1-x86_64.conf, gnu/packages/aux-files/linux-libre/4.4-i686.conf, gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: Set CONFIG_BLK_DEV_NVME=y. * gnu/packages/aux-files/linux-libre/4.9-i686.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf, gnu/packages/aux-files/linux-libre/4.14-arm.conf, gnu/packages/aux-files/linux-libre/4.14-i686.conf, gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: Set CONFIG_BLK_DEV_NVME=y and CONFIG_NVME_CORE=y.
* gnu: Add mongo-tools.mongo-toolsChristopher Baines2018-01-30
| | | | * gnu/packages/databases.scm (mongo-tools): New variable.
* gnu: Add go-github.com-nsf-termbox-go.Christopher Baines2018-01-30
| | | | * gnu/packages/terminals.scm (go-github.com-nsf-termbox-go): New variable.
* gnu: Add go-github.com-mattn-go-runewidth.Christopher Baines2018-01-30
| | | | * gnu/packages/textutils.scm (go-github.com-mattn-go-runewidth): New variable.
* gnu: Add go-gopkg.in-tomb.v2.Christopher Baines2018-01-30
| | | | * gnu/packages/golang.scm (go-gopkg.in-tomb.v2): New variable.
* gnu: Add go-gopkg.in-mgo.v2.Christopher Baines2018-01-30
| | | | * gnu/packages/databases.scm (go-gopkg.in-mgo.v2): New variable.
* gnu: Add daemontools.Christopher Baines2018-01-30
| | | | * gnu/packages/admin.scm (daemontools): New variable.
* gnu: Add go-gopkg.in-check.v1.Christopher Baines2018-01-30
| | | | * gnu/packages/check.scm (go-gopkg.in-check.v1): New variable.
* gnu: Add go-github.com-jessevdk-go-flags.Christopher Baines2018-01-30
| | | | * gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): New variable.
* gnu: Add go-github.com-howeyc-gopass.Christopher Baines2018-01-30
| | | | * gnu/packages/terminals.scm (go-github.com-howeyc-gopass): New variable.
* gnu: Add go-golang.org-x-crypto-ssh-terminal.Christopher Baines2018-01-30
| | | | | * gnu/packages/terminals.scm (go-golang.org-x-crypto-ssh-terminal): New variable.
* gnu: libdvdcss: Update to 1.4.1.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/video.scm (libdvdcss): Update to 1.4.1.
* gnu: libbluray: Update to 1.0.2.Tobias Geerinckx-Rice2018-01-30
| | | | | * gnu/packages/video.scm (libbluray): Update to 1.0.2. [arguments]: Add `refer-to-libxml2-in-.pc-file' phase.
* gnu: mate-themes: Update to 3.22.14.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/mate.scm (mate-themes): Update to 3.22.14.
* gnu: jansson: Update to 2.10.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/web.scm (jansson): Update to 2.10.
* gnu: nginx: Update to 1.13.8.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/web.scm (nginx): Update to 1.13.8.
* gnu: nginx: Fix typo in description.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/web.scm (nginx)[description]: Add hyphen.
* gnu: nginx, nginx-documentation: End phases with #t.Tobias Geerinckx-Rice2018-01-30
| | | | | * gnu/packages/web.scm (nginx, nginx-documentation)[arguments]: End phases with #t. Substitute INVOKE for SYSTEM*.
* gnu: uhttpmock: Update to 0.5.1.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/web.scm (uhttpmock): Update to 0.5.1.
* gnu: uwsgi: Update to 2.0.15.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/web.scm (uwsgi): Update to 2.0.15.
* gnu: stunnel: Update to 5.44.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/web.scm (stunnel): Update to 5.44.
* gnu: hiawatha: Update to 10.7.Tobias Geerinckx-Rice2018-01-30
| | | | * gnu/packages/web.scm (hiawatha): Update to 10.7.
* gnu: rsync: Update to 3.1.3.Tobias Geerinckx-Rice2018-01-30
| | | | | | | | | | | | * gnu/packages/rsync.scm (rsync): Update to 3.1.3. [source]: Remove patches for fixed CVEs. [properties]: Remove field. * packages/patches/rsync-CVE-2017-16548.patch: Delete file. * packages/patches/rsync-CVE-2017-17433.patch: Delete file. * packages/patches/rsync-CVE-2017-17433-fix-tests.patch: Delete file. * packages/patches/rsync-CVE-2017-17434-pt1.patch: Delete file. * packages/patches/rsync-CVE-2017-17434-pt2.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: procenv: Find 'check' during configure phase.Efraim Flashner2018-01-30
| | | | * gnu/packages/linux.scm (procenv)[native-inputs]: Add pkg-config.
* gnu: python-uniseg: Switch to PyPi source to get missing ucd.sqlite3.Ben Sturmfels2018-01-30
| | | | | | | | | Fixes <https://bugs.gnu.org/30189>. * gnu/packages/python.scm (python-uniseg)[source]: Fetch from PyPi. [native-inputs]: Add unzip. Signed-off-by: Leo Famulari <leo@famulari.name>
* etc: Add installation script.Ricardo Wurmus2018-01-30
| | | | | | | | * etc/guix-install.sh: New file. * Makefile.am (EXTRA_DIST): Add it. * doc/guix.texi (Binary Installation): Mention it. Co-authored-by: sharlatan <sharlatanus@gmail.com>
* gnu: godot: Update to 3.0.David Thompson2018-01-29
| | | | | * gnu/packages/game-development.scm (godot): Update to 3.0. [inputs]: Add libxi.
* gnu: libsepol: Fix build on non-x86_64.Ricardo Wurmus2018-01-29
| | | | | | | * gnu/packages/selinux.scm (libsepol)[arguments]: Add phase "portability". (checkpolicy, libselinux, libsemanage, secilc, python-sepolgen, python-setools, policycoreutils)[arguments]: Remove inherited phase "portability".
* gnu: Add badass.ng02018-01-29
| | | | * gnu/packages/games.scm (badass): New variable.
* gnu: libpinyin: Update to 2.1.91.Tobias Geerinckx-Rice2018-01-29
| | | | * gnu/packages/ibus.scm (libpinyin): Update to 2.1.91.
* gnu: ibus: Don't capitalise pinyin.Tobias Geerinckx-Rice2018-01-29
| | | | | * gnu/packages/ibus.scm (ibus-libpinyin, libpinyin)[synopis] [description]: Write `pinyin'.
* doc: Unconfuse file systems and partitions.Tobias Geerinckx-Rice2018-01-29
| | | | | | | | | | Partitions can have their own labels and UUIDs (e.g. under GPT) that are unrelated to those of the contained file system. Confusing the two ends poorly. * doc/guix.scm (File Systems, Proceeding with the Installation) (Using the Configuration System, Initial RAM Disk): Substitute `file system' for `partition' when talking about labels and UUIDs.