guix/scripts
Eelco Dolstra 7dd91d3779 * Prebuilt package sharing. We allow transparent binary deployment by
sharing package directories (i.e., the result of building a Nix
  descriptor).

  `nix-pull-prebuilts' obtains a list of all known prebuilts by
  consulting the paths and URLs specified in
  $prefix/etc/nix/prebuilts.conf.  The mappings ($pkghash,
  $prebuilthash) and ($prebuilthash, $location) are registered with
  Nix so that it can use the prebuilt with hash $prebuilthash when
  installing a package with hash $pkghash by downloading and unpacking
  $location.

  `nix-push-prebuilts' creates prebuilts for all packages for which no
  prebuilt is known to exist.  It can then optionally upload these
  to the network through rsync.

  `nix-[pull|push]-prebuilts' just provide a policy.  Nix provides the
  mechanism through the `nix [export|regprebuilt|regurl]' commands.
2003-05-25 22:42:19 +00:00
..
Makefile.am * Prebuilt package sharing. We allow transparent binary deployment by 2003-05-25 22:42:19 +00:00
nix-collect-garbage * A garbage collector for installed packages. nix-collect-garbage 2003-04-09 13:03:00 +00:00
nix-populate * We no longer use nix-populate standalone, rather we use it as a 2003-04-09 12:26:48 +00:00
nix-profile.sh * We no longer use nix-populate standalone, rather we use it as a 2003-04-09 12:26:48 +00:00
nix-pull-prebuilts * Prebuilt package sharing. We allow transparent binary deployment by 2003-05-25 22:42:19 +00:00
nix-push-prebuilts * Prebuilt package sharing. We allow transparent binary deployment by 2003-05-25 22:42:19 +00:00
nix-switch * Bug fix: deleting the old links didn't work properly. 2003-04-25 15:20:05 +00:00
prebuilts.conf * Prebuilt package sharing. We allow transparent binary deployment by 2003-05-25 22:42:19 +00:00