aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: postgresql: Build with openssl support.release_30Christopher Baines2019-02-24
| | | | | * gnu/packages/databases.scm (postgresql)[arguments]: Add --with-openssl to [inputs]: Add openssl.
* gnu: Add terraform-provider-local.Christopher Baines2019-02-24
| | | | * gnu/packages/terraform.scm (terraform-provider-local): New variable.
* gnu: Add terraform-provider-aws.Christopher Baines2019-02-24
| | | | * gnu/packages/terraform.scm (terraform-provider-aws): New variable.
* gnu: Add terraform-provider-template.Christopher Baines2019-02-24
| | | | * gnu/packages/terraform.scm (terraform-provider-template): New variable.
* gnu: Add terraform-provider-libvirt.Christopher Baines2019-02-24
| | | | * gnu/packages/terraform.scm (terraform-provider-libvirt): New variable.
* gnu: Add terraform.Christopher Baines2019-02-24
| | | | | * gnu/packages/terraform.scm (New file). * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* services: Add RabbitMQ.Christopher Baines2019-02-24
| | | | | | * 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 Baines2019-02-24
| | | | | * gnu/packages/rabbitmq.scm: New file. * gnu/local.mk: Add gnu/packages/rabbitmq.scm.
* Use a pid file in the mysql serviceChristopher Baines2019-02-24
|
* scripts: system: Add support for container network sharing.Christopher Baines2019-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Baines2019-02-24
| | | | | This should be done in govuk-guix, but this configuration is currently not easy.
* Export test-modulesChristopher Baines2019-02-24
|
* Make test-modules a parameterChristopher Baines2019-02-24
|
* services: Add elasticsearch.Christopher Baines2019-02-24
|
* gnu: Add elasticsearch.Christopher Baines2019-02-24
| | | | | * gnu/packages/databases.scm (elasticsearch-1.7.2, elasticsearch): New variables.
* gnu: Add ruby-rerun.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-rerun): New variable.
* gnu: Add ruby-autoprefixer-rails.Christopher Baines2019-02-24
| | | | * gnu/packages/rails.scm (ruby-autoprefixer-rails): New variable.
* gnu: Add ruby-rspec-rails.Christopher Baines2019-02-24
| | | | | | * gnu/packages/ruby.scm (ruby-rspec-support): Export this variable, so that it's accessible from the (gnu packages rails) module. * gnu/packages/rails.scm (ruby-rspec-rails): New variable.
* gnu: ruby: Update some RSpec packages.Christopher Baines2019-02-24
| | | | | | | | * gnu/packages/ruby.scm (ruby-rspec-support): Update to 3.8.0. (ruby-rspec-core): Update to 3.8.0. (ruby-rspec-expectations): Update to 3.8.2. (ruby-rspec-mocks): Update to 3.8.0. (ruby-rspec): Update to 3.8.0.
* gnu: Add ruby-execjs.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-execjs): New variable.
* gnu: Add ruby-web-console.Christopher Baines2019-02-24
| | | | * gnu/packages/rails.scm (ruby-web-console): New variable.
* gnu: Add ruby-bindex.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-bindex): New variable.
* gnu: ruby-listen: Enable running the tests.Christopher Baines2019-02-24
| | | | | | | | | | | * gnu/packages/ruby.scm (ruby-listen)[source]: Switch to the Git repository, as this includes the tests. [arguments]: Set #:test-target and tweak the Rakefile to avoid requiring Rubocop unnecessarily. [native-inputs]: Add bundler and ruby-rspec for running the test suite. [inputs]: Add ruby-thor, as this is used for bin/listen. [propagated-inputs]: Add ruby-dep, as this is listed as a runtime dependency in the gemspec.
* gnu: Remove ruby-listen-3.0.Christopher Baines2019-02-24
| | | | | | | This was used by ruby-jekyll-watch, but that's now been upgraded and now uses the ruby-listen package. * gnu/packages/ruby.scm (ruby-listen-3.0): Remove this variable.
* gnu: ruby-jekyll-watch: Update to 2.1.2.Christopher Baines2019-02-24
| | | | | * gnu/packages/ruby.scm (ruby-jekyll-watch): Update to 2.1.2. [propagated-inputs]: Change to use ruby-listen, rather than ruby-listen-3.0.
* gnu: Add ruby-dep.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-dep): New variable.
* gnu: Add ruby-sass-rails.Christopher Baines2019-02-24
| | | | * gnu/packages/rails.scm (ruby-sass-rails): New variable.
* gnu: Add ruby-tilt.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-tilt): New variable.
* gnu: Add ruby-haml.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-haml): New variable.
* gnu: Add ruby-temple.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-temple): New variable.
* gnu: Add ruby-markaby.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-markaby): New variable.
* gnu: Add ruby-sassc.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-sassc): New variable.
* gnu: sassc: Update and improve the package.Christopher Baines2019-02-24
| | | | | | | | | | Now that libsass is packaged, change the sassc package to build a dynamically linked binary. Also update the version, and change the source to the Git repository, rather than the archives from GitHub. * gnu/packages/web.scm (sassc): Update to 3.5.0. [source]: Change to the Git repository. [arguments]: Tweak to link against libsass.
* gnu: Add libsass.Christopher Baines2019-02-24
| | | | * gnu/packages/web.scm (libsass): New variable.
* gnu: Add ruby-minitest-around.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-minitest-around): New variable.
* gnu: Add ruby-test-construct.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-test-construct): New variable.
* gnu: Add ruby-omniauth-oauth2.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-omniauth-oauth2): New variable.
* gnu: Add ruby-with-advisory-lock.Christopher Baines2019-02-24
| | | | * gnu/packages/rails.scm (ruby-with-advisory-lock): New variable.
* gnu: Add ruby-warden-oauth2.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-warden-oauth2): New variable.
* gnu: Add ruby-warden.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-warden): New variable.
* gnu: Add ruby-omniauth.Christopher Baines2019-02-24
| | | | * gnu/packags/ruby.scm (ruby-omniauth): New variable.
* gnu: Add ruby-oauth2.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-oauth2): New variable.
* gnu: Add ruby-multi-xml.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-multi-xml): New variable.
* gnu: Add ruby-jwt.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-jwt): New variable.
* gnu: Add ruby-rbnacl.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-rbnacl): New variable.
* gnu: Add ruby-que.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-que): New variable.
* gnu: Add ruby-terraform.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-terraform): New variable.
* gnu: Add ruby-lino.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-lino): New variable.
* gnu: Add ruby-hamster.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-hamster): New variable.
* gnu: Add ruby-open4.Christopher Baines2019-02-24
| | | | | | Also add a copyright line, as I've obviously neglected to do that in the past. * gnu/packages/ruby.scm (ruby-open4): New variable.