X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fcheck_security_fixes.py;h=ec73c2264fb02cfe91093212824e415120b05e54;hb=a8a11a70d5fb7a251c74426400f757486c4c7159;hp=96925fe4595c35d66d8066a2ae16c939ce084b09;hpb=a959b199b8f4790bf311c4e9c4b96b4ffb494eeb;p=platal.git diff --git a/bin/check_security_fixes.py b/bin/check_security_fixes.py index 96925fe..ec73c22 100755 --- a/bin/check_security_fixes.py +++ b/bin/check_security_fixes.py @@ -25,10 +25,10 @@ patches. Important notice: do not execute this script directly from an automatic checkout of plat/al. It would be extremely unwise to execute it with root privileges from -a place where everybody can change it ! +a place where everybody can change it! Usage (-w updates the local .htaccess to disable guilty working copies): - check_security_fixes.py [-w] -b REFERENCE_PLATAL PLATAL_TO_CHECK ... + check_security_fixes.py [-w] -b REFERENCE_PLATAL PLATAL_TO_CHECK... """ import optparse @@ -143,7 +143,7 @@ def SelfCheckIsLatestVersion(base_path): most deployment will want to execute this script with root privileges, which implies that this script is deployed in a safe directory, and not just executed from an automatically updated checkout of plat/al (how - unsafe would that be ...).""" + unsafe would that be...).""" base_script = os.path.join(base_path, 'bin/check_security_fixes.py') local_script = os.path.abspath(sys.argv[0])