Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-02 | s4-python Remove unused missing.py (used by old build system) | Andrew Bartlett | 1 | -17/+0 | |
2010-06-24 | s4-python: python is not always in /usr/bin | Andrew Tridgell | 1 | -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-04-06 | s4-waf: updates for the new python installer from jelmer | Andrew Tridgell | 1 | -11/+0 | |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | s4-waf: install the rest of our python files | Andrew Tridgell | 1 | -0/+9 | |
2010-03-31 | s4-python: Install external included packages only if they're not present on ↵ | Jelmer Vernooij | 1 | -4/+3 | |
the system. | |||||
2010-03-31 | samba_external: Simplify script to find missing external packages; include ↵ | Jelmer Vernooij | 1 | -4/+10 | |
subunit and testtools as well. | |||||
2010-03-29 | s4-python: Move dnspython to lib/, like the other Python modules | Jelmer Vernooij | 113 | -16825/+0 | |
This also avoids it from being installed if it's already present on the system. | |||||
2010-03-05 | s4-python: only install external python libs that are missing | Andrew Tridgell | 1 | -0/+12 | |
2010-03-05 | s4-python: import a copy of the python dns library | Andrew Tridgell | 114 | -0/+16829 | |
This library is not installed on enough systems for us to rely on it being available. We use the system copy if possible, and fallback to this local copy Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |