diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2018-06-08 11:03:31 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2018-06-14 11:17:00 +0200 |
| commit | ea0a06cee2ba05451f94714a4f913db02efbe92c (patch) | |
| tree | 8447b4531818371310470446a17f77d313bb991a /.gitignore | |
| parent | df2f6400b1fbc282ef4d6dd7124ea1c17adc23c2 (diff) | |
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.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e2568ed5fef..35d50b35af2 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -69,7 +69,6 @@ | |||
| 69 | /etc/guix-publish.conf | 69 | /etc/guix-publish.conf |
| 70 | /etc/guix-publish.service | 70 | /etc/guix-publish.service |
| 71 | /guix-daemon | 71 | /guix-daemon |
| 72 | /guix-register | ||
| 73 | /guix/config.scm | 72 | /guix/config.scm |
| 74 | /libformat.a | 73 | /libformat.a |
| 75 | /libstore.a | 74 | /libstore.a |
