View Issue Details

IDProjectCategoryView StatusLast Update
120WADFCLIpublic12 Dec 2008 09:48
Reportermrosenquist Assigned Totimj  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.10.1Fixed in Version0.10.1 
Summary120: Permissions not preserved on generated files
DescriptionGenerated files such as setup lose their execute bits.
TagsNo tags attached.

Activities

timj

9 Dec 2008 17:34

manager   ~142

This is true in the general case but shouldn't be in the specific case of the kickstart script as WADF forcibly makes it executable. So for the latter case can you provide a way to reproduce this as I can't.

mrosenquist

9 Dec 2008 17:38

reporter   ~143

A templated executable setup file will lose it executable flags
./setup.php < setup.php.template

mrosenquist

9 Dec 2008 18:00

reporter   ~144

After wadf reprocess
-r--r--r-- 1 mrosenquist users 5788 2008-12-09 17:49 setup.php
-rwxr-xr-x 1 mrosenquist users 5788 2008-10-24 14:30 setup.php.template

WADF version 0.9.3

timj

11 Dec 2008 21:17

manager   ~148

You're right. Actually WADF would always set setup scripts specifically to be executable but only at the point it executes them, which is not the case if you are reprocessing.

Anyway I have fixed this in SVN r1375

Issue History

Date Modified Username Field Change
5 Dec 2008 16:53 mrosenquist New Issue
9 Dec 2008 17:34 timj Note Added: 142
9 Dec 2008 17:34 timj Status new => feedback
9 Dec 2008 17:38 mrosenquist Note Added: 143
9 Dec 2008 18:00 mrosenquist Note Added: 144
11 Dec 2008 21:03 timj Status feedback => assigned
11 Dec 2008 21:03 timj Assigned To => timj
11 Dec 2008 21:17 timj Note Added: 148
11 Dec 2008 21:17 timj Status assigned => resolved
11 Dec 2008 21:17 timj Resolution open => fixed
11 Dec 2008 21:17 timj Fixed in Version => 0.10.1
11 Dec 2008 21:17 timj Target Version => 0.10.1
11 Dec 2008 21:17 timj Summary Generated files such as setup lost there exciucete => Permissions not preserved on generated files
11 Dec 2008 21:17 timj Description Updated
12 Dec 2008 09:48 timj Status resolved => closed