2012-04-18 21:34:19 +00:00
|
|
|
*~
|
|
|
|
,*
|
|
|
|
*.tmp
|
|
|
|
*.go
|
|
|
|
tmp
|
2012-04-19 21:09:55 +00:00
|
|
|
*.log
|
2012-06-13 16:01:25 +00:00
|
|
|
/build-aux
|
|
|
|
/configure
|
|
|
|
Makefile.in
|
|
|
|
Makefile
|
|
|
|
/autom4te.cache
|
|
|
|
config.cache
|
|
|
|
/aclocal.m4
|
|
|
|
/config.status
|
2012-06-29 20:22:48 +00:00
|
|
|
/ABOUT-NLS
|
|
|
|
/m4/ChangeLog
|
|
|
|
/m4/gettext.m4
|
|
|
|
/m4/iconv.m4
|
|
|
|
/m4/lib-ld.m4
|
|
|
|
/m4/lib-link.m4
|
|
|
|
/m4/lib-prefix.m4
|
|
|
|
/m4/nls.m4
|
|
|
|
/m4/po.m4
|
|
|
|
/m4/progtest.m4
|
|
|
|
/po/ChangeLog
|
|
|
|
/po/Makefile.in.in
|
|
|
|
/po/POTFILES
|
|
|
|
/po/Rules-quot
|
|
|
|
/po/boldquot.sed
|
|
|
|
/po/en@boldquot.header
|
|
|
|
/po/en@quot.header
|
|
|
|
/po/insert-header.sin
|
|
|
|
/po/quot.sed
|
|
|
|
/po/remove-potcdate.sin
|
|
|
|
/po/stamp-po
|
|
|
|
/po/guix.pot
|
2012-07-07 20:50:27 +00:00
|
|
|
/tests/*.trs
|
2012-07-07 20:53:01 +00:00
|
|
|
/INSTALL
|
|
|
|
/m4/*
|
2012-10-04 21:12:15 +00:00
|
|
|
/pre-inst-env
|
2012-10-13 14:05:01 +00:00
|
|
|
/doc/.dirstamp
|
|
|
|
/doc/guix.info
|
|
|
|
/doc/guix.pdf
|
|
|
|
/doc/stamp-vti
|
|
|
|
/doc/version.texi
|
2013-01-18 00:06:24 +00:00
|
|
|
/gnu/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz
|
|
|
|
/gnu/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz
|
2012-11-03 20:07:52 +00:00
|
|
|
/guix/config.scm
|
2012-12-03 22:04:47 +00:00
|
|
|
/nix/nix-daemon/nix-daemon.cc
|
|
|
|
/nix/config.h
|
|
|
|
/nix/config.h.in
|
|
|
|
stamp-h[0-9]
|
|
|
|
/nix/AUTHORS
|
|
|
|
/nix/COPYING
|
|
|
|
/libformat.a
|
|
|
|
/libstore.a
|
|
|
|
/libutil.a
|
|
|
|
/guix-daemon
|
2012-12-04 22:16:11 +00:00
|
|
|
/test-tmp
|
2012-12-05 15:29:28 +00:00
|
|
|
/nix/scripts/list-runtime-roots
|
2012-12-05 23:03:26 +00:00
|
|
|
/test-env
|
2012-12-14 17:15:37 +00:00
|
|
|
/nix/nix-setuid-helper/nix-setuid-helper.cc
|
Replace individual scripts with master 'guix' script.
* scripts/guix.in: New script.
* Makefile.am (bin_SCRIPTS): Add 'scripts/guix'. Remove 'guix-build',
'guix-download', 'guix-import', 'guix-package', and 'guix-gc'.
(MODULES): Add 'guix/scripts/build.scm', 'guix/scripts/download.scm',
'guix/scripts/import.scm', 'guix/scripts/package.scm', and
'guix/scripts/gc.scm'.
* configure.ac (AC_CONFIG_FILES): Add 'scripts/guix'. Remove 'guix-build',
'guix-download', 'guix-import', 'guix-package', and 'guix-gc'.
* guix-build.in, guix-download.in, guix-gc.in, guix-import.in,
guix-package.in: Remove shell script boilerplate. Move to guix-COMMAND.in
to guix/scripts/COMMAND.scm. Rename module from (guix-COMMAND) to
(guix scripts COMMAND). Change "guix-COMMAND" to "guix COMMAND" in
usage help string.
* pre-inst-env.in: Add "@abs_top_builddir@/scripts" to the front of $PATH.
Export $GUIX_UNINSTALLED.
* tests/guix-build.sh, tests/guix-daemon.sh, tests/guix-download.sh,
tests/guix-gc.sh, tests/guix-package.sh: Use "guix COMMAND" instead of
"guix-COMMAND".
* doc/guix.texi: Replace all occurrences of "guix-COMMAND" with
"guix COMMAND".
* po/POTFILES.in: Update.
2013-02-14 09:15:25 +00:00
|
|
|
/scripts/guix
|
2013-01-20 21:54:25 +00:00
|
|
|
/doc/guix.aux
|
|
|
|
/doc/guix.cp
|
|
|
|
/doc/guix.cps
|
|
|
|
/doc/guix.fn
|
|
|
|
/doc/guix.fns
|
|
|
|
/doc/guix.ky
|
|
|
|
/doc/guix.pg
|
|
|
|
/doc/guix.toc
|
|
|
|
/doc/guix.tp
|
|
|
|
/doc/guix.vr
|
|
|
|
/doc/guix.vrs
|
2013-04-02 08:44:20 +00:00
|
|
|
/nix/scripts/substitute-binary
|