aboutsummaryrefslogtreecommitdiff
path: root/tests/import-git.scm
diff options
context:
space:
mode:
authorMiguel Moreno <mmoreno@mmoreno.eu>2023-03-27 19:30:45 +0200
committerLudovic Courtès <ludo@gnu.org>2023-08-11 00:50:48 +0200
commit71aba798d3d586a42afe8a61e8e36b95ca41bc37 (patch)
tree2cdebcb470b55e3df24212d814977e2bffc3ffce /tests/import-git.scm
parentcaa30ff2f13a149810e564ab9b1737e057345032 (diff)
downloadguix-71aba798d3d586a42afe8a61e8e36b95ca41bc37.tar.gz
guix-71aba798d3d586a42afe8a61e8e36b95ca41bc37.zip
services: postgresql: Add more role fields.
* gnu/services/databases.scm (postgresql-role): Add more role fields. (postgresql-create-roles): Honor it. * doc/guix.texi (Database Services): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'tests/import-git.scm')
0 files changed, 0 insertions, 0 deletions
"): New tests. * doc/guix.texi (Package Transformation Options): Document the new forms. Ludovic Courtès 2017-04-21tests: Adjust to the addition of a new Coreutils version....* tests/scripts-build.scm ("options->transformation, with-input"): Use 'specification->package' rather than refer to Coreutils by its variable. This is a followup to e162050dfc0dee708a7ac5bfcf37d2afd6081604. Ludovic Courtès 2016-12-21guix build: '--with-source' overrides the 'replacement' of a package....* guix/scripts/build.scm (package-with-source): Set 'replacement' to #f. * tests/scripts-build.scm ("options->transformation, with-source, replacement"): New test. Ludovic Courtès 2016-10-19tests: Fix typo in 'with-graft' transformation test....This is a followup to 645b9df858683dc05ffa04c9eb2fdc45ccef4a65. * tests/scripts-build.scm ("options->transformation, with-graft"): Use 'with-graft', not 'with-input'. Ludovic Courtès 2016-10-17guix build: Add '--with-graft'....* guix/scripts/build.scm (transform-package-inputs/graft): New procedure. (%transformations): Add 'with-graft'. (%transformation-options): Likewise. (show-transformation-options-help): Document it. * tests/scripts-build.scm ("options->transformation, with-graft"): New test. * doc/guix.texi (Package Transformation Options): Document it. Ludovic Courtès