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 * Don't try to do DNS lookups. 2006-07-21 12:28:25 +00:00
copying-collector.pl * I said it couldn't be done. I was wrong. 2005-04-04 15:18:19 +00:00
download-using-manifests.pl.in * tmpnam() -> File::Temp::tempdir(). 2006-10-04 18:58:11 +00:00
find-runtime-roots.pl.in * Hide warnings about a missing "lsof" (NIX-54). 2006-09-20 15:14:19 +00:00
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 * Clean up calls to system(). 2006-09-25 10:44:27 +00:00
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 * Write messages to stderr, not stdout. 2006-03-10 09:41:28 +00:00
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 * Doh. 2006-09-19 16:40:22 +00:00
readconfig.pm.in * This may be useful in the future. 2006-05-31 09:24:54 +00:00
readmanifest.pm.in * Canonicalise manifests a bit by sorting them. 2006-02-24 16:02:36 +00:00
remove-patches.pl * Script to remove patches from manifests. 2005-01-12 10:40:59 +00:00
show-duplication.pl * `show-duplication.pl', a small utility that shows the amount of 2006-09-19 13:53:35 +00:00
update-manifest.pl