diff options
author | Ed Baunton <ebaunton1@bloomberg.net> | 2018-07-27 14:01:57 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-08-07 05:04:50 +0000 |
commit | 3d26ff6eff05648afdc3188175bd327c6f1676b1 (patch) | |
tree | de7476601a128b15051a9a6de2695bbb952fe46d /buildstream/_versions.py | |
parent | a8073264fb5e50090d64a8ad8acbb1ef64fda2f1 (diff) | |
download | buildstream-3d26ff6eff05648afdc3188175bd327c6f1676b1.tar.gz |
remote.py: Add support for marking downloaded files executable
Add an optional flag to make files executable after having downloaded them.
Instead of leaving the permissioning of downloaded file in remote.py up
to the user's umask; expressly set permissions to 0644 or 0755 if
executable.
Bump format version to 13.
Diffstat (limited to 'buildstream/_versions.py')
-rw-r--r-- | buildstream/_versions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_versions.py b/buildstream/_versions.py index 39ff30fc3..d774e5786 100644 --- a/buildstream/_versions.py +++ b/buildstream/_versions.py @@ -23,7 +23,7 @@ # This version is bumped whenever enhancements are made # to the `project.conf` format or the core element format. # -BST_FORMAT_VERSION = 12 +BST_FORMAT_VERSION = 13 # The base BuildStream artifact version |