Skip to content

Commit

Permalink
Remove executable permissions of files that do not need it.
Browse files Browse the repository at this point in the history
In particular, .gitignore, *.go, *.sls and etcd.conf are files that
should not be marked as executable.

Tested: built it with hack/build-go.sh, called all binaries with
  the -version flag to confirm they work.

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
  • Loading branch information
filbranden committed Aug 1, 2014
1 parent 8b2b325 commit d7396ac
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 0 deletions.
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified cluster/saltbase/pillar/top.sls
100755 → 100644
Empty file.
Empty file modified cluster/saltbase/salt/base.sls
100755 → 100644
Empty file.
Empty file modified cluster/saltbase/salt/cadvisor/init.sls
100755 → 100644
Empty file.
Empty file modified cluster/saltbase/salt/docker/init.sls
100755 → 100644
Empty file.
Empty file modified cluster/saltbase/salt/etcd/etcd.conf
100755 → 100644
Empty file.
Empty file modified cluster/saltbase/salt/etcd/init.sls
100755 → 100644
Empty file.
Empty file modified cluster/saltbase/salt/golang.sls
100755 → 100644
Empty file.
Empty file modified cluster/saltbase/salt/top.sls
100755 → 100644
Empty file.
Empty file modified third_party/src/code.google.com/p/go-uuid/uuid/dce.go
100755 → 100644
Empty file.
Empty file modified third_party/src/code.google.com/p/go-uuid/uuid/doc.go
100755 → 100644
Empty file.
Empty file modified third_party/src/code.google.com/p/go-uuid/uuid/node.go
100755 → 100644
Empty file.
Empty file modified third_party/src/code.google.com/p/go-uuid/uuid/time.go
100755 → 100644
Empty file.
Empty file modified third_party/src/code.google.com/p/go-uuid/uuid/uuid.go
100755 → 100644
Empty file.
Empty file modified third_party/src/code.google.com/p/go-uuid/uuid/uuid_test.go
100755 → 100644
Empty file.
Empty file.

0 comments on commit d7396ac

Please sign in to comment.