Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Makefile to separate responsibilities a bit more #4

Merged
merged 1 commit into from
May 9, 2018

Conversation

jlebon
Copy link
Member

@jlebon jlebon commented May 8, 2018

Let's standardize on the Makefile as the CLI-friendly approach for
local development. E.g. make syntax-check to verify that the JSON
files are sane, and make container to build an update-in-container.
OTOH, .prow.sh still does yum -y install jq.

My goal is to then add more Makefile targets that can be used by humans
as well as by various CIs.

Let's standardize on the `Makefile` as the CLI-friendly approach for
local development. E.g. `make syntax-check` to verify that the JSON
files are sane, and `make container` to build an update-in-container.
OTOH, `.prow.sh` still does `yum -y install jq`.

My goal is to then add more Makefile targets that can be used by humans
as well as by various CIs.
@openshift-ci-robot openshift-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label May 8, 2018
Copy link
Member

@ashcrow ashcrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ashcrow
Copy link
Member

ashcrow commented May 9, 2018

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label May 9, 2018
@openshift-merge-robot openshift-merge-robot merged commit b269a21 into openshift:master May 9, 2018
@jlebon jlebon deleted the pr/makefile branch May 24, 2018 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants