Remove 'guix-register' and its traces.
authorLudovic Courtès <ludo@gnu.org>
Fri, 8 Jun 2018 09:03:31 +0000 (11:03 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 14 Jun 2018 09:17:00 +0000 (11:17 +0200)
commitea0a06cee2ba05451f94714a4f913db02efbe92c
tree8447b4531818371310470446a17f77d313bb991a
parentdf2f6400b1fbc282ef4d6dd7124ea1c17adc23c2
Remove 'guix-register' and its traces.

* Makefile.am (SH_TESTS): Remove tests/guix-register.sh.
* build-aux/pre-inst-env.in (GUIX_REGISTER): Remove.
* gnu/build/install.scm (directives): Remove outdated comment.
* gnu/build/vm.scm (root-partition-initializer): Update comment.
* gnu/packages/package-management.scm (guix-register): Remove.
* guix/config.scm.in (%sbindir, %guix-register-program): Remove.
* guix/scripts/system.scm (install): Adjust docstring.
* guix/self.scm (make-config.scm): Remove #:guix.  Do not generate
%sbindir and %guix-register-program.
(specification->package): Remove "guix".
* nix/guix-register/guix-register.cc: Remove.
* nix/libstore/store-api.cc (decodeValidPathInfo): Remove.
* nix/libstore/store-api.hh (decodeValidPathInfo): Remove declaration.
* nix/local.mk (sbin_PROGRAMS, guix_register_SOURCES)
(guix_register_CPPFLAGS, guix_register_LDFLAGS): Remove.
* tests/guix-register.sh: Remove.
14 files changed:
.gitignore
Makefile.am
build-aux/pre-inst-env.in
gnu/build/install.scm
gnu/build/vm.scm
gnu/packages/package-management.scm
guix/config.scm.in
guix/scripts/system.scm
guix/self.scm
nix/guix-register/guix-register.cc [deleted file]
nix/libstore/store-api.cc
nix/libstore/store-api.hh
nix/local.mk
tests/guix-register.sh [deleted file]