protobuf/kokoro
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
..
docs python: publish sphinx docs to googleapis.dev 2020-02-11 13:55:20 -06:00
linux Set execute bit on files if and only if they begin with (#!). (#7347) 2020-04-01 15:28:25 -07:00
macos Update the Xcode version number in Kokoro (#7202) (#7203) 2020-02-12 11:34:51 -08:00
release Set execute bit on files if and only if they begin with (#!). (#7347) 2020-04-01 15:28:25 -07:00
windows/csharp add missing C# windows presubmit.cfg file (#5894) 2019-03-14 09:47:33 -07:00
README.md Add MacOS and Linux tests to Kokoro 2017-06-06 15:09:02 -07:00

Kokoro Infrastructure

The files in this directory serve as plumbing for running Protobuf tests under Kokoro, our internal CI.