aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/libdaemon.scm
diff options
context:
space:
mode:
authorStefan Reichör <stefan@xsteve.at>2022-02-04 22:53:07 +0100
committerMarius Bakke <marius@gnu.org>2022-02-07 23:47:23 +0100
commit28c0a7cc8c5897433de525afa8f93e3ad7e71abd (patch)
tree5d376835ecaa06db337193505c5e5e135819cfd4 /gnu/packages/libdaemon.scm
parentb07ea0df907a94d96e381598af70747d0c8f9015 (diff)
downloadguix-28c0a7cc8c5897433de525afa8f93e3ad7e71abd.tar.gz
guix-28c0a7cc8c5897433de525afa8f93e3ad7e71abd.zip
gnu: python-honcho: Update to 1.1.0.
* gnu/packages/python-xyz.scm (python-honcho): Update to 1.1.0. Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu/packages/libdaemon.scm')
0 files changed, 0 insertions, 0 deletions
k-image): Rename to system-disk-image-in-vm. * gnu/ci.scm (qemu-jobs): Adapt to new API. * gnu/tests/install.scm (run-install): Ditto. * guix/scripts/system.scm (system-derivation-for-action): Ditto. Mathieu Othacehe 2020-05-05build: install: Do not set store GID....There's no need to set the store GID as is will be done by the guix-daemon, with the following snippet: if (chown(chrootStoreDir.c_str(), 0, buildUser.getGID()) == -1) throw SysError(format("cannot change ownership of ‘%1%’") % chrootStoreDir); * gnu/build/install.scm (directives): Do not set store GID. Mathieu Othacehe 2020-05-05build: install: Ignore chown exceptions....Changing ownership may require root permissions. As image can now be generated without root permissions (no VM involved), ignore those exceptions. * gnu/build/install.scm (evaluate-populate-directive): Ignore chown exceptions. Mathieu Othacehe 2020-04-11install: 'populate-root-file-system' can be passed extra directives....* gnu/build/install.scm (evaluate-populate-directive): Handle 'file' directives. (populate-root-file-system): Add #:extras parameter and honor it. Ludovic Courtès