unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* Binary substituter
@ 2013-04-03 22:14 Ludovic Courtès
  2013-04-12 17:08 ` Ludovic Courtès
  0 siblings, 1 reply; 18+ messages in thread
From: Ludovic Courtès @ 2013-04-03 22:14 UTC (permalink / raw)
  To: bug-guix

Hello,

Commit f65cf81 adds the beginning of a “binary substituter”.

The substituter (in Nix parlance) is the mechanism by which a pre-built
binary can be substituted to a locally-built binary.  The idea is that,
when you’re about to build, say, /nix/store/xxx-emacs-24.3.1, the daemon
ask substituters whether they have substitutes for that; in turn,
substituters typically ask some server whether it has that path and
download it.  Thus, it allows transparent binary deployment, building
from source when no other option is available (or the user insists).

This commit adds the ‘guix substitute-binary’ command, which is intended
for use by the daemon, not by normal users.  So far, the daemon can
invoke it to know which substitutes are available on hydra.gnu.org.  It
cannot actually download them yet, but that should be done Real Soon, so
stay tuned.  :-)

Ludo’.

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-04-26 20:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 22:14 Binary substituter Ludovic Courtès
2013-04-12 17:08 ` Ludovic Courtès
2013-04-15 21:54   ` Ludovic Courtès
2013-04-16 22:10     ` Ludovic Courtès
2013-04-18 16:44       ` Andreas Enge
2013-04-18 20:56         ` Ludovic Courtès
2013-04-19  7:38           ` Andreas Enge
2013-04-19 10:02             ` Ludovic Courtès
2013-04-18 16:49       ` Nikita Karetnikov
2013-04-18 20:54         ` Ludovic Courtès
2013-04-23  6:10           ` Nikita Karetnikov
2013-04-23  7:10             ` Nikita Karetnikov
2013-04-23 11:41             ` Ludovic Courtès
2013-04-18 20:52   ` Ludovic Courtès
2013-04-19  7:41     ` Andreas Enge
2013-04-25 21:35       ` Ludovic Courtès
2013-04-26 16:15         ` Andreas Enge
2013-04-26 20:18           ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).