Fix executable flag for bash scripts
Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/7fb7bc99 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/7fb7bc99 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/7fb7bc99 Branch: refs/heads/master Commit: 7fb7bc99292c7b18fadf63b9d89dbc372a2a9a85 Parents: a4df1f2 Author: Robert Haist <[email protected]> Authored: Sun Oct 1 14:11:34 2017 +0200 Committer: Robert Haist <[email protected]> Committed: Sun Oct 1 14:11:34 2017 +0200 ---------------------------------------------------------------------- bin/debian-9-base/create-container.sh | 0 bin/debian-9-base/enter-container.sh | 0 bin/debian-9-base/publish-container.sh | 0 bin/debian-9-erlang-18.3/create-container.sh | 0 bin/debian-9-erlang-18.3/enter-container.sh | 0 bin/debian-9-erlang-18.3/publish-container.sh | 0 bin/debian-9-erlang-18.3/run-build-in-container.sh | 0 bin/debian-9-erlang-default/create-container.sh | 0 bin/debian-9-erlang-default/enter-container.sh | 0 bin/debian-9-erlang-default/publish-container.sh | 0 bin/debian-9-erlang-default/run-build-in-container.sh | 0 11 files changed, 0 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/7fb7bc99/bin/debian-9-base/create-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-9-base/create-container.sh b/bin/debian-9-base/create-container.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/7fb7bc99/bin/debian-9-base/enter-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-9-base/enter-container.sh b/bin/debian-9-base/enter-container.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/7fb7bc99/bin/debian-9-base/publish-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-9-base/publish-container.sh b/bin/debian-9-base/publish-container.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/7fb7bc99/bin/debian-9-erlang-18.3/create-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-9-erlang-18.3/create-container.sh b/bin/debian-9-erlang-18.3/create-container.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/7fb7bc99/bin/debian-9-erlang-18.3/enter-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-9-erlang-18.3/enter-container.sh b/bin/debian-9-erlang-18.3/enter-container.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/7fb7bc99/bin/debian-9-erlang-18.3/publish-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-9-erlang-18.3/publish-container.sh b/bin/debian-9-erlang-18.3/publish-container.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/7fb7bc99/bin/debian-9-erlang-18.3/run-build-in-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-9-erlang-18.3/run-build-in-container.sh b/bin/debian-9-erlang-18.3/run-build-in-container.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/7fb7bc99/bin/debian-9-erlang-default/create-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-9-erlang-default/create-container.sh b/bin/debian-9-erlang-default/create-container.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/7fb7bc99/bin/debian-9-erlang-default/enter-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-9-erlang-default/enter-container.sh b/bin/debian-9-erlang-default/enter-container.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/7fb7bc99/bin/debian-9-erlang-default/publish-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-9-erlang-default/publish-container.sh b/bin/debian-9-erlang-default/publish-container.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/7fb7bc99/bin/debian-9-erlang-default/run-build-in-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-9-erlang-default/run-build-in-container.sh b/bin/debian-9-erlang-default/run-build-in-container.sh old mode 100644 new mode 100755
