I'm having trouble pushing commits since the transition from svn => git. I talked to Chris Lattner and got my github user (github.com/jroelofs) added to the group, but that doesn't seem to be enough. Here are some logs from trying a test commit. Can anyone spot what's wrong? https://gist.github.com/jroelofs/ca89232420e3ecb9b466b9ba7047185c Cheers, Jon Roelofs -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200128/f738e262/attachment.html>
Should be fixed now. You weren't in the "LLVM Committers" team. On Tue, Jan 28, 2020 at 10:28 AM Jon Roelofs via llvm-dev < llvm-dev at lists.llvm.org> wrote:> I'm having trouble pushing commits since the transition from svn => git. I > talked to Chris Lattner and got my github user (github.com/jroelofs) > added to the group, but that doesn't seem to be enough. > > Here are some logs from trying a test commit. Can anyone spot what's wrong? > https://gist.github.com/jroelofs/ca89232420e3ecb9b466b9ba7047185c > > > Cheers, > > Jon Roelofs > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200128/f3b9b56d/attachment.html>
Thank you, that worked: https://github.com/llvm/llvm-project/commit/39fe44024689cf6d10b249db8694efbdcc6afc14 Jon On Tue, Jan 28, 2020 at 8:45 AM James Y Knight <jyknight at google.com> wrote:> Should be fixed now. You weren't in the "LLVM Committers" team. > > On Tue, Jan 28, 2020 at 10:28 AM Jon Roelofs via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> I'm having trouble pushing commits since the transition from svn => git. >> I talked to Chris Lattner and got my github user (github.com/jroelofs) >> added to the group, but that doesn't seem to be enough. >> >> Here are some logs from trying a test commit. Can anyone spot what's >> wrong? >> https://gist.github.com/jroelofs/ca89232420e3ecb9b466b9ba7047185c >> >> >> Cheers, >> >> Jon Roelofs >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200128/c521c2a1/attachment.html>
Apparently Analagous Threads
- [LLVMdev] [RFC] Progress report on CMake build system's ability to replace autoconf
- [LLVMdev] creating a vreg in eliminateFrameIndex()
- [LLVMdev] unwind's permanent residence
- [LLVMdev] [RFC] Progress report on CMake build system's ability to replace autoconf
- [RFC] Improving FileCheck