protobuf/kokoro/linux
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
..
32-bit Php 7.3 fix (#5434) 2018-12-18 10:57:03 -08:00
64-bit reverted 64-bit/Dockerfile 2019-06-27 14:20:41 -04:00
bazel [bazel] Move Java runtime/toolchains into //java (#7190) 2020-02-13 13:04:14 -08:00
benchmark Set execute bit on files if and only if they begin with (#!). (#7347) 2020-04-01 15:28:25 -07:00
cpp_distcheck Attempt to mitigate "docker pull" failures 2020-02-11 12:59:49 -08:00
cpp_tcmalloc Create test for protoc with tcmalloc (#5612) 2019-01-23 10:02:51 -08:00
csharp Bump target frameworks of C# programs from netcoreapp1.0 to netcoreapp2.1 (#5838) 2019-03-11 13:03:58 -07:00
dist_install Create test to verify that the dist artifact can be installed. (#5854) 2019-03-07 14:34:28 -08:00
dockerfile Merge branch 3.11.x to master 2020-01-07 11:52:29 -08:00
golang Shard 64-bit Linux languages into different Kokoro jobs 2017-12-20 18:18:41 -08:00
java_compatibility Use docker for csharp, java_compatibility, and python_compatibility. Remove prepare_build_linux_rc that is no longer needed. 2018-12-13 15:20:25 -08:00
java_jdk7 Shard 64-bit Linux languages into different Kokoro jobs 2017-12-20 18:18:41 -08:00
java_linkage_monitor continuous.cfg 2019-06-27 15:19:17 -04:00
java_oracle7 Shard 64-bit Linux languages into different Kokoro jobs 2017-12-20 18:18:41 -08:00
javascript Upgrade the closure compiler version (#5955) 2019-03-28 09:54:13 -07:00
php_all Php 7.3 fix (#5434) 2018-12-18 10:57:03 -08:00
python Shard 64-bit Linux languages into different Kokoro jobs 2017-12-20 18:18:41 -08:00
python27 Rebuild python docker image (#5475) 2018-12-18 18:07:24 -08:00
python27_cpp Rebuild python docker image (#5475) 2018-12-18 18:07:24 -08:00
python33 Rebuild python docker image (#5475) 2018-12-18 18:07:24 -08:00
python33_cpp Rebuild python docker image (#5475) 2018-12-18 18:07:24 -08:00
python34 Rebuild python docker image (#5475) 2018-12-18 18:07:24 -08:00
python34_cpp Rebuild python docker image (#5475) 2018-12-18 18:07:24 -08:00
python35 Rebuild python docker image (#5475) 2018-12-18 18:07:24 -08:00
python35_cpp Rebuild python docker image (#5475) 2018-12-18 18:07:24 -08:00
python36 Rebuild python docker image (#5475) 2018-12-18 18:07:24 -08:00
python36_cpp Rebuild python docker image (#5475) 2018-12-18 18:07:24 -08:00
python37 Rebuild python docker image (#5475) 2018-12-18 18:07:24 -08:00
python37_cpp Rebuild python docker image (#5475) 2018-12-18 18:07:24 -08:00
python38 add python38 (#7009) 2019-12-13 15:49:18 -08:00
python38_cpp add python38 (#7009) 2019-12-13 15:49:18 -08:00
python_compatibility Use docker for csharp, java_compatibility, and python_compatibility. Remove prepare_build_linux_rc that is no longer needed. 2018-12-13 15:20:25 -08:00
python_cpp Shard 64-bit Linux languages into different Kokoro jobs 2017-12-20 18:18:41 -08:00
ruby23 Add ruby 2.6 test (#5528) 2019-01-03 14:25:50 -08:00
ruby24 Add ruby 2.6 test (#5528) 2019-01-03 14:25:50 -08:00
ruby25 Add ruby 2.6 test (#5528) 2019-01-03 14:25:50 -08:00
ruby26 Add ruby 2.6 test (#5528) 2019-01-03 14:25:50 -08:00
build_and_run_docker.sh Attempt to mitigate "docker pull" failures 2020-02-11 12:59:49 -08:00
make_test_output.py Migrate Jenkins jobs to Kokoro 2017-12-19 13:06:09 -08:00
pull_request_in_docker.sh Cleanup kokoro scripts. 2018-08-09 15:22:22 -07:00