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

Zooko O'Whielacronx zooko at zooko.com
Sat Dec 4 03:57:59 UTC 2010


I intend to apply that patch to upstream once I have a test for it.
Then, if we can also figure out how to fix the permissions there will
be no patches needed for pkgsrc! Right? Cool.

Regards,

Zooko

On Fri, Dec 3, 2010 at 7:05 PM, Greg Troxel <gdt at ir.bbn.com> wrote:
>
> 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,
>
>
> _______________________________________________
> tahoe-dev mailing list
> tahoe-dev at tahoe-lafs.org
> http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
>
>


More information about the tahoe-dev mailing list