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] Add build artifacts and runtime deps to the Build Pipeline page. #97

Merged
merged 1 commit into from
Feb 6, 2019

Conversation

Dor1s
Copy link
Contributor

@Dor1s Dor1s commented Feb 6, 2019

This depends on Jonathan's #96 PR.

## Build pipeline solutions
Most of the Continuous Integration systems can be used for providing builds to
ClusterFuzz. Examples include [Google Cloud Build](https://cloud.google.com/cloud-build/docs/),
[Jenkins](https://jenkins.io/), and others.

[libFuzzer or AFL]:{{ site.baseurl }}/setting-up-fuzzing/libfuzzer_and_afl/
Copy link
Collaborator

Choose a reason for hiding this comment

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

can remove / at end.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's the format jekyll uses, and I think we actually should fix all the links which do not have trailing / (e.g. from #85). If we use URLs without a trailing /, we'll be getting a redirect every time we click on those:

$ curl -i http://localhost:4000/clusterfuzz/production-setup
HTTP/1.1 301 Moved Permanently 
Location: http://localhost:4000/clusterfuzz/production-setup/
Server: WEBrick/1.3.1 (Ruby/2.3.6/2017-12-14)
Date: Wed, 06 Feb 2019 14:59:09 GMT
Content-Length: 90
Connection: Keep-Alive

<HTML><A HREF="/clusterfuzz/production-setup/">/clusterfuzz/production-setup/</A>.</HTML>

@Dor1s Dor1s merged commit 022bf88 into master Feb 6, 2019
@inferno-chromium inferno-chromium deleted the build_artifacts branch February 6, 2019 15:33
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.

None yet

2 participants