Porting/makerel no longer massages win32 files during the final tarball build process
authorJesse Vincent <jesse@bestpractical.com>
Mon, 19 Oct 2009 16:45:21 +0000 (12:45 -0400)
committerJesse Vincent <jesse@bestpractical.com>
Mon, 19 Oct 2009 16:45:21 +0000 (12:45 -0400)
commit1f9a80b25f23becc955475300dbdd453eebdacba
tree91279c38df570d90d899e7d56afbdbf92f2536b1
parent1e54784419d7044304e71755f9e6de321eb1f5f8
Porting/makerel no longer massages win32 files during the final tarball build process

I _believe_ that this change will mean that our shipped tarball will
contain all files exactly as they are in the repo - The only difference
will be in file permissions.

I'm told that git can version the execute bit on files. If I'm feeling
especially adventurous, I may write a porting test to ensure that the
right files (and only the right files?) are marked +x in git and then
remove that bit from Porting/makerel. I wouldn't mind it if someone beat
me to that.
Porting/makerel