]> git.notmuchmail.org Git - notmuch/commit
devel/release-checks.sh: version string problem does not halt execution
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 19 Jan 2013 02:13:17 +0000 (04:13 +0200)
committerDavid Bremner <bremner@debian.org>
Sat, 19 Jan 2013 18:29:53 +0000 (14:29 -0400)
commitbc89dd76883b4bdee31d1a6e26059c69b299d147
tree49a7c409ae669995349696899089479ea7b334ec
parentbe8a9ab0e63cf85239a43b7a4d92cc646c2417e7
devel/release-checks.sh: version string problem does not halt execution

Version string has strict format requirements in release-check.sh:
only numbers and periods (in sane order) are accepted.
Mismatch there used to halt further execution.
In this case, checking versions like '*~rc1' for (more) problems
was not possible.
This 'fatal error' is now changed buffered error message like in
following tests, and is displayed at the end of execution.
devel/release-checks.sh