Modify ↓
#13576 closed defect (fixed)
trac-admin deploy doesn't make the CGI scripts executable
Reported by: | Owned by: | Jun Omae | |
---|---|---|---|
Priority: | normal | Milestone: | 1.4.4 |
Component: | general | Version: | 1.5.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Set executable bit of CGI script files created by deploy command. |
||
API Changes: | |||
Internal Changes: |
Description
When the trac-admin deploy
command is used, the CGI scripts are generated but they aren't set as executable, which leads to a server error.
Attachments (0)
Change History (3)
comment:1 by , 20 months ago
Milestone: | → 1.4.4 |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 20 months ago
comment:3 by , 20 months ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Proposed changes in:
In the changes, uses
os.open
with0o777
as mode to set executable bit.