#107 closed defect (duplicate)
created snapshots don't preserve +x file permission
Reported by: | anonymous | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Build master | Version: | 0.5.2 |
Keywords: | Cc: | ||
Operating System: |
Description
I'm trying to setup bitten with a large project that uses autotools. This entails an autogen.sh as well as a few other scripts that need to be executable. After the snapshot is transfered the +x bit is set to 0. In other words the resulting files come out with 666, when i should be something more like 755. Also note that every file has not only user read/write, but group and world as well.
The simple solution for this right now appears to prefix the file parameter of sh:exec to have sh before it to ensure it runs in a shell, and for all the other scripts to use that are run by autogen.sh to do this as well. For exam <sh:exec file="sh autogen.sh"/>.
Attachments (0)
Change History (3)
comment:1 Changed 19 years ago by anonymous
comment:2 Changed 19 years ago by anonymous
I see this is fixed in svn.. nevermind me...
comment:3 Changed 19 years ago by cmlenz
- Component changed from General to Build master
- Resolution set to duplicate
- Status changed from new to closed
Yeah, this is a duplicate of #68.
Oh yeah, I forgot to note that in the subversion repository, all of the above metioned files are executable as well.