[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: Typo
From: |
Ludovic Courtès |
Subject: |
08/08: Typo |
Date: |
Thu, 02 Jul 2015 22:34:07 +0000 |
civodul pushed a commit to branch nix
in repository guix.
commit 0dccab9f417b406f5d4aedc81900fc7b2f16c9f6
Author: Eelco Dolstra <address@hidden>
Date: Thu Jul 2 00:30:16 2015 +0200
Typo
---
nix/libstore/build.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/nix/libstore/build.cc b/nix/libstore/build.cc
index 5c05d8f..a9eedce 100644
--- a/nix/libstore/build.cc
+++ b/nix/libstore/build.cc
@@ -548,7 +548,7 @@ void UserLock::acquire()
int err = getgrouplist(pw->pw_name, pw->pw_gid,
supplementaryGIDs.data(), &ngroups);
if (err == -1)
- throw Error(format("failed to get list of supplementary groups
for ‘%1’") % pw->pw_name);
+ throw Error(format("failed to get list of supplementary groups
for ‘%1%’") % pw->pw_name);
supplementaryGIDs.resize(ngroups);
- branch nix updated (e531520 -> 0dccab9), Ludovic Courtès, 2015/07/02
- 01/08: Allow substitutes for builds that have preferLocalBuild set, Ludovic Courtès, 2015/07/02
- 03/08: Export outputPaths function, Ludovic Courtès, 2015/07/02
- 04/08: Make /nix/var/nix/db/reserved bigger, Ludovic Courtès, 2015/07/02
- 05/08: Use posix_fallocate to create /nix/var/nix/db/reserved, Ludovic Courtès, 2015/07/02
- 06/08: GC: Handle ENOSPC creating/moving to the trash directory, Ludovic Courtès, 2015/07/02
- 02/08: Use std::vector::data(), Ludovic Courtès, 2015/07/02
- 08/08: Typo,
Ludovic Courtès <=
- 07/08: Preserve supplementary groups of build users, Ludovic Courtès, 2015/07/02