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 3c762a13bf0a8e15f2cf67d6a9eb27cf6d55267d (commit) via a00ffdaa17c7ac96bb86734bac08a90c7785c98a (commit) via 8202a513138d7b7f57878bf8f50b928e2d4094c5 (commit) via 5622953de1125497b2e20cf25a1f9686c8bcfd77 (commit) via 90d104ba82dca16203448da57523d2a7b36be040 (commit) from 0c115d8c64b6feec00c142def34242d95aba5283 (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 3c762a13bf0a8e15f2cf67d6a9eb27cf6d55267d Author: Cyril Roelandt <tipec...@gmail.com> Date: Sat Sep 27 23:24:12 2014 +0200 guix lint: make sure synopses do not start with the package name. * guix/scripts/lint.scm (check-start-with-package-name): New method. * tests/lint.scm ("synopsis: start with package name"): New test. commit a00ffdaa17c7ac96bb86734bac08a90c7785c98a Author: Cyril Roelandt <tipec...@gmail.com> Date: Sat Sep 27 23:04:46 2014 +0200 guix lint: Make sure a synopsis cannot start with a lower-case article. * guix/scripts/lint.scm (check-start-article): use "string-ci=?" instead of "string=?". * tests/lint.scm ("synopsis: starts with 'a'", "synopsis: starts with 'an'"): New tests. commit 8202a513138d7b7f57878bf8f50b928e2d4094c5 Author: Cyril Roelandt <tipec...@gmail.com> Date: Sat Sep 27 23:00:44 2014 +0200 guix lint: check whether descriptions and synopses start with an upper-case letter. * guix/scripts/lint.scm (check-description-style, check-synopsis-start-upper-case): New methods. * tests/lint.scm ("description: does not start with an upper-case letter", "synopsis: does not start with an upper-case letter"): New tests. commit 5622953de1125497b2e20cf25a1f9686c8bcfd77 Author: Cyril Roelandt <tipec...@gmail.com> Date: Sat Sep 27 21:39:19 2014 +0200 guix lint: Make sure synopses are not too long. * guix/scripts/lint.scm (check-synopsis-length): New procedure. * tests/lint.scm ("synopsis: too long"): New test. commit 90d104ba82dca16203448da57523d2a7b36be040 Author: Cyril Roelandt <tipec...@gmail.com> Date: Sat Sep 27 21:32:27 2014 +0200 guix lint: make sure check-patches retrieves patch names. * guix/lint (check-patches): Test the output of origin-patches. ----------------------------------------------------------------------- Summary of changes: guix/scripts/lint.scm | 57 ++++++++++++++++++++++++++++++++++++++++++++---- tests/lint.scm | 55 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 107 insertions(+), 5 deletions(-) hooks/post-receive -- guix source archive