Opened 11 years ago
Closed 9 years ago
#11492 closed defect (wontfix)
Do not modify permissions on vcs-tracked scripts in sage-make_devel_packages
Reported by: | kini | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | scripts | Keywords: | |
Cc: | jdemeyer, iandrus | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
As above. Mercurial tracks file permissions, so there is no reason to modify them after unpacking them, as is done in lines 139-141 of $SAGE_LOCAL/sage-make_devel_packages
. Right?
Continued from #11449.
Apply:
- 11492_root_perm.patch to
SAGE_ROOT
- 11492_scripts_perm.patch to
SAGE_LOCAL/bin
Attachments (2)
Change History (9)
Changed 9 years ago by
Changed 9 years ago by
comment:1 Changed 9 years ago by
- Status changed from new to needs_review
comment:2 Changed 9 years ago by
- Description modified (diff)
comment:3 Changed 9 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:4 Changed 9 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:5 Changed 9 years ago by
- Milestone changed from sage-6.2 to sage-duplicate/invalid/wontfix
comment:6 Changed 9 years ago by
- Status changed from needs_review to positive_review
comment:7 Changed 9 years ago by
- Resolution set to wontfix
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
make_devel_package
disappeared with the switch to git (commit 48ff645017639d70d9b4a7107ac7fd98d8a871b5).