summaryrefslogtreecommitdiff
path: root/install_with_python.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-06-12Remove outdated install_with_python.shAndrew Bartlett1-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>
2015-07-24install_with_python: Secure Python download with sha256 checks.Adrian Cochrane1-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
2013-05-16build: Do not set PATH in install_with_python now we set $PYTHONAndrew Bartlett1-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>
2013-01-10build: Set LD_LIBRARY_PATH in install_with_python.shAndrew Bartlett1-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
2013-01-10build: Make install_with_python.sh more portableAndrew Bartlett1-1/+1
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2013-01-10build: In install_with_python.sh force using the python from the install we ↵Andrew Bartlett1-0/+3
just made Reviewed-by: Stefan Metzmacher <metze@samba.org>
2013-01-10build: Make install_with_python.sh executableAndrew Bartlett1-0/+0
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2011-06-23build: Add a script to install python and Samba with one commandAndrew Bartlett1-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