guix/scripts
Eelco Dolstra 9dbfe242e3 * Kill a build if it has gone for more than a certain number of
seconds without producing output on stdout or stderr (NIX-65).  This
  timeout can be specified using the `--max-silent-time' option or the
  `build-max-silent-time' configuration setting.  The default is
  infinity (0).

* Fix a tricky race condition: if we kill the build user before the
  child has done its setuid() to the build user uid, then it won't be
  killed, and we'll potentially lock up in pid.wait().  So also send a
  conventional kill to the child.
2006-12-08 15:44:00 +00:00
..
maintenance * Reduce the maximum archive size for patch generation to 100 MB to 2006-10-12 20:13:29 +00:00
Makefile.am
copying-collector.pl
download-using-manifests.pl.in * tmpnam() -> File::Temp::tempdir(). 2006-10-04 18:58:11 +00:00
find-runtime-roots.pl.in
generate-patches.pl.in * Reduce the maximum archive size for patch generation to 100 MB to 2006-10-12 20:13:29 +00:00
nix-build.in * Kill a build if it has gone for more than a certain number of 2006-12-08 15:44:00 +00:00
nix-channel.in * Show more progress. 2006-11-18 19:03:45 +00:00
nix-collect-garbage.in
nix-install-package.in * tmpnam() -> File::Temp::tempdir(). 2006-10-04 18:58:11 +00:00
nix-pack-closure.in * tmpnam() -> File::Temp::tempdir(). 2006-10-04 18:58:11 +00:00
nix-prefetch-url.in * Don't use EPSV. 2006-10-28 22:07:09 +00:00
nix-profile.sh.in
nix-pull.in * tmpnam() -> File::Temp::tempdir(). 2006-10-04 18:58:11 +00:00
nix-push.in * tmpnam() -> File::Temp::tempdir(). 2006-10-04 18:58:11 +00:00
nix-unpack-closure.in * tmpnam() -> File::Temp::tempdir(). 2006-10-04 18:58:11 +00:00
optimise-store.pl
readconfig.pm.in
readmanifest.pm.in
remove-patches.pl
show-duplication.pl
update-manifest.pl