Changeset 193:ef5f3f8cf79e


Ignore:
Timestamp:
05/18/12 15:49:30 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added changing the mode of the manifest file to be readable by everybody

File:
1 edited

Legend:

Unmodified
Added
Removed
  • diffdist.py

    r189 r193  
    7575    with os.fdopen(fd, "wt") as f:
    7676        finalManifest.writeInto(f)
    77    
     77    os.chmod(path, 0644)
    7878    tarFile.add(path, arcname = manifestName)
    7979    tarFile.close()
Note: See TracChangeset for help on using the changeset viewer.