Disable the 'chmod' commands since these don't work since the move to dinsdale.

This commit is contained in:
Guido van Rossum 2005-10-14 15:22:30 +00:00
parent 4e02ab52f6
commit fe551846ee
1 changed files with 3 additions and 3 deletions

View File

@ -403,9 +403,9 @@ def push_pep(htmlfiles, txtfiles, username, verbose, local=0):
rc = os.system("%s %s %s %s" % (copy_cmd, quiet, filelist, target))
if rc:
sys.exit(rc)
rc = os.system("%s 664 %s/*" % (chmod_cmd, HDIR))
if rc:
sys.exit(rc)
## rc = os.system("%s 664 %s/*" % (chmod_cmd, HDIR))
## if rc:
## sys.exit(rc)
PEP_TYPE_DISPATCH = {'text/plain': fixfile,