mirror of https://github.com/hyperledger/besu
Update Jenkins Build for Pantheon → Besu considerations (#1)
* Update ignores * Update Jenkins * Update configuration Signed-off-by: Edward Evans <edward.evans@consensys.net>pull/2/head
parent
d6a2394e2d
commit
0197f9f257
@ -1,19 +0,0 @@ |
|||||||
Sign the CLA |
|
||||||
============= |
|
||||||
|
|
||||||
This page is the step-by-step guide to signing the Consensys AG |
|
||||||
Individual Contributor License Agreement. |
|
||||||
|
|
||||||
1. First and foremost, read [the current version of the CLA]. |
|
||||||
It is written to be as close to plain English as possible. |
|
||||||
|
|
||||||
2. Make an account on [GitHub] if you don't already have one. |
|
||||||
|
|
||||||
3. After creating your first pull request, you will see a merge |
|
||||||
pre-requisite requiring to you read and sign the CLA. |
|
||||||
|
|
||||||
If you have any questions, you can reach us on [RocketChat]. |
|
||||||
|
|
||||||
[RocketChat]: https://chat.hyperledger.org/channel/besu |
|
||||||
[GitHub]: https://github.com/ |
|
||||||
[the current version of the CLA]: https://gist.github.com/rojotek/978b48a5e8b68836856a8961d6887992 |
|
@ -0,0 +1,9 @@ |
|||||||
|
DCO |
||||||
|
=== |
||||||
|
|
||||||
|
As per section 13.a of the [Hyperledger Charter](https://www.hyperledger.org/about/charter) all code submitted to the Hyperledger Foundation needs to have a [Developer Certificate of Origin](http://developercertificate.org/) (DCO) sign-off. |
||||||
|
|
||||||
|
The sign off needs to be using your legal name, not a pseudonym. Git has a built-in mechanism to allow this with the `-s` or `--signoff` argument to `git commit` command, providing your `user.name` and `user.email` have been setup correctly. |
||||||
|
|
||||||
|
If you have any questions, you can reach us on [Besu chat]. |
||||||
|
[Besu chat]: https://chat.hyperledger.org/channel/besu |
@ -1,4 +1,4 @@ |
|||||||
pantheon-*.tar.gz |
besu-*.tar.gz |
||||||
pantheon/* |
besu/* |
||||||
pantheon-* |
besu-* |
||||||
reports/* |
reports/* |
Loading…
Reference in new issue