Fix remaining references to "substitute-binary".
authorTaylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
Thu, 26 Mar 2015 22:34:21 +0000 (23:34 +0100)
committerTaylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
Thu, 26 Mar 2015 22:54:59 +0000 (23:54 +0100)
* nix/nix-daemon/guix-daemon.cc (main): Change substitute-binary to
  substitute.
* po/guix/POTFILES.in: Likewise.
* tests/guix-daemon.sh: Likewise.
* tests/guix-system.sh: Likewise.

nix/nix-daemon/guix-daemon.cc
po/guix/POTFILES.in
tests/guix-daemon.sh
tests/guix-system.sh

index ca39c2f..f096ed5 100644 (file)
@@ -310,7 +310,7 @@ main (int argc, char *argv[])
          if (subs == "default")
            {
              string subst =
-               settings.nixLibexecDir + "/guix/substitute-binary";
+               settings.nixLibexecDir + "/guix/substitute";
              setenv ("NIX_SUBSTITUTERS", subst.c_str (), 1);
            }
        }
index 619f6f9..39115f9 100644 (file)
@@ -9,7 +9,7 @@ guix/scripts/package.scm
 guix/scripts/gc.scm
 guix/scripts/hash.scm
 guix/scripts/pull.scm
-guix/scripts/substitute-binary.scm
+guix/scripts/substitute.scm
 guix/scripts/authenticate.scm
 guix/scripts/system.scm
 guix/scripts/lint.scm
index a73c9e2..87f17de 100644 (file)
@@ -17,7 +17,7 @@
 # along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 #
-# Test the daemon and its interaction with 'guix substitute-binary'.
+# Test the daemon and its interaction with 'guix substitute'.
 #
 
 set -e
@@ -51,7 +51,7 @@ Deriver: $drv
 EOF
 
 # Remove the cached narinfo.
-rm -f "$XDG_CACHE_HOME/guix/substitute-binary/$hash_part"
+rm -f "$XDG_CACHE_HOME/guix/substitute/$hash_part"
 
 # Make sure we see the substitute.
 guile -c '
index 76e722f..1b77d1a 100644 (file)
@@ -17,7 +17,7 @@
 # along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 #
-# Test the daemon and its interaction with 'guix substitute-binary'.
+# Test the daemon and its interaction with 'guix substitute'.
 #
 
 set -e