Since we voted in the new rules this morning, all commits to the OMPI repo must contain the "Signed-off-by..." token (see https://github.com/open-mpi/ompi/wiki/Admistrative-rules#contributors-declaration).
Anyone with a PR that's open will need to go amend their PR to put the appropriate signed off by token on it. It's simple: 1. If you only have one commit on the PR, just check out your branch and do: git commit --amend -s And then force-push the result back up to your branch. 2. If you have multiple commits, you'll need to edit each commit. A simple way is with an interactive rebase, like this: git rebase -i BASE_BRANCH E.g., if you have a PR based on the v2.x branch, do this: git fetch --all git rebase -i v2.x For each commit in your PR, put an "r" so that it will bring up an editor and let you edit each commit message. -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/ _______________________________________________ devel mailing list devel@lists.open-mpi.org https://rfd.newmexicoconsortium.org/mailman/listinfo/devel