[Checkins] [zopefoundation/ZODB] 7bf9d8: Try to get the blob file bits right.

GitHub noreply at github.com
Sat Apr 8 22:14:43 CEST 2017


  Branch: refs/heads/blob-default-permissions
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 7bf9d803f6dcdfccc9359d296a47378d78bc8a5b
      https://github.com/zopefoundation/ZODB/commit/7bf9d803f6dcdfccc9359d296a47378d78bc8a5b
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2017-04-08 (Sat, 08 Apr 2017)

  Changed paths:
    M src/ZODB/blob.py
    M src/ZODB/tests/testblob.py

  Log Message:
  -----------
  Try to get the blob file bits right.

Blob files get created with mkstemp, which turns off access for user and group.
So, on moving/copying to committed location, we copy the directory read bits.




More information about the checkins mailing list