summaryrefslogtreecommitdiff
path: root/install_with_python.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: Do not set PATH in install_with_python now we set $PYTHONAndrew Bartlett2013-05-291-2/+0
| | | | | | | | | | This will ensure that the scripts get rewritten to use this specific python, as it will not be found in the path by the waf scripts. Andrew Bartlett Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 20445415307ae3d6524995d0128862dcbc119684)
* build: Set LD_LIBRARY_PATH in install_with_python.shAndrew Bartlett2013-04-021-0/+2
| | | | | | | | | | | | | | This ensures that the python install finishes correctly. Andrew Bartlett Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Thu Jan 10 14:00:13 CET 2013 on sn-devel-104 (cherry picked from commit 213e7260a83d4349132e8c159798b476cec3f814) Fix bug #9717 - install_with_python fix not yet in 4.0.x.
* build: Make install_with_python.sh more portableAndrew Bartlett2013-01-281-1/+1
| | | | | Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 5a1deec38a7ff7287b31a47ae61769c66e10de17)
* build: In install_with_python.sh force using the python from the install we ↵Andrew Bartlett2013-01-281-0/+3
| | | | | | | just made Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 8e84c33a6094288ec2c8964588c679a71742e855)
* build: Make install_with_python.sh executableAndrew Bartlett2013-01-281-0/+0
| | | | | Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 7acacdfc05d3162b2879b6ac80d0809b5af96f1e)
* build: Add a script to install python and Samba with one commandAndrew Bartlett2011-06-231-0/+41
This should help folks on systems that don't have a recent python provided by the OS. Python is installed into the same prefix as Samba, not in the default path. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Jun 23 14:56:54 CEST 2011 on sn-devel-104