#10102 closed (fixed)
daily_cleanup.py should have svn:executable set
| Reported by: | John-Scott Atlakson | Owned by: | nobody |
|---|---|---|---|
| Component: | Uncategorized | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
daily_cleanup.py is the only script in django/bin without its executable bit set, requiring users to manually chmod this script while the others 'just work'.
Change History (4)
comment:1 by , 17 years ago
| milestone: | → 1.1 |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
(In [10054]) Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Scott for the report