V1.20 #1152
V1.20 #1152
DCO
There are 9 commits incorrectly signed off. This means that the author(s) of these commits failed to include a Signed-off-by line in their commit message.
To avoid having PRs blocked in the future, always include Signed-off-by: Author Name <authoremail@example.com> in every commit message. You can also do this automatically by using the -s flag (i.e., git commit -s).
Here is how to fix the problem so that this code can be merged.
Rebase the branch
If you have a local git environment and meet the criteria below, one option is to rebase the branch and add your Signed-off-by lines in the new commits. Please note that if others have already begun work based upon the commits in this branch, this solution will rewrite history and may cause serious issues for collaborators (described in the git documentation under "The Perils of Rebasing").
You should only do this if:
- You are the only author of the commits in this branch
- You are absolutely certain nobody else is doing any work based upon this branch
- There are no empty commits in the branch (for example, a DCO Remediation Commit which was added using
--allow-empty)
To add your Signed-off-by line to every commit in this branch:
- Ensure you have a local copy of your branch by checking out the pull request locally via command line.
- In your local branch, run:
git rebase HEAD~21 --signoff - Force push your changes to overwrite the branch:
git push --force-with-lease origin v1.20
Summary
Commit sha: c263ee7, Author: akhilnittala, Committer: Adam Saleh; Can not find "akhilnittala nakhil@redhat.com", in ["akhil nittala nakhil@redhat.com", "akhil nittala nakhil@redhat.com", "akhil nittala nakhil@redhat.com", "akhil nittala nakhil@redhat.com", "akhil nittala nakhil@redhat.com", "akhil nittala nakhil@redhat.com", "akhil nittala nakhil@redhat.com", "akhil nittala nakhil@redhat.com", "akhil nittala nakhil@redhat.com", "akhil nittala nakhil@redhat.com", "akhil nittala nakhil@redhat.com", "akhil nittala nakhil@redhat.com", "akhil nittala nakhil@redhat.com", "akhil nittala nakhil@redhat.com", "akhil nittala nakhil@redhat.com", "akhil nittala nakhil@redhat.com"].
Commit sha: 1be37d0, Author: Alka Kumari, Committer: Adam Saleh; Expected "Alka Kumari 48486620+alkakumari016@users.noreply.github.com", but got "Alka Kumari alkumari@redhat.com".
Commit sha: 80ed1f5, Author: Jonathan West, Committer: Adam Saleh; Expected "Jonathan West jgwest@users.noreply.github.com", but got "Jonathan West jgwest@gmail.com".
Commit sha: 41486b1, Author: Jonathan West, Committer: Adam Saleh; Expected "Jonathan West jgwest@users.noreply.github.com", but got "Jonathan West jgwest@gmail.com".
Commit sha: a3a062f, Author: Jonathan West, Committer: Adam Saleh; Expected "Jonathan West jgwest@users.noreply.github.com", but got "Jonathan West jgwest@gmail.com".
Commit sha: d12c225, Author: Tejas Soham, Committer: Adam Saleh; Expected "Tejas Soham 135013591+tzprograms@users.noreply.github.com", but got "Tejas Soham tejassoham05@gmail.com".
Commit sha: 086eca2, Author: Triona Doyle, Committer: Adam Saleh; Can not find "Triona Doyle trdoyle@redhat.com", in ["Triona Doyle bot@example.com", "Triona Doyle bot@example.com", "Triona Doyle bot@example.com"].
Commit sha: 8fea3e0, Author: Triona Doyle, Committer: Adam Saleh; Can not find "Triona Doyle trdoyle@redhat.com", in ["Triona Doyle bot@example.com", "Triona Doyle bot@example.com", "Triona Doyle bot@example.com", "Triona Doyle bot@example.com", "Triona Doyle bot@example.com", "Triona Doyle bot@example.com", "Triona Doyle bot@example.com", "Triona Doyle bot@example.com", "Triona Doyle bot@example.com"].
Commit sha: ccb6d24, Author: Triona Doyle, Committer: Adam Saleh; Can not find "Triona Doyle trdoyle@redhat.com", in ["Triona Doyle bot@example.com", "Triona Doyle bot@example.com", "Triona Doyle bot@example.com"].