[tahoe-dev] Announcing Tahoe, the Least-Authority File System, v1.8.1

Greg Troxel gdt at ir.bbn.com
Sat Dec 4 02:05:18 UTC 2010


I have updated pkgsrc to 1.8.1.  Besides dealing with the 700/400
permissions, I had to add the following patch to avoid installing the
non-namespaced "buildtest" code (thanks to Zooko and David-Sarah for
helping me with this privately, although I may have misattributed
exactly which of them got the hard-to-figure-out syntax right).
With this, 1.8.1 seems to work fine.



$NetBSD: patch-aa,v 1.1 2010/12/04 01:58:57 gdt Exp $

Upstream incorrectly installs test code.  Patch from David-Sarah
Hopwood (of upstream) in private mail.

--- setup.py.orig	2010-11-30 05:41:58.000000000 +0000
+++ setup.py
@@ -371,7 +371,7 @@ setup(name=APPNAME,
                 "sdist": MySdist,
                 },
       package_dir = {'':'src'},
-      packages=find_packages("src"),
+      packages=find_packages("src", exclude=["buildtest"]),
       classifiers=trove_classifiers,
       test_suite="allmydata.test",
       install_requires=install_requires,

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20101203/868d4e06/attachment.pgp>


More information about the tahoe-dev mailing list