swift-1.0.0.tar.gz is missing doc directory

Bug #607068 reported by Caleb Groom
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Object Storage (swift)
Fix Released
High
Monty Taylor

Bug Description

'python setup.py build_sphinx' is not working because the doc directory that exists in trunk is missing from the 1.0.0 tarball:

[root@server2 src]# wget --quiet http://launchpad.net/swift/1.0/1.0.0/+download/swift-1.0.0.tar.gz
[root@server2 src]# ls -l swift-1.0.0.tar.gz && md5sum swift-1.0.0.tar.gz
-rw-r--r-- 1 root root 155317 Jul 19 2010 swift-1.0.0.tar.gz
478501fd59ad606b082cb964407f53b3 swift-1.0.0.tar.gz
[root@server2 src]# tar tzf swift-1.0.0.tar.gz | grep doc
[root@server2 src]# echo $?
1

Related branches

Revision history for this message
Silas Sewell (silassewell) wrote :

The AUTHORS and LICENSE (required for some distros) files along with the "etc" directory would be useful as well.

Revision history for this message
Chuck Thier (cthier) wrote :

Thank's for reporting this. Until the download gets updated, docs can be browsed online at http://swift.openstack.org and also from a checkout of the source code (bzr branch lp:swift)

Changed in swift:
assignee: nobody → Monty Taylor (mordred)
importance: Undecided → High
Revision history for this message
Caleb Groom (calebgroom) wrote :

This should do the trick:

[root@server2 swift]# cat MANIFEST.in
include AUTHORS LICENSE
graft doc
graft etc

Revision history for this message
Chuck Thier (cthier) wrote :

The download has been updated, and should have everything in it now.

Changed in swift:
status: New → Fix Committed
Chuck Thier (cthier)
Changed in swift:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.