From 0c6b6d1c622930f08e419bd027e04ab3a9b374c2 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Wed, 7 Dec 2016 09:09:38 -0800 Subject: [PATCH] fix(*): correct file permissions on source files --- cmd/helm/downloader/testdata/signtest-0.1.0.tgz.prov | 0 cmd/helm/downloader/testdata/signtest/Chart.yaml | 0 cmd/helm/downloader/testdata/signtest/alpine/Chart.yaml | 0 cmd/helm/downloader/testdata/signtest/alpine/README.md | 0 .../downloader/testdata/signtest/alpine/templates/alpine-pod.yaml | 0 cmd/helm/downloader/testdata/signtest/alpine/values.yaml | 0 cmd/helm/helmpath/helmhome_unix_test.go | 0 cmd/helm/helmpath/helmhome_windows_test.go | 0 cmd/helm/inspect_test.go | 0 cmd/helm/plugins_test.go | 0 cmd/helm/search/search.go | 0 cmd/helm/testdata/testcharts/decompressedchart/Chart.yaml | 0 cmd/helm/testdata/testcharts/reqtest/Chart.yaml | 0 .../testdata/testcharts/reqtest/charts/reqsubchart/Chart.yaml | 0 .../testdata/testcharts/reqtest/charts/reqsubchart2/Chart.yaml | 0 cmd/helm/testdata/testcharts/signtest-0.1.0.tgz.prov | 0 cmd/helm/testdata/testcharts/signtest/Chart.yaml | 0 cmd/helm/testdata/testcharts/signtest/alpine/Chart.yaml | 0 cmd/helm/testdata/testcharts/signtest/alpine/README.md | 0 .../testdata/testcharts/signtest/alpine/templates/alpine-pod.yaml | 0 cmd/helm/testdata/testcharts/signtest/alpine/values.yaml | 0 docs/examples/nginx/Chart.yaml | 0 pkg/chartutil/load.go | 0 pkg/chartutil/testdata/moby/Chart.yaml | 0 pkg/chartutil/testdata/moby/charts/pequod/Chart.yaml | 0 pkg/chartutil/testdata/moby/charts/pequod/charts/ahab/Chart.yaml | 0 pkg/chartutil/testdata/moby/charts/spouter/Chart.yaml | 0 pkg/provenance/testdata/hashtest/Chart.yaml | 0 pkg/repo/repotest/testdata/examplechart/Chart.yaml | 0 pkg/tiller/release_server.go | 0 30 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 cmd/helm/downloader/testdata/signtest-0.1.0.tgz.prov mode change 100755 => 100644 cmd/helm/downloader/testdata/signtest/Chart.yaml mode change 100755 => 100644 cmd/helm/downloader/testdata/signtest/alpine/Chart.yaml mode change 100755 => 100644 cmd/helm/downloader/testdata/signtest/alpine/README.md mode change 100755 => 100644 cmd/helm/downloader/testdata/signtest/alpine/templates/alpine-pod.yaml mode change 100755 => 100644 cmd/helm/downloader/testdata/signtest/alpine/values.yaml mode change 100755 => 100644 cmd/helm/helmpath/helmhome_unix_test.go mode change 100755 => 100644 cmd/helm/helmpath/helmhome_windows_test.go mode change 100755 => 100644 cmd/helm/inspect_test.go mode change 100755 => 100644 cmd/helm/plugins_test.go mode change 100755 => 100644 cmd/helm/search/search.go mode change 100755 => 100644 cmd/helm/testdata/testcharts/decompressedchart/Chart.yaml mode change 100755 => 100644 cmd/helm/testdata/testcharts/reqtest/Chart.yaml mode change 100755 => 100644 cmd/helm/testdata/testcharts/reqtest/charts/reqsubchart/Chart.yaml mode change 100755 => 100644 cmd/helm/testdata/testcharts/reqtest/charts/reqsubchart2/Chart.yaml mode change 100755 => 100644 cmd/helm/testdata/testcharts/signtest-0.1.0.tgz.prov mode change 100755 => 100644 cmd/helm/testdata/testcharts/signtest/Chart.yaml mode change 100755 => 100644 cmd/helm/testdata/testcharts/signtest/alpine/Chart.yaml mode change 100755 => 100644 cmd/helm/testdata/testcharts/signtest/alpine/README.md mode change 100755 => 100644 cmd/helm/testdata/testcharts/signtest/alpine/templates/alpine-pod.yaml mode change 100755 => 100644 cmd/helm/testdata/testcharts/signtest/alpine/values.yaml mode change 100755 => 100644 docs/examples/nginx/Chart.yaml mode change 100755 => 100644 pkg/chartutil/load.go mode change 100755 => 100644 pkg/chartutil/testdata/moby/Chart.yaml mode change 100755 => 100644 pkg/chartutil/testdata/moby/charts/pequod/Chart.yaml mode change 100755 => 100644 pkg/chartutil/testdata/moby/charts/pequod/charts/ahab/Chart.yaml mode change 100755 => 100644 pkg/chartutil/testdata/moby/charts/spouter/Chart.yaml mode change 100755 => 100644 pkg/provenance/testdata/hashtest/Chart.yaml mode change 100755 => 100644 pkg/repo/repotest/testdata/examplechart/Chart.yaml mode change 100755 => 100644 pkg/tiller/release_server.go diff --git a/cmd/helm/downloader/testdata/signtest-0.1.0.tgz.prov b/cmd/helm/downloader/testdata/signtest-0.1.0.tgz.prov old mode 100755 new mode 100644 diff --git a/cmd/helm/downloader/testdata/signtest/Chart.yaml b/cmd/helm/downloader/testdata/signtest/Chart.yaml old mode 100755 new mode 100644 diff --git a/cmd/helm/downloader/testdata/signtest/alpine/Chart.yaml b/cmd/helm/downloader/testdata/signtest/alpine/Chart.yaml old mode 100755 new mode 100644 diff --git a/cmd/helm/downloader/testdata/signtest/alpine/README.md b/cmd/helm/downloader/testdata/signtest/alpine/README.md old mode 100755 new mode 100644 diff --git a/cmd/helm/downloader/testdata/signtest/alpine/templates/alpine-pod.yaml b/cmd/helm/downloader/testdata/signtest/alpine/templates/alpine-pod.yaml old mode 100755 new mode 100644 diff --git a/cmd/helm/downloader/testdata/signtest/alpine/values.yaml b/cmd/helm/downloader/testdata/signtest/alpine/values.yaml old mode 100755 new mode 100644 diff --git a/cmd/helm/helmpath/helmhome_unix_test.go b/cmd/helm/helmpath/helmhome_unix_test.go old mode 100755 new mode 100644 diff --git a/cmd/helm/helmpath/helmhome_windows_test.go b/cmd/helm/helmpath/helmhome_windows_test.go old mode 100755 new mode 100644 diff --git a/cmd/helm/inspect_test.go b/cmd/helm/inspect_test.go old mode 100755 new mode 100644 diff --git a/cmd/helm/plugins_test.go b/cmd/helm/plugins_test.go old mode 100755 new mode 100644 diff --git a/cmd/helm/search/search.go b/cmd/helm/search/search.go old mode 100755 new mode 100644 diff --git a/cmd/helm/testdata/testcharts/decompressedchart/Chart.yaml b/cmd/helm/testdata/testcharts/decompressedchart/Chart.yaml old mode 100755 new mode 100644 diff --git a/cmd/helm/testdata/testcharts/reqtest/Chart.yaml b/cmd/helm/testdata/testcharts/reqtest/Chart.yaml old mode 100755 new mode 100644 diff --git a/cmd/helm/testdata/testcharts/reqtest/charts/reqsubchart/Chart.yaml b/cmd/helm/testdata/testcharts/reqtest/charts/reqsubchart/Chart.yaml old mode 100755 new mode 100644 diff --git a/cmd/helm/testdata/testcharts/reqtest/charts/reqsubchart2/Chart.yaml b/cmd/helm/testdata/testcharts/reqtest/charts/reqsubchart2/Chart.yaml old mode 100755 new mode 100644 diff --git a/cmd/helm/testdata/testcharts/signtest-0.1.0.tgz.prov b/cmd/helm/testdata/testcharts/signtest-0.1.0.tgz.prov old mode 100755 new mode 100644 diff --git a/cmd/helm/testdata/testcharts/signtest/Chart.yaml b/cmd/helm/testdata/testcharts/signtest/Chart.yaml old mode 100755 new mode 100644 diff --git a/cmd/helm/testdata/testcharts/signtest/alpine/Chart.yaml b/cmd/helm/testdata/testcharts/signtest/alpine/Chart.yaml old mode 100755 new mode 100644 diff --git a/cmd/helm/testdata/testcharts/signtest/alpine/README.md b/cmd/helm/testdata/testcharts/signtest/alpine/README.md old mode 100755 new mode 100644 diff --git a/cmd/helm/testdata/testcharts/signtest/alpine/templates/alpine-pod.yaml b/cmd/helm/testdata/testcharts/signtest/alpine/templates/alpine-pod.yaml old mode 100755 new mode 100644 diff --git a/cmd/helm/testdata/testcharts/signtest/alpine/values.yaml b/cmd/helm/testdata/testcharts/signtest/alpine/values.yaml old mode 100755 new mode 100644 diff --git a/docs/examples/nginx/Chart.yaml b/docs/examples/nginx/Chart.yaml old mode 100755 new mode 100644 diff --git a/pkg/chartutil/load.go b/pkg/chartutil/load.go old mode 100755 new mode 100644 diff --git a/pkg/chartutil/testdata/moby/Chart.yaml b/pkg/chartutil/testdata/moby/Chart.yaml old mode 100755 new mode 100644 diff --git a/pkg/chartutil/testdata/moby/charts/pequod/Chart.yaml b/pkg/chartutil/testdata/moby/charts/pequod/Chart.yaml old mode 100755 new mode 100644 diff --git a/pkg/chartutil/testdata/moby/charts/pequod/charts/ahab/Chart.yaml b/pkg/chartutil/testdata/moby/charts/pequod/charts/ahab/Chart.yaml old mode 100755 new mode 100644 diff --git a/pkg/chartutil/testdata/moby/charts/spouter/Chart.yaml b/pkg/chartutil/testdata/moby/charts/spouter/Chart.yaml old mode 100755 new mode 100644 diff --git a/pkg/provenance/testdata/hashtest/Chart.yaml b/pkg/provenance/testdata/hashtest/Chart.yaml old mode 100755 new mode 100644 diff --git a/pkg/repo/repotest/testdata/examplechart/Chart.yaml b/pkg/repo/repotest/testdata/examplechart/Chart.yaml old mode 100755 new mode 100644 diff --git a/pkg/tiller/release_server.go b/pkg/tiller/release_server.go old mode 100755 new mode 100644