summaryrefslogtreecommitdiff
path: root/install_with_python.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated install_with_python.shAndrew Bartlett2020-06-121-63/+0
| | | | | | | | | | This was a cludge to help get past the need for Python on the Samba build farm in particular. We now need Python3 by default so clearly this has not been used in quite some time so is safe to remove. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* install_with_python: Secure Python download with sha256 checks.Adrian Cochrane2015-07-241-11/+30
| | | | | | | | | | | Includes a fallback using md5sum and a refactor to ensure files are cleaned up on failure. Signed-off-by: Adrian Cochrane <adrianc@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Jul 24 05:19:06 CEST 2015 on sn-devel-104
* build: Do not set PATH in install_with_python now we set $PYTHONAndrew Bartlett2013-05-161-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>
* build: Set LD_LIBRARY_PATH in install_with_python.shAndrew Bartlett2013-01-101-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
* build: Make install_with_python.sh more portableAndrew Bartlett2013-01-101-1/+1
| | | | Reviewed-by: Stefan Metzmacher <metze@samba.org>
* build: In install_with_python.sh force using the python from the install we ↵Andrew Bartlett2013-01-101-0/+3
| | | | | | just made Reviewed-by: Stefan Metzmacher <metze@samba.org>
* build: Make install_with_python.sh executableAndrew Bartlett2013-01-101-0/+0
| | | | Reviewed-by: Stefan Metzmacher <metze@samba.org>
* 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