summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba_external/missing.py
AgeCommit message (Collapse)AuthorFilesLines
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-03-31s4-python: Install external included packages only if they're not present on ↵Jelmer Vernooij1-4/+3
the system.
2010-03-31samba_external: Simplify script to find missing external packages; include ↵Jelmer Vernooij1-4/+10
subunit and testtools as well.
2010-03-05s4-python: only install external python libs that are missingAndrew Tridgell1-0/+12