cisco_ios icon indicating copy to clipboard operation
cisco_ios copied to clipboard

add ospf parser

Open willtome opened this issue 7 years ago • 9 comments

willtome avatar Dec 05 '18 20:12 willtome

Build failed.

Build failed.

@willtome can you please add Signed-off header in your commit . That is why ci is failing.

gdpak avatar Dec 10 '18 13:12 gdpak

@gdpak I'm not sure what that means or how to do that.

willtome avatar Dec 18 '18 16:12 willtome

git checkout your-branch
git reset HEAD~1
git commit -m “your message” -s 
git push —force

https://stackoverflow.com/questions/1962094/what-is-the-sign-off-feature-in-git-for

If you have more than one commit you’re probably best off editing the message for each commit. You could also squash your commits into one.

LukeDRussell avatar Dec 18 '18 20:12 LukeDRussell

@willtome You have commits on your PR without a header "Signed-off-by <>" please use git commit --amend --signoff <commit-id> to add this header in your PR branch. zuul should pass then.

gdpak avatar Dec 19 '18 11:12 gdpak

Merge Failed.

This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset.

Build failed.

@willtome any update on this PR

justjais avatar Feb 05 '19 06:02 justjais