From 0afdc48532ea7d8eea32b3e3b78ba3832e7f18b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 1 Nov 2012 01:46:15 +0100 Subject: 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'. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 816660ecd1..e6b254ae44 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ config.cache /distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz /guix-download /distro/packages/bootstrap/i686-linux/guile-bootstrap-2.0.6.tar.xz +/guix-package -- cgit v1.2.3