guix-play/guix/scripts
Ludovic Courtès 074efd63a8 substitute: Pass the cache URL instead of <cache> objects.
* guix/scripts/substitute.scm (<cache>): Rename to...
  (<cache-info>): ... this.
  (open-cache): Rename to...
  (download-cache-info): ... this.  Return a <cache-info> or #f.
  (open-cache*): Remove.
  (cache-narinfo!): Take a URL instead of a <cache> as the first parameter.
  (fetch-narinfos): Likewise.  Call 'download-cache-info'.  Remove use of
  'force'.
  (guix-substitute): Replace calls to 'open-cache*' with %CACHE-URL.
2015-07-13 18:29:01 +02:00
..
import import: Add 'elpa' importer. 2015-07-08 10:53:05 +02:00
archive.scm Move 'specification->package+output' to (gnu packages). 2015-06-18 00:25:48 +02:00
authenticate.scm Remove assorted Guile 2.0.5 workarounds. 2015-05-10 11:07:51 +02:00
build.scm guix build: Allow directories to be passed to --with-source. 2015-06-11 11:19:12 +02:00
download.scm
edit.scm Add 'guix edit'. 2015-06-18 00:25:49 +02:00
environment.scm scripts: environment: Return the exit status of the command. 2015-07-02 21:47:24 +02:00
gc.scm guix gc: Add '--verify'. 2015-06-06 19:05:56 +02:00
hash.scm
import.scm import: Add 'elpa' importer. 2015-07-08 10:53:05 +02:00
lint.scm guix lint: Remove duplicated module lines. 2015-07-13 10:20:34 +03:00
offload.scm offload: Add 'ssh-options' field to <build-machine>. 2015-07-09 11:59:26 +02:00
package.scm Move 'specification->package+output' to (gnu packages). 2015-06-18 00:25:48 +02:00
publish.scm publish: Add '--listen'. 2015-05-12 21:22:52 +02:00
pull.scm pull: Always install the ~/.config/guix/latest symlink. 2015-02-06 17:39:10 +01:00
refresh.scm refresh: Allow users to refer to specific package versions. 2015-04-16 23:15:06 +02:00
size.scm size: Add '--map-file' option. 2015-06-21 23:39:12 +02:00
substitute.scm substitute: Pass the cache URL instead of <cache> objects. 2015-07-13 18:29:01 +02:00
system.scm gnu: system: Move <file-system-mapping> into (gnu system file-systems). 2015-07-07 21:20:59 -04:00