summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* scripts: system: Add support for container network sharing.release_17Christopher Baines2018-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-02-06
| | | | | 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-02-06
| | | | | This should be done in govuk-guix, but this configuration is currently not easy.
* Export test-modulesChristopher Baines2018-02-06
|
* Make test-modules a parameterChristopher Baines2018-02-06
|
* services: Add elasticsearch.Christopher Baines2018-02-06
|
* gnu: Add elasticsearch.Christopher Baines2018-02-06
| | | | | * gnu/packages/databases.scm (elasticsearch-1.7.2, elasticsearch): New variables.
* gnu: build: linux-boot: Remove bind-mount export.Christopher Baines2018-02-06
| | | | | | bind-mount is not contained within this module. * gnu/build/linux-boot.scm: Remove bind-mount export.
* gnu: hwloc: Add 2.0.0.Ludovic Courtès2018-02-06
| | | | | | * gnu/packages/mpi.scm (hwloc-2.0): New variable. * gnu/packages/patches/hwloc-tests-without-sysfs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add python-pyaudio.Oleg Pykhalov2018-02-06
| | | | * gnu/packages/audio.scm (python-pyaudio): New public variable.
* gnu: Add curseradio.Stefan Reichör2018-02-06
| | | | | | * gnu/packages/music.scm (curseradio): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: julia: Don't invoke /sbin/ldconfig.Ludovic Courtès2018-02-06
| | | | | | | | Reported by Marco van Hulten <marco@hulten.org> in <https://bugs.gnu.org/30282>. * gnu/packages/julia.scm (julia)[arguments] <'hardcode-soname-map>: Patch out 'ldconfig' invocations.
* gnu: julia: Adjust libgit2 tests.Ludovic Courtès2018-02-06
| | | | | * gnu/packages/julia.scm (julia)[arguments] <'disable-broken-tests>: Patch libgit2.jl.
* gnu: libssh: Update to commit 239d0f7 of branch 'v0-7'.Ludovic Courtès2018-02-06
| | | | * gnu/packages/ssh.scm (libssh): Update to 239d0f7.
* gnu: gpsbabel: Update to 1.5.4 and fix build.Mathieu Othacehe2018-02-06
| | | | | | | | | | * gnu/packages/patches/gpsbabel-minizip.patch: New file. * gnu/packages/patches/gpsbabel-qstring.patch: New file. * gnu/local.mk (dist_patch_DATA): Update accordingly. * gnu/packages/gps.scm (gpsbabel): Update to 1.5.4, [source]: add two previous patches to fix build, [snippet]: remove "gpsbabel" directory excursion, [arguments]: ditto.
* gnu: Add gpxsee.Mathieu Othacehe2018-02-06
| | | | * gnu/packages/gps.scm (gpxsee): New variable.
* gnu: expect: Update to 5.45.4.Tobias Geerinckx-Rice2018-02-06
| | | | * gnu/packages/tcl.scm (expect): Update to 5.45.4.
* gnu: shotwell: Update to 0.27.4.Tobias Geerinckx-Rice2018-02-06
| | | | * gnu/packages/gnome.scm (shotwell): Update to 0.27.4.
* gnu: Add python-isoweek.Konrad Hinsen2018-02-06
| | | | | | * gnu/packages/python.scm (python-isoweek, python2-isoweek): New variables. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add python-funcy.Danny Milosavljevic2018-02-06
| | | | * gnu/packages/python.scm (python-funcy, python2-funcy): New variables.
* gnu: Add python-whatever.Danny Milosavljevic2018-02-06
| | | | * gnu/packages/python.scm (python-whatever, python2-whatever): New variables.
* gnu: Add r-heatmaply.Ricardo Wurmus2018-02-06
| | | | * gnu/packages/cran.scm (r-heatmaply): New variable.
* gnu: Add r-seriation.Ricardo Wurmus2018-02-06
| | | | * gnu/packages/cran.scm (r-seriation): New variable.
* gnu: Add r-webshot.Ricardo Wurmus2018-02-06
| | | | * gnu/packages/cran.scm (r-webshot): New variable.
* gnu: Add r-gclus.Ricardo Wurmus2018-02-06
| | | | * gnu/packages/cran.scm (r-gclus): New variable.
* gnu: Add r-qap.Ricardo Wurmus2018-02-06
| | | | * gnu/packages/cran.scm (r-qap): New variable.
* gnu: Add r-tsp.Ricardo Wurmus2018-02-06
| | | | * gnu/packages/cran.scm (r-tsp): New variable.
* gnu: Add r-processx.Ricardo Wurmus2018-02-06
| | | | * gnu/packages/cran.scm (r-processx): New variable.
* gnu: Add r-debugme.Ricardo Wurmus2018-02-06
| | | | * gnu/packages/cran.scm (r-debugme): New variable.
* gnu: guile-sqlite3: Use git-version.Danny Milosavljevic2018-02-06
| | | | * gnu/packages/guile.scm [version]: Use git-version.
* gnu: guile-sqlite3: Update to 0.0-2.21f35ca.Danny Milosavljevic2018-02-06
| | | | * gnu/packages/guile.scm (guile-sqlite3): Update to 0.0-2.21f35ca.
* gnu: python-llfuse: Update to 1.3.2.Leo Famulari2018-02-05
| | | | * gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.3.2.
* gnu: Add python-gyp.Ethan R. Jones2018-02-05
| | | | * gnu/packages/python.scm (python-gyp, python2-gyp): New variables.
* gnu: bigloo: Update to 4.3b.Kei Kebreau2018-02-05
| | | | | | * gnu/packages/scheme.scm (bigloo): Update to 4.3b. [arguments]: Add "--disable-patch" to configure flags. Add substitution to compile Bigloo with the correct runpath. Substitute 'invoke' for '*system*'.
* gnu: p7zip: Fix CVE-2017-17969.Leo Famulari2018-02-05
| | | | | | * gnu/packages/patches/p7zip-CVE-2017-17969.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/compression.scm (p7zip)[source]: Use it.
* gnu: Add emacs-realgud.Maxim Cournoyer2018-02-05
| | | | | | * gnu/packages/emacs.scm (emacs-realgud): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-loc-changes.Maxim Cournoyer2018-02-05
| | | | | | * gnu/packages/emacs.scm (emacs-loc-changes): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-load-relative.Maxim Cournoyer2018-02-05
| | | | | | * gnu/packages/emacs.scm (emacs-load-relative): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-test-simple.Maxim Cournoyer2018-02-05
| | | | | | * gnu/packages/emacs.scm (emacs-test-simple): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* emacs-build-system: Do not patch files containing NULs.Maxim Cournoyer2018-02-05
| | | | | | | | | | This is a temporary workaround for <https://bugs.gnu.org/30116>, where 'substitute*' throws on files containing NUL characters. * guix/build/emacs-build-system.scm (patch-el-files): Filter out elisp files that contain NUL characters. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* emacs-build-system: Reinstate the check phase.Maxim Cournoyer2018-02-05
| | | | | | | | | * guix/build/emacs-build-system.scm (%standard-phases): Reinstate the check phase from the gnu-build-system. * guix/build-system/emacs.scm (emacs-build)[tests?]: But do not enable it by default. [parallel-tests?]: Add argument. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* emacs-build-system: Add set-emacs-load-path phase.Maxim Cournoyer2018-02-05
| | | | | | | | | | | | | | | | | | | | This generalizes the mechanism by which the Emacs dependencies are made visible, so that any build phase can make use of them. * guix/build/emacs-build-system.scm (%legacy-install-suffix): New variable. (%install-suffix): Redefine in terms of %legacy-install-suffix. (set-emacs-load-path): Add new phase used for dependency resolution. (build): Remove ad-hoc dependency discovery mechanism. (emacs-input->el-directory): Add new procedure. (emacs-inputs-el-directories): Use it. (package-name-version->elpa-name-version): Fix typo. (%standard-phases): Include the new `set-emacs-load-path' phase. Refactor to make the ordering of the phases clearer. * guix/build/emacs-utils.scm (emacs-byte-compile-directory): Remove the optional `dependency-dirs' argument, which is now obsoleted by the `set-emacs-load-path' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Document the 'upstream-name' property.Ludovic Courtès2018-02-05
| | | | | | Reported by Hartmut Goebel <h.goebel@crazy-compilers.com>. * doc/guix.texi (Invoking guix refresh): Document 'upstream-name'.
* gnu: miniupnpc: Update to 2.0.20180203.Marius Bakke2018-02-05
| | | | * gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20180203.
* gnu: solfege: Fix typo.Nicolas Goaziou2018-02-05
| | | | * gnu/packages/music.scm (solfege): Fix typo in `fix-configuration' phase.
* gnu: xpra: Update to 2.2.4.Rutger Helling2018-02-05
| | | | * gnu/packages/xorg.scm (xpra): Update to 2.2.4.
* gnu: oil-shell: Update to 0.4.0.Leo Famulari2018-02-05
| | | | * gnu/packages/shells.scm (oil-shell): Update to 0.4.0.
* gnu: htop: Update to 2.1.0.Arun Isaac2018-02-05
| | | | | | * gnu/packages/admin.scm (htop): Update to 2.1.0. [native-inputs]: Add python-minimal-wrapper. [home-page]: Update URI.
* gnu: emacs-helm-make: Update to 0.1.0-1.feae8df.Oleg Pykhalov2018-02-05
| | | | * gnu/packages/emacs.scm (emacs-helm-make): Update to 0.1.0-1.feae8df.
* gnu: nginx-documentation: Update to 2018-01-22-2100-cfb7bd672d77.Tobias Geerinckx-Rice2018-02-04
| | | | | * gnu/packages/web.scm (nginx-documentation): Update to 2018-01-22-2100-cfb7bd672d77.