Disable the 'chmod' commands since these don't work since the move to dinsdale.
This commit is contained in:
parent
4e02ab52f6
commit
fe551846ee
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue