]> git.donarmstrong.com Git - lilypond.git/commit
lilypond-book: Change md5 hashing strategy
authorPatrick McCarty <pnorcks@gmail.com>
Mon, 28 Sep 2009 20:22:47 +0000 (13:22 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Mon, 28 Sep 2009 20:30:46 +0000 (13:30 -0700)
commit453e6f6500352ef29f901aaee8dc7f2b906b4766
tree1c5f19973d4f00c6167aa39f6f66d7652485374d
parent0f049b9381455ab374b66c43354cd59baf040d5a
lilypond-book: Change md5 hashing strategy

Previously, the md5 hash for folder/file names was based on the entire
.ly file contents.  This worked okay until the preamble changed, which
then broke `make check'.

This commit changes the strategy so that only the LY code (without the
preamble) is used when computing the md5 hash.  This will fix the regtest
comparison output between releases from now on.
scripts/lilypond-book.py