aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/password-utils.scm
diff options
context:
space:
mode:
authorDavid Craven <david@craven.ch>2016-10-29 18:45:02 +0200
committerDavid Craven <david@craven.ch>2016-10-29 23:51:43 +0200
commit443a60aaae5ee68b0eb2ee6fce2945296cffd97b (patch)
treea2a89ddd3250cac42e7f1e974b7ca113313eb033 /gnu/packages/password-utils.scm
parent1c484e980f812a7456ecd00a84a2b3ad8845e32d (diff)
downloadguix-443a60aaae5ee68b0eb2ee6fce2945296cffd97b.tar.gz
guix-443a60aaae5ee68b0eb2ee6fce2945296cffd97b.zip
gnu: gpgmepp: Update to 16.08.2.
* gnu/packages/kde-frameworks (gpgmepp): Update to 16.08.2.
Diffstat (limited to 'gnu/packages/password-utils.scm')
0 files changed, 0 insertions, 0 deletions
ix/commit/gnu/installer/utils.scm?id=438bf9b840695902bc9a214789276227a34e7669'>installer: Un-export syslog syntax....* gnu/installer/utils.scm (syslog): Remove export. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret 2022-02-02installer: Use new installer-log-line everywhere....* gnu/installer.scm (installer-program) * gnu/installer/final.scm (install-locale) * gnu/installer/newt.scm (init) * gnu/installer/newt/final.scm (run-final-page) * gnu/installer/newt/page.scm (run-form-with-clients) * gnu/installer/newt/partition.scm (run-partitioning-page) * gnu/installer/parted.scm (eligible-devices, mkpart, luks-format-and-open, luks-close, mount-user-partitions, umount-user-partitions, free-parted): * gnu/installer/steps.scm (run-installer-steps): * gnu/installer/utils.scm (run-command, send-to-clients): Use it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret 2022-02-02installer: Generalize logging facility....* gnu/installer/utils.scm (%syslog-line-hook, open-new-log-port, installer-log-port, %installer-log-line-hook, %display-line-hook, %default-installer-line-hooks, installer-log-line): Add new variables. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret 2022-01-14installer: Do not set the locale in run-command....Installing the locale inside the container, once the cow-store is mounted, causes the process to keep opened locale files that can later prevent the cow-store umount. * gnu/installer/utils.scm (run-command): Remove locale argument. * gnu/installer/final.scm (install-system): Adapt it. Mathieu Othacehe