notmuch/devel
Tomi Ollila a0ce84c3af devel: add release-checks.sh
Currently Makefile.local contains some machine executable release
checking functionality. This is unnecessarily complex way to do it:

Multiline script functionality is hard to embed -- from Makefile point
of view there is just one line split using backslashes and every line
ends with ';'. It is hard to maintain such "script" when it gets longer.

The embedded script does not fail as robust as separate script; set -eu
could be added to get same level of robustness -- but the provided
Bourne Again Shell (bash) script exceeds this with 'set -o pipefail',
making the script to fail when any of the commands in pipeline fails
(and not just the last one).

Checking for release is done very seldom compared to all other use;
The whole Makefile.local gets simpler and easier to grasp when most
release checking targets are removed.

When release checking is done, the steps are executed sequentially;
nothing is allowed to be skipped due to some satisfied dependency.
2012-09-05 08:33:45 -03:00
..
release-checks.sh devel: add release-checks.sh 2012-09-05 08:33:45 -03:00
RELEASING Start devel directory for developer tools and documentation. 2012-01-17 22:53:31 -04:00
schemata schemata: update for --body=true|false option 2012-07-24 15:49:33 -03:00
STYLE STYLE: Initial draft of coding style document 2012-02-12 11:58:19 -05:00
TODO Update devel/schemata for --entire-thread=false 2012-06-29 22:33:13 -03:00
uncrustify.cfg uncrustify.cfg: comments and more types 2012-06-03 13:39:57 -03:00