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

[docs-only] Run make build instead of make #1658

Merged
merged 5 commits into from
Apr 26, 2021
Merged

Conversation

michielbdejong
Copy link
Contributor

The current 'Build and run it yourself' instructions from the readme will fail if there are unreleased changes, as described in #1654.
As per #1654 (comment), it should however be enough to run make build instead of the make step.

Continued from #1657.

The current 'Build and run it yourself' instructions from the readme will fail if there are unreleased changes, as described in #1654.
As per #1654 (comment), it should however be enough to run `make build` instead of the `make` step.
@update-docs
Copy link

update-docs bot commented Apr 22, 2021

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@michielbdejong
Copy link
Contributor Author

Hm, seems that the [docs-only] tag didn't have the desired effect. Anyway, I think we don't want a changelog entry for this, right?

Use `make build` instead of `make` in "build from sources" instructions, as per #1654.
Apart from /var/tmp/reva/, /etc/revad/ will need to be created, and editing anything under /etc will require sudo.
README.md Outdated
$ cd examples/storage-references
$ ../../cmd/revad/revad -dev-dir .
$ make build
$ sudo mkdir -p /etc/revad
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you remove sudo from the commands? We don't want to assume access control.

@ishank011
Copy link
Contributor

Hm, seems that the [docs-only] tag didn't have the desired effect.

Not merged yet #1655

@ishank011 ishank011 merged commit 4760859 into master Apr 26, 2021
@ishank011 ishank011 deleted the fix-readme-docs-only branch April 26, 2021 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants