#14245 closed (fixed)
django/contrib/flatpages/fixtures not included in the 1.2.2 release tarball
Reported by: | Paul McLanahan | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.2 |
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
This is potentially due to an oversight with the MANIFEST.in file. The fixtures directory and json file within were a recent addition. cramm on IRC suggested the following line be added to MANIFEST.in
recursive-include django/contrib/flatpages/fixtures *
Change History (5)
follow-up: 2 comment:1 by , 14 years ago
comment:2 by , 14 years ago
Replying to pmclanahan:
Doh! That should be:
- Downloaded the 1.2.2 tarball from the homepage
- Extracted it into a new svn repo
- Added and checked in all of the files
- Checked out the releases/1.2.X branch from the django repo
- Exported everything from that checkout and coppied it over to my new repo, overwriting everything
comment:3 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
Actually, I just did an experiment and found potentially more missing files in the tarball.
I took the following steps.
# Downloaded the 1.2.2 tarball from the homepage
# Extracted it into a new svn repo
# Added and checked in all of the files
# Checked out the releases/1.2.X branch from the django repo
# Exported everything from that checkout and coppied it over to my new repo, overwriting everything
After that the following output is observed:
I'm not sure all of those are necessary, but that seems to be a decent diff of what's in the repo vs. what made it into the official tarball.