1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Adrian Cochrane
c596ac60a5 install_with_python: Secure Python download with sha256 checks.
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
2015-07-24 05:19:05 +02:00
Andrew Bartlett
2044541530 build: Do not set PATH in install_with_python now we set $PYTHON
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-05-16 19:02:01 +02:00
Andrew Bartlett
213e7260a8 build: Set LD_LIBRARY_PATH in install_with_python.sh
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-10 14:00:13 +01:00
Andrew Bartlett
5a1deec38a build: Make install_with_python.sh more portable
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2013-01-10 12:07:08 +01:00
Andrew Bartlett
8e84c33a60 build: In install_with_python.sh force using the python from the install we just made
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2013-01-10 12:07:03 +01:00
Andrew Bartlett
7acacdfc05 build: Make install_with_python.sh executable
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2013-01-10 12:06:54 +01:00
Andrew Bartlett
a73abc0403 build: Add a script to install python and Samba with one command
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
2011-06-23 14:56:54 +02:00