Opened at 2011-01-23T22:19:09Z
Closed at 2011-01-28T15:34:35Z
#1335 closed defect (fixed)
tahoe-deps (v18) tarball is broken
Reported by: | warner | Owned by: | zooko |
---|---|---|---|
Priority: | major | Milestone: | 1.8.2 |
Component: | packaging | Version: | 1.8.1 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
The current "tahoe-deps.tar.gz" tarball (containing a copy of source for all of Tahoe's dependencies) is broken. It was recently rebuilt (to update a couple of the tarballs), and accidentally made to unpack into the wrong directory (tahoe-deps-v18/ instead of tahoe-deps/). As a result, the "tarballs" builder is red: http://tahoe-lafs.org/buildbot/builders/tarballs/builds/796/steps/tarballs/logs/stdio .
The fix is to regenerate this tarball with the correct directory name. I've also asked zooko to leave the component tarballs in their original (compressed) pristine-upstream state, to match what earlier tahoe-deps bundles did.
I think this should block the 1.8.2 release, especially since the builder that produces our shipping Tahoe tarballs is red as a result.
Change History (3)
comment:1 Changed at 2011-01-26T07:02:54Z by warner
comment:2 Changed at 2011-01-28T08:30:42Z by zooko
- Status changed from new to assigned
comment:3 Changed at 2011-01-28T15:34:35Z by zooko
- Resolution set to fixed
- Status changed from assigned to closed
Okay I've built a new tahoe-deps tarball with all of the latest stable versions of each of the components and with the directory name fixed to be tahoe-deps. I compressed the components of tahoe-deps-v19.tar.bz2 with bzip2, compressed the ones in tahoe-deps-v19.tar.gz with gzip, and left the ones in tahoe-deps-v19.tar.lz uncompressed (in order to make the .tar.lz downloadable slightly smaller). The tarballs builder is green.
This is preventing automatic uploads of generated tarballs. I may try to look into this myself on wednesday.