diff options
author | Amitai Schleier <schmonz-web-ikiwiki@schmonz.com> | 2019-09-04 14:38:43 -0400 |
---|---|---|
committer | Amitai Schleier <schmonz-web-ikiwiki@schmonz.com> | 2019-09-04 14:38:43 -0400 |
commit | 4bc36186a761ee2df06e42a6184ceed5dc293cfb (patch) | |
tree | a73f6f2d4dcb552151faafcbb94ded91deb6f3f6 | |
parent | 50d746ad2c41fc704775c0e5eb8159ae7141b7ba (diff) | |
download | ikiwiki-4bc36186a761ee2df06e42a6184ceed5dc293cfb.tar ikiwiki-4bc36186a761ee2df06e42a6184ceed5dc293cfb.tar.gz |
Please test sudo-mass-rebuild branch on Debian
-rw-r--r-- | doc/bugs/ikiwiki-mass-rebuild_has_probably_never_worked_portably.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/ikiwiki-mass-rebuild_has_probably_never_worked_portably.mdwn b/doc/bugs/ikiwiki-mass-rebuild_has_probably_never_worked_portably.mdwn index 867b99566..18866c98c 100644 --- a/doc/bugs/ikiwiki-mass-rebuild_has_probably_never_worked_portably.mdwn +++ b/doc/bugs/ikiwiki-mass-rebuild_has_probably_never_worked_portably.mdwn @@ -144,3 +144,8 @@ The `-m` may be overzealous. I have some sites running as users with `/sbin/nolo >>>> my $ret=system("sudo", "-n", "-s", "-u", $user, "/bin/sh", "-c", "--", "$0", "--nonglobal", @ARGV); >>>> >>>> --[[schmonz]] + +>>>>> [[!template id=gitbranch branch=schmonz/sudo-mass-rebuild author="[[schmonz]]"]] +>>>>> Works well for me on macOS and NetBSD. Does it look right? Can +>>>>> someone vouch that there is indeed no functional change on Debian? +>>>>> --[[schmonz]] |