protobuf/kokoro/release
Joshua Haberman c649397029
Set execute bit on files if and only if they begin with (#!). (#7347)
* Set execute bit on files if and only if they begin with (#!).

Git only tracks the 'x' (executable) bit on each file. Prior to this
CL, our files were a random mix of executable and non-executable.
This change imposes some order by making files executable if and only
if they have shebang (#!) lines at the beginning.

We don't have any executable binaries checked into the repo, so
we shouldn't need to worry about that case.

* Added fix_permissions.sh script to set +x iff a file begins with (#!).
2020-04-01 15:28:25 -07:00
..
csharp/windows C#: set some dotnet options when testing 2019-03-12 05:16:52 -04:00
protoc Set execute bit on files if and only if they begin with (#!). (#7347) 2020-04-01 15:28:25 -07:00
python Fix python release breakages by set MB_PYTHON_OSX_VER (#7038) 2019-12-19 14:06:29 -08:00
ruby Install RubyGem bundler version specified in Gemfile.lock to fix release failure (#7144) (#7156) 2020-01-31 09:43:58 -08:00
collect_all_artifacts.cfg experimental collect_all_artifacts script 2018-09-07 09:10:12 -07:00
collect_all_artifacts.sh Remove 32-bit Mac protoc reference from collect_all_artifacts (#7228) 2020-02-18 12:55:01 -08:00