Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#26473 closed Cleanup/optimization (fixed)

django/contrib/admin/static/admin/fonts/LICENSE.txt has executable rights in git

Reported by: Raphaël Hertzog Owned by: nobody
Component: contrib.admin Version: 1.9
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Please drop the executable permission on django/contrib/admin/static/admin/fonts/LICENSE.txt (in master and in 1.9.x).

See https://github.com/django/django/blob/master/django/contrib/admin/static/admin/fonts/LICENSE.txt it's written "Executable File" and the release tarballs then embed this permission too... leading to lintian errors on the Debian package:
W: python-django-common: executable-not-elf-or-script usr/share/python-django-common/django/contrib/admin/static/admin/fonts/LICENSE.txt

Change History (2)

comment:1 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 7d6e6e8:

Fixed #26473 -- chmod -x on django/contrib/admin/static/admin/fonts/LICENSE.txt

comment:2 by Tim Graham <timograham@…>, 8 years ago

In 13d16764:

[1.9.x] Fixed #26473 -- chmod -x on django/contrib/admin/static/admin/fonts/LICENSE.txt

Backport of 7d6e6e83675ef62b7aaafc945444a9ac99415540 from master

Note: See TracTickets for help on using tickets.
Back to Top