Edgewall Software
Modify

Opened 14 months ago

Closed 14 months ago

Last modified 13 months ago

#13576 closed defect (fixed)

trac-admin deploy doesn't make the CGI scripts executable

Reported by: ebourg@… 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 Jun Omae, 14 months ago

Milestone: 1.4.4
Owner: set to Jun Omae
Status: newassigned

comment:2 by Jun Omae, 14 months ago

Proposed changes in:

trunk [5d622f1d4/jomae.git] (jomae.git@t13576_trunk)
1.4-stable [a9a6d5b04/jomae.git] (jomae.git@t13576_1.4)

In the changes, uses os.open with 0o777 as mode to set executable bit.

comment:3 by Jun Omae, 14 months ago

Release Notes: modified (diff)
Resolution: fixed
Status: assignedclosed

Committed in [17690] and merged in [17691].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jun Omae to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.