summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: postgresql: Build with openssl support.wip-postgresql-sslChristopher Baines2019-02-22
| | | | | * gnu/packages/databases.scm (postgresql)[arguments]: Add --with-openssl to [inputs]: Add openssl.
* Work around a issue in grootfs when unpacking tar archivesrelease_29Christopher Baines2019-01-30
|
* gnu: Add terraform-provider-local.Christopher Baines2019-01-30
| | | | * gnu/packages/terraform.scm (terraform-provider-local): New variable.
* gnu: Add terraform-provider-aws.Christopher Baines2019-01-30
| | | | * gnu/packages/terraform.scm (terraform-provider-aws): New variable.
* gnu: Add terraform-provider-template.Christopher Baines2019-01-30
| | | | * gnu/packages/terraform.scm (terraform-provider-template): New variable.
* gnu: Add terraform-provider-libvirt.Christopher Baines2019-01-30
| | | | * gnu/packages/terraform.scm (terraform-provider-libvirt): New variable.
* gnu: Add terraform.Christopher Baines2019-01-30
| | | | | * gnu/packages/terraform.scm (New file). * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* Support placing the pkg and src directories in a lib outputChristopher Baines2019-01-30
|
* services: Add RabbitMQ.Christopher Baines2019-01-30
| | | | | | * 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-01-30
| | | | | * gnu/packages/rabbitmq.scm: New file. * gnu/local.mk: Add gnu/packages/rabbitmq.scm.
* Use a pid file in the mysql serviceChristopher Baines2019-01-30
|
* scripts: system: Add support for container network sharing.Christopher Baines2019-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 Baines2019-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 Baines2019-01-30
| | | | | This should be done in govuk-guix, but this configuration is currently not easy.
* Export test-modulesChristopher Baines2019-01-30
|
* Make test-modules a parameterChristopher Baines2019-01-30
|
* services: Add elasticsearch.Christopher Baines2019-01-30
|
* gnu: Add elasticsearch.Christopher Baines2019-01-30
| | | | | * gnu/packages/databases.scm (elasticsearch-1.7.2, elasticsearch): New variables.
* gnu: Add ruby-web-console.Ben Woodcroft2019-01-30
|
* gnu: ruby-listen: Add tests.Ben Woodcroft2019-01-30
|
* gnu: Add ruby-ruby-dep.Ben Woodcroft2019-01-30
|
* gnu: Add ruby-sass-rails.Ben Woodcroft2019-01-30
|
* gnu: Add ruby-tilt.Ben Woodcroft2019-01-30
|
* gnu: Add ruby-omniauth-oauth2.Christopher Baines2019-01-30
|
* gnu: Add ruby-with-advisory-lock.Christopher Baines2019-01-30
| | | | * gnu/packages/rails.scm (ruby-with-advisory-lock): New variable.
* gnu: Add ruby-jquery-rails.Ben Woodcroft2019-01-30
|
* gnu: Add ruby-bootstrap-sass.Christopher Baines2019-01-30
|
* gnu: Add ruby-autoprefixer-rails.Christopher Baines2019-01-30
|
* gnu: Add ruby-execjs.Ben Woodcroft2019-01-30
|
* gnu: Add ruby-warden-oauth2.Christopher Baines2019-01-30
|
* gnu: Add ruby-warden.Christopher Baines2019-01-30
|
* gnu: Add ruby-omniauth.Christopher Baines2019-01-30
|
* gnu: Add ruby-oauth2.Christopher Baines2019-01-30
|
* gnu: Add ruby-multi-xml.Christopher Baines2019-01-29
|
* gnu: Add ruby-jwt.Christopher Baines2019-01-29
|
* gnu: Add ruby-que.Christopher Baines2019-01-29
|
* gnu: Add ruby-terraform.Christopher Baines2019-01-29
|
* gnu: Add ruby-lino.Christopher Baines2019-01-29
|
* gnu: Add ruby-hamster.Christopher Baines2019-01-29
|
* gnu: Add ruby-open4.Christopher Baines2019-01-29
|
* gnu: Add ruby-rails.Christopher Baines2019-01-29
| | | | * gnu/packages/rails.scm (ruby-rails): New variable.
* gnu: Add ruby-activestorage.Christopher Baines2019-01-29
| | | | * gnu/packages/rails.scm (ruby-activestorage): New variable.
* gnu: Add ruby-marcel.Christopher Baines2019-01-29
| | | | | | Required for ruby-activestorage. * gnu/packages/ruby.scm (ruby-marcel): New variable.
* gnu: Add ruby-sprockets-rails.Christopher Baines2019-01-29
| | | | * gnu/packages/rails.scm (ruby-sprockets-rails): New variable.
* gnu: Add ruby-sprockets.Christopher Baines2019-01-29
| | | | * gnu/packages/ruby.scm (ruby-sprockets): New variable.
* gnu: Add ruby-railties.Christopher Baines2019-01-29
| | | | * gnu/packages/rails.scm (ruby-railties): New variable.
* gnu: Add ruby-actionmailer.Christopher Baines2019-01-29
| | | | * gnu/packages/rails.scm (ruby-actionmailer): New variable.
* gnu: Add ruby-activejob.Christopher Baines2019-01-29
| | | | * gnu/packages/rails.scm (ruby-activejob): New variable.
* gnu: Add ruby-globalid.Christopher Baines2019-01-29
| | | | | | Required for ruby-activejob. * gnu/packages/ruby.scm (ruby-globalid): New variable.
* gnu: Add ruby-actioncable.Christopher Baines2019-01-29
| | | | * gnu/packages/rails.scm (ruby-actioncable): New variable.