aboutsummaryrefslogtreecommitdiff
path: root/tests/egg.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-05-10 00:53:51 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:18:53 +0000
commit8510f16003cd9f5094551d450f6b45c44874a9dc (patch)
tree1efc83439285584a7b76ef6bb3c892ac1367195a /tests/egg.scm
parentdd5c8085dd994f9b362952f63fadd2e1382d835c (diff)
downloadguix-8510f16003cd9f5094551d450f6b45c44874a9dc.tar.gz
guix-8510f16003cd9f5094551d450f6b45c44874a9dc.zip
gnu: python-jaraco-packaging: Move to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-jaraco-packaging): [build-system]: Move to pyproject-build-system. [arguments]<#:test-flags>: Ignore failing tests. Change-Id: Ied9d42afe9b8ae30d2a3587e4ead770c8153c3c1 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'tests/egg.scm')
0 files changed, 0 insertions, 0 deletions
anything. * gnu/installer/newt/user.scm (run-user-add-page, run-user-page): Box it. * gnu/installer/final.scm (create-user-database): Unbox it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-02-02installer: Remove specific logging code.Josselin Poiret * gnu/installer/final.scm (install-system): Remove command logging to syslog, as this is taken care of by the new facilities. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-02-02installer: Keep PATH inside the install container.Josselin Poiret * gnu/installer/final.scm (install-system): Set PATH inside the container. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-02-02installer: Use new installer-log-line everywhere.Josselin Poiret * 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> 2022-01-14installer: Install the locale before mounting the cow-store.Mathieu Othacehe Fixes: <https://issues.guix.gnu.org/52831>. Make sure to install the en_US.utf8 fallback locale if the selected locale is not supported. * gnu/installer/final.scm (install-locale): New procedure. (install-system): Call it. 2022-01-14installer: Do not set the locale in run-command.Mathieu Othacehe 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. 2022-01-14installer: Remove an unused procedure.Mathieu Othacehe * gnu/installer/final.scm (kill-cow-users): Remove it.