Re: [Django] #14352: MANIFEST.in refers to non-existant files

2010-09-28 Thread Django
#14352: MANIFEST.in refers to non-existant files
+---
  Reporter:  robhudson  | Owner:  nobody
Status:  closed | Milestone:
 Component:  Uncategorized  |   Version:  1.2   
Resolution:  fixed  |  Keywords:
 Stage:  Unreviewed | Has_patch:  0 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by russellm):

  * status:  new => closed
  * needs_better_patch:  => 0
  * resolution:  => fixed
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 Fixed in r13760.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



[Django] #14352: MANIFEST.in refers to non-existant files

2010-09-28 Thread Django
#14352: MANIFEST.in refers to non-existant files
---+
 Reporter:  robhudson  |   Owner:  nobody
   Status:  new|   Milestone:
Component:  Uncategorized  | Version:  1.2   
 Keywords: |   Stage:  Unreviewed
Has_patch:  0  |  
---+
 Installing Django shows two warnings, which are caused by non-existant
 files in the MANIFEST.in:

 {{{
 Installing collected packages: Django
   Running setup.py install for Django
 changing mode of build/scripts-2.6/django-admin.py from 644 to 755
 warning: no files found matching 'django/dispatch/LICENSE.txt'
 warning: no files found matching '*' under directory 'examples'
 }}}

 The attached patch fixes this.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.