~dmedia/filestore/trunk

Fixed bugs #847044 where sphinx-build was hardcoded at /usr/bin/sphinx-build

Read the $PATH environment variable. Split it by : character. For every entry append
'sphinx-build' and check whether the file exists. If the file exists, check if it
is executable. If yes, then return the path. If none is found then return None.
The method calling this search method has to handle None return by showing a WARNING
Filename Latest Rev Last Changed Committer Comment Size
..
debian 36 13 years ago Jason Gerard DeRose Added basic debian/ for daily builds Diff
doc 161.1.1 13 years ago Jason Gerard DeRose Filled in initial doc/ contents using sphinx-quick Diff
.bzrignore 161.1.3 13 years ago Jason Gerard DeRose Ignoring doc/_build/* 25 bytes Diff Download File
File benchmark.py 184.1.12 13 years ago Jason Gerard DeRose Changed shabang so it's easier to understand in to 2.9 KB Diff Download File
COPYING 171 13 years ago Jason Gerard DeRose Oops, filestore can't be LGPL as PySkein is GPL... 33.7 KB Diff Download File
File dmediasum 171 13 years ago Jason Gerard DeRose Oops, filestore can't be LGPL as PySkein is GPL... 1.9 KB Diff Download File
File dont-hate-the-gil.py 177 13 years ago Jason Gerard DeRose Consolidated some benchmarking stuff in benchmark. 2.2 KB Diff Download File
filestore.py 186.1.6 13 years ago Jason Gerard DeRose docstring clairification 53.3 KB Diff Download File
MANIFEST.in 178 13 years ago Jason Gerard DeRose Updated MANIFEST.in to include doc/* 48 bytes Diff Download File
File setup.py 188.1.4 13 years ago Manish Sinha Fixed the name clash. Renamed variable path to fil 2.9 KB Diff Download File
File stress-test.py 184.1.22 13 years ago Jason Gerard DeRose Updated stress-test.py to use scandir() and batch_ 2.7 KB Diff Download File
test_filestore.py 186.1.5 13 years ago Jason Gerard DeRose avail is most important, so make it first item in 66 KB Diff Download File