Skip to content

Conversation

@wking
Copy link
Member

@wking wking commented Nov 13, 2020

Generated with:

$ find . -name '*.go' -execdir chmod 644 {} \+
$ find . -name '*.yaml' -execdir chmod 644 {} \+

These snuck in in d9f361a (#65) and 36a102f (#67).

@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: wking

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 13, 2020
@wking wking force-pushed the fix-executable-bit branch from fcae51f to cbfe4e1 Compare November 13, 2020 05:39
@jottofar
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 16, 2020
@wking
Copy link
Member Author

wking commented Nov 16, 2020

/hold

Let #85 go first, then I'll rebase this.

@openshift-ci-robot openshift-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 16, 2020
Generated with:

  $ find . -name '*.go' -execdir chmod 644 {} \+
  $ find . -name '*.yaml' -execdir chmod 644 {} \+

Tracking one of the files:

  $ git log -p --follow origin/master api/v1/groupversion_info.go | grep '^commit\|new.*mode'
  ...
  commit d9f361a
  new file mode 100755

So that was born executable in d9f361a (Migrate operator from
v0.18.2 to v0.19.3, 2020-09-30, openshift#65).

Three more buggy bits are from that commit:

  $ git show d9f361a | grep -B2 'new mode'
  diff --git a/pkg/apis/cincinnati/v1beta1/cincinnati_types.go b/api/v1beta1/cincinnati_types.go
  old mode 100644
  new mode 100755
  --
  diff --git a/pkg/apis/cincinnati/v1beta1/zz_generated.deepcopy.go b/api/v1beta1/zz_generated.deepcopy.go
  old mode 100644
  new mode 100755
  --
  diff --git a/pkg/controller/cincinnati/cincinnati_controller.go b/controllers/cincinnati_controller.go
  old mode 100644
  new mode 100755

The last three are from 36a102f (Migrate operator from v0.16.0 to
v0.18.2, 2020-09-17, openshift#67):

  $ git show 36a102f | grep -B2 'new mode'
  diff --git a/deploy/olm-catalog/cincinnati-operator/0.0.1/cincinnati-operator.v0.0.1.clusterserviceversion.yaml b/deploy/olm-catalog/cincinnati-operator/0.0.1/cincinnati-operator.v0.0.1.clusterserviceversion.yaml
  old mode 100644
  new mode 100755
  diff --git a/deploy/olm-catalog/cincinnati-operator/0.0.1/cincinnati.openshift.io_cincinnatis_crd.yaml b/deploy/olm-catalog/cincinnati-operator/0.0.1/cincinnati.openshift.io_cincinnatis_crd.yaml
  old mode 100644
  new mode 100755
  diff --git a/deploy/olm-catalog/cincinnati-operator/cincinnati-operator.package.yaml b/deploy/olm-catalog/cincinnati-operator/cincinnati-operator.package.yaml
  old mode 100644
  new mode 100755
@wking wking force-pushed the fix-executable-bit branch from cbfe4e1 to 7d3faea Compare November 16, 2020 22:29
@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Nov 16, 2020
@wking
Copy link
Member Author

wking commented Nov 16, 2020

Rebased onto master with cbfe4e1 -> 7d3faea now that the underlying #66 has landed. @jottofar , can you refresh the LGTM?

@wking
Copy link
Member Author

wking commented Nov 16, 2020

#85 landed.

/hold cancel

@openshift-ci-robot openshift-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 16, 2020
@jottofar
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 17, 2020
@openshift-merge-robot openshift-merge-robot merged commit a3cb1b8 into openshift:master Nov 17, 2020
@wking wking deleted the fix-executable-bit branch November 18, 2020 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants