On 12/01/17 01:53, Finch, Mike - Michael wrote: > I am trying to make a commit to fix the darwin build. I found the > instructions > https://www.iotivity.org/get-involved/contribution-guidelines, and > installed the commit-hook via curl, and made sure it was executeable. > > I got this result: > .git/hooks/commit-msg: line 1: syntax error near unexpected token > `newline' > .git/hooks/commit-msg: line 1: `<!DOCTYPE HTML PUBLIC "-//IETF//DTD > HTML 2.0//EN">' > > Looking at the commit-msg file it's obvious why it failed, but I need > help to fix. > > <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> >
Hi Mike https://www.iotivity.org/get-involved/contribution-guidelines, seems gone but I have a fallback option for you: scp gerrit.iotivity.org:hooks/commit-msg .git/hooks/commit-msg optionally you can even use it for other projects, 1/ save file in ~/.config/git/hooks/commit-msg 2/ cat ~/.gitconfig [init] templatedir = ~/.config/git/ Maybe we can migrate page to wiki: https://wiki.iotivity.org/contribute There were very good suggestions from Matts and Thiago earlier today about using gerrit. -- mailto:philippe.coval at osg.samsung.com gpg:0x467094BC https://blogs.s-osg.org/author/pcoval/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20170112/842f1454/attachment.html>
