The Tahoe-LAFS decentralized secure filesystem.
Go to file
Zooko O'Whielacronx 06a8b1ea84 pkg_resources: better error message on bad spec
Include the text of the offending distribution spec when it is ill-formed.

I got an error message from pkg_resources.py saying that a distribution spec
was ill-formed, because it ended with an '=' and nothing came after the '='.
However, the error message and stack trace didn't tell which distribution spec
it was.

With this patch, it includes the distribution spec itself in the error message.

There is no unit test of this patch, but I did test it manually by inserting a
"raise ValueError('WHATEVER')" into the code and re-running it and observing
that the new output correctly included the distribution
2012-11-22 17:09:41 +00:00
bin setup.py and bin/tahoe-script.template: the error when we try to use Python 3 should give the correct minimum Python version (now 2.5). refs #1658 2012-06-11 03:52:16 +00:00
darcsver-1.7.2.egg setup: upgrade bundled version of darcsver from 1.7.1 to 1.7.2 to support the new bbfreeze feature (by, strangely, having darcsver write out unix newlines regardless of what the underlying platform prefers) 2011-01-20 21:28:38 -08:00
docs docs/frontends/CLI.rst: fix markup of * and ?. 2012-11-11 16:04:23 +00:00
misc add alternating grey-background to make it easier to scan across the table left to right 2012-10-08 12:08:50 -07:00
setuptools-0.6c16dev3.egg pkg_resources: better error message on bad spec 2012-11-22 17:09:41 +00:00
src web/unlinked.py: don't use % operator to expand %(uri)s. fixes #1860. 2012-11-15 04:16:19 +00:00
static Make bb-freeze (and probably other static packaging tools) work. This updates various places where we assumed that the tahoe process was executed via the Python interpreter. It also allows tests to recursively invoke the same tahoe.exe, rather than bin/tahoe. refs #585 2011-01-21 00:04:29 -08:00
twisted/plugins twisted/allmydata_trial.py: fix stale comment that referred to trial_figleaf.py (replaced with trial_coverage.py). 2011-01-21 17:39:13 -08:00
.darcs-boringfile restore .gitignore, stop .darcs-boringfile it 2012-01-09 02:52:43 +00:00
.gitignore Makefile: add 'make tmpfstest', which uses a tmpfs for _trial_temp. 2012-10-25 02:16:21 +01:00
COPYING.GPL Fix repeated 'the' in license text. 2011-08-19 13:48:36 -07:00
COPYING.TGPPL.rst docs: fix the rst formatting of COPYING.TGPPL.rst 2011-10-02 21:33:33 -07:00
CREDITS Update my (davidsarah) gpg fingerprint in CREDITS. Mwahaha! :-) 2012-05-16 23:15:26 +00:00
Makefile Makefile: increase filesystem size for 'make tmpfstest'. 2012-11-16 20:30:19 +00:00
MANIFEST.in MANIFEST.in: make git-based 'setup.py sdist' match darcs 2012-01-09 15:46:37 -08:00
NEWS.rst NEWS.rst: add a missing dependency update for 1.9.2. 2012-11-20 05:59:00 +00:00
README.txt Update copyright notices. refs #1686 2012-03-13 20:50:57 +00:00
relnotes.txt Update release date for 1.9.2. 2012-07-03 16:30:10 +00:00
setup.cfg Update find_links URLs in setup.cfg to https://tahoe-lafs.org. This is not just a doc change; look out for compatibility problems. 2012-03-13 20:30:41 +00:00
setup.py setup.py and bin/tahoe-script.template: the error when we try to use Python 3 should give the correct minimum Python version (now 2.5). refs #1658 2012-06-11 03:52:16 +00:00
Tahoe.home rename bin/allmydata-tahoe to bin/tahoe. Closes #155. 2007-10-11 03:38:24 -07:00

==========
Tahoe-LAFS
==========

Tahoe-LAFS is a Free Software/Open Source decentralized data store. It
distributes your filesystem across multiple servers, and even if some of the
servers fail or are taken over by an attacker, the entire filesystem continues
to work correctly and to preserve your privacy and security.

To get started please see `quickstart.rst`_ in the docs directory.

LICENCE
=======

Copyright 2006-2012 The Tahoe-LAFS Software Foundation

You may use this package under the GNU General Public License, version 2 or, at
your option, any later version.  You may use this package under the Transitive
Grace Period Public Licence, version 1.0, or at your option, any later
version. (You may choose to use this package under the terms of either licence,
at your option.)  See the file `COPYING.GPL`_ for the terms of the GNU General
Public License, version 2.  See the file `COPYING.TGPPL.rst`_ for the terms of
the Transitive Grace Period Public Licence, version 1.0.

See `TGPPL.PDF`_ for why the TGPPL exists, graphically illustrated on three slides.

.. _quickstart.rst: https://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.rst
.. _COPYING.GPL: https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.GPL
.. _COPYING.TGPPL.rst: https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.TGPPL.rst
.. _TGPPL.PDF: https://tahoe-lafs.org/~zooko/tgppl.pdf