This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "guix source archive".
The branch, master has been updated via b4f5e0e87c112bd4b8425be0c17524ce9c2a85ca (commit) via 5e3b388b51780373e68c19a46a279a809e82d461 (commit) from 3af2d27eb39102aebba4d79a663a4e024fd9700d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b4f5e0e87c112bd4b8425be0c17524ce9c2a85ca Author: Cyril Roelandt <tipec...@gmail.com> Date: Mon Sep 1 02:13:21 2014 +0200 scripts: add guix lint * guix/scripts/lint.scm: New file. Defines a 'lint' tool for Guix packages. * tests/lint.scm: New file. * Makefile.am (MODULES, SCM_TESTS): Add them. * po/guix/Makevars: Update appropriately. * po/guix/POTFILES.in: Update appropriately. * doc/guix.texi: Document "guix lint". commit 5e3b388b51780373e68c19a46a279a809e82d461 Author: Cyril Roelandt <tipec...@gmail.com> Date: Mon Sep 1 01:45:09 2014 +0200 Move specification->package to gnu/packages.scm. * guix/scripts/build.scm (specification->package): Move from here... * gnu/packages.scm: ... to here. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 4 +- doc/guix.texi | 29 ++++++- gnu/packages.scm | 26 ++++++- guix/scripts/build.scm | 23 +----- guix/scripts/lint.scm | 213 ++++++++++++++++++++++++++++++++++++++++++++++++ po/guix/Makevars | 3 +- po/guix/POTFILES.in | 1 + tests/lint.scm | 110 +++++++++++++++++++++++++ 8 files changed, 383 insertions(+), 26 deletions(-) create mode 100644 guix/scripts/lint.scm create mode 100644 tests/lint.scm hooks/post-receive -- guix source archive