diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2012-11-01 01:46:15 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-01 01:46:15 +0100 |
| commit | 0afdc48532ea7d8eea32b3e3b78ba3832e7f18b2 (patch) | |
| tree | 666db7447c4b7e96c16241b6c6647bbac72290d0 /.gitignore | |
| parent | e3d741065e29b6f0d050592da853b641205c21bc (diff) | |
Add a preliminary `guix-package' command-line tool.
* guix-package.in, tests/guix-package.sh: New files.
* configure.ac: Output `guix-package'.
* Makefile.am (TESTS): Add `tests/guix-package.sh'.
(bin_SCRIPTS): Add `guix-package'.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 816660ecd12..e6b254ae44e 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -47,3 +47,4 @@ config.cache | |||
| 47 | /distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz | 47 | /distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz |
| 48 | /guix-download | 48 | /guix-download |
| 49 | /distro/packages/bootstrap/i686-linux/guile-bootstrap-2.0.6.tar.xz | 49 | /distro/packages/bootstrap/i686-linux/guile-bootstrap-2.0.6.tar.xz |
| 50 | /guix-package | ||
