753: ReviewBoard packages don't include errordocs directory

russell*******@gmai***** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
Dec. 28, 2008
As of review http://reviews.review-board.org/r/645/ , rb-site has been
updated to install the errordocs directory into a site directory by linking
to it in the package.  However, it does not appear that the packaging has
been updated to include it.
#1 hnas****@gmai***** (Google Code) (Is this you? Claim this profile.)
The attached patch to the MANIFEST.in should fix the issue.
  • +
    Index: MANIFEST.in
    ===================================================================
    --- MANIFEST.in	(revision 1629)
    +++ MANIFEST.in	(working copy)
    @@ -2,7 +2,7 @@
     recursive-include reviewboard/admin/fixtures *
     recursive-include reviewboard/contrib *
     recursive-include reviewboard/diffviewer/testdata *
    -recursive-include reviewboard/htdocs *.css *.htc *.png *.jpg *.gif *.js
    +recursive-include reviewboard/htdocs *.css *.htc *.png *.jpg *.gif *.js *.html
     recursive-include reviewboard/locale *
     recursive-include reviewboard/reviews/fixtures *
     recursive-include reviewboard/scmtools/fixtures *
chipx86
#2 chipx86
Thanks. Fixed in r1650.
  • +Fixed
  • -Priority-Medium
    +Priority-High
    +Milestone-Release1.0
    +Component-Deployment
  • +chipx86