aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/ci.scm
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-12-15 21:17:34 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-12-22 19:23:58 +0800
commite9cfcb8d36f14df87b49b857f4516f6d0b520410 (patch)
treec27d22acefea2cb2073576c10e88c7aee60ab826 /gnu/services/ci.scm
parentcc1ddf8e6e846731634a156fc7106e1d45c88c62 (diff)
downloadguix-e9cfcb8d36f14df87b49b857f4516f6d0b520410.tar.gz
guix-e9cfcb8d36f14df87b49b857f4516f6d0b520410.zip
gnu: erofs-utils: Update to 1.8.3.
* gnu/packages/linux.scm (erofs-utils): Update to 1.8.3. Change-Id: I4747701b049fa5a2312cdaeca662601346d413d8
Diffstat (limited to 'gnu/services/ci.scm')
0 files changed, 0 insertions, 0 deletions
2019-03-26environment: Use (gnu build accounts) for /etc/passwd handling.Ludovic Courtès * guix/scripts/environment.scm (launch-environment/container): Remove call to 'mock-passwd'; instantiate a <password-entry> instead. Call 'write-passwd' to write the pasword database instead of using custom code. (mock-passwd): Remove. * tests/guix-environment-container.sh: Test 'getpwuid'.