Re: [hibernate-dev] Hibernate ORM repository using modules?
Sebastian Laskawiec pointed out that there is indeed a submodule, introduced by this commit: https://github.com/hibernate/hibernate-orm/commit/e75b017a4664d158e1197d19dca204273c4a2d66#diff-b82723dbef3c19115685625a04d6071dR1 I guess it's a mistake... I'll delete it soon, ping me if I shouldn't. Thanks, Sanne On 1 September 2016 at 22:37, Steve Ebersole wrote: > Nope > > > On Thu, Sep 1, 2016, 4:25 PM Sanne Grinovero wrote: >> >> Hi all, >> the Infinispan/Hibernate integration test - which is run by the >> Infinispan team and uses TeamCity instead of Jenkins - is failing with >> the below cryptic error. >> >> Did the ORM switch to using Git modules? >> >> Error collecting changes for VCS repository >> '"https://github.com/hibernate/hibernate-orm.git#master"; {instance >> id=4, parent internal id=2, parent >> id=https___github_com_hibernate_hibernate_orm_git_master, description: >> "https://github.com/hibernate/hibernate-orm.git#master"}' >> Collecting changes failed: >> >> jetbrains.buildServer.buildTriggers.vcs.git.submodules.MissingSubmoduleConfigException: >> The 'https://github.com/hibernate/hibernate-orm.git' repository has a >> submodule in the '8de4ff2a3a6a30541d463fdb373e1e8f0de953b5' commit at >> the 'hibernate-orm' path, but has not .gitmodules configuration in the >> root directory >> >> Thanks, >> Sanne >> ___ >> hibernate-dev mailing list >> hibernate-dev@lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/hibernate-dev ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] Hibernate ORM repository using modules?
Ah, looks like it came from a contribution and not noticed as it was applied. Yes that is a mistake. On Fri, Sep 2, 2016 at 6:34 AM Sanne Grinovero wrote: > Sebastian Laskawiec pointed out that there is indeed a submodule, > introduced by this commit: > > > https://github.com/hibernate/hibernate-orm/commit/e75b017a4664d158e1197d19dca204273c4a2d66#diff-b82723dbef3c19115685625a04d6071dR1 > > I guess it's a mistake... I'll delete it soon, ping me if I shouldn't. > > Thanks, > Sanne > > > On 1 September 2016 at 22:37, Steve Ebersole wrote: > > Nope > > > > > > On Thu, Sep 1, 2016, 4:25 PM Sanne Grinovero > wrote: > >> > >> Hi all, > >> the Infinispan/Hibernate integration test - which is run by the > >> Infinispan team and uses TeamCity instead of Jenkins - is failing with > >> the below cryptic error. > >> > >> Did the ORM switch to using Git modules? > >> > >> Error collecting changes for VCS repository > >> '"https://github.com/hibernate/hibernate-orm.git#master"; {instance > >> id=4, parent internal id=2, parent > >> id=https___github_com_hibernate_hibernate_orm_git_master, description: > >> "https://github.com/hibernate/hibernate-orm.git#master"}' > >> Collecting changes failed: > >> > >> > jetbrains.buildServer.buildTriggers.vcs.git.submodules.MissingSubmoduleConfigException: > >> The 'https://github.com/hibernate/hibernate-orm.git' repository has a > >> submodule in the '8de4ff2a3a6a30541d463fdb373e1e8f0de953b5' commit at > >> the 'hibernate-orm' path, but has not .gitmodules configuration in the > >> root directory > >> > >> Thanks, > >> Sanne > >> ___ > >> hibernate-dev mailing list > >> hibernate-dev@lists.jboss.org > >> https://lists.jboss.org/mailman/listinfo/hibernate-dev > ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] Hibernate ORM repository using modules?
yes I also believe it was a mistake On 2 September 2016 at 12:34, Sanne Grinovero wrote: > Sebastian Laskawiec pointed out that there is indeed a submodule, > introduced by this commit: > > https://github.com/hibernate/hibernate-orm/commit/ > e75b017a4664d158e1197d19dca204273c4a2d66#diff- > b82723dbef3c19115685625a04d6071dR1 > > I guess it's a mistake... I'll delete it soon, ping me if I shouldn't. > > Thanks, > Sanne > > > On 1 September 2016 at 22:37, Steve Ebersole wrote: > > Nope > > > > > > On Thu, Sep 1, 2016, 4:25 PM Sanne Grinovero > wrote: > >> > >> Hi all, > >> the Infinispan/Hibernate integration test - which is run by the > >> Infinispan team and uses TeamCity instead of Jenkins - is failing with > >> the below cryptic error. > >> > >> Did the ORM switch to using Git modules? > >> > >> Error collecting changes for VCS repository > >> '"https://github.com/hibernate/hibernate-orm.git#master"; {instance > >> id=4, parent internal id=2, parent > >> id=https___github_com_hibernate_hibernate_orm_git_master, description: > >> "https://github.com/hibernate/hibernate-orm.git#master"}' > >> Collecting changes failed: > >> > >> jetbrains.buildServer.buildTriggers.vcs.git.submodules. > MissingSubmoduleConfigException: > >> The 'https://github.com/hibernate/hibernate-orm.git' repository has a > >> submodule in the '8de4ff2a3a6a30541d463fdb373e1e8f0de953b5' commit at > >> the 'hibernate-orm' path, but has not .gitmodules configuration in the > >> root directory > >> > >> Thanks, > >> Sanne > >> ___ > >> hibernate-dev mailing list > >> hibernate-dev@lists.jboss.org > >> https://lists.jboss.org/mailman/listinfo/hibernate-dev > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev > ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] Hibernate ORM repository using modules?
Damn. I must have missed it when I reviewed the PR. Good thing that you caught it. Vlad On Fri, Sep 2, 2016 at 2:57 PM, andrea boriero wrote: > yes I also believe it was a mistake > > On 2 September 2016 at 12:34, Sanne Grinovero wrote: > > > Sebastian Laskawiec pointed out that there is indeed a submodule, > > introduced by this commit: > > > > https://github.com/hibernate/hibernate-orm/commit/ > > e75b017a4664d158e1197d19dca204273c4a2d66#diff- > > b82723dbef3c19115685625a04d6071dR1 > > > > I guess it's a mistake... I'll delete it soon, ping me if I shouldn't. > > > > Thanks, > > Sanne > > > > > > On 1 September 2016 at 22:37, Steve Ebersole > wrote: > > > Nope > > > > > > > > > On Thu, Sep 1, 2016, 4:25 PM Sanne Grinovero > > wrote: > > >> > > >> Hi all, > > >> the Infinispan/Hibernate integration test - which is run by the > > >> Infinispan team and uses TeamCity instead of Jenkins - is failing with > > >> the below cryptic error. > > >> > > >> Did the ORM switch to using Git modules? > > >> > > >> Error collecting changes for VCS repository > > >> '"https://github.com/hibernate/hibernate-orm.git#master"; {instance > > >> id=4, parent internal id=2, parent > > >> id=https___github_com_hibernate_hibernate_orm_git_master, > description: > > >> "https://github.com/hibernate/hibernate-orm.git#master"}' > > >> Collecting changes failed: > > >> > > >> jetbrains.buildServer.buildTriggers.vcs.git.submodules. > > MissingSubmoduleConfigException: > > >> The 'https://github.com/hibernate/hibernate-orm.git' repository has a > > >> submodule in the '8de4ff2a3a6a30541d463fdb373e1e8f0de953b5' commit at > > >> the 'hibernate-orm' path, but has not .gitmodules configuration in the > > >> root directory > > >> > > >> Thanks, > > >> Sanne > > >> ___ > > >> hibernate-dev mailing list > > >> hibernate-dev@lists.jboss.org > > >> https://lists.jboss.org/mailman/listinfo/hibernate-dev > > ___ > > hibernate-dev mailing list > > hibernate-dev@lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/hibernate-dev > > > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev > ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] Hibernate ORM repository using modules?
N.P. It's fixed now on master. I checked other branches but didn't seem to have this problem. On 2 September 2016 at 13:16, Vlad Mihalcea wrote: > Damn. I must have missed it when I reviewed the PR. > Good thing that you caught it. > > Vlad > > On Fri, Sep 2, 2016 at 2:57 PM, andrea boriero wrote: >> >> yes I also believe it was a mistake >> >> On 2 September 2016 at 12:34, Sanne Grinovero wrote: >> >> > Sebastian Laskawiec pointed out that there is indeed a submodule, >> > introduced by this commit: >> > >> > https://github.com/hibernate/hibernate-orm/commit/ >> > e75b017a4664d158e1197d19dca204273c4a2d66#diff- >> > b82723dbef3c19115685625a04d6071dR1 >> > >> > I guess it's a mistake... I'll delete it soon, ping me if I shouldn't. >> > >> > Thanks, >> > Sanne >> > >> > >> > On 1 September 2016 at 22:37, Steve Ebersole >> > wrote: >> > > Nope >> > > >> > > >> > > On Thu, Sep 1, 2016, 4:25 PM Sanne Grinovero >> > wrote: >> > >> >> > >> Hi all, >> > >> the Infinispan/Hibernate integration test - which is run by the >> > >> Infinispan team and uses TeamCity instead of Jenkins - is failing >> > >> with >> > >> the below cryptic error. >> > >> >> > >> Did the ORM switch to using Git modules? >> > >> >> > >> Error collecting changes for VCS repository >> > >> '"https://github.com/hibernate/hibernate-orm.git#master"; {instance >> > >> id=4, parent internal id=2, parent >> > >> id=https___github_com_hibernate_hibernate_orm_git_master, >> > >> description: >> > >> "https://github.com/hibernate/hibernate-orm.git#master"}' >> > >> Collecting changes failed: >> > >> >> > >> jetbrains.buildServer.buildTriggers.vcs.git.submodules. >> > MissingSubmoduleConfigException: >> > >> The 'https://github.com/hibernate/hibernate-orm.git' repository has a >> > >> submodule in the '8de4ff2a3a6a30541d463fdb373e1e8f0de953b5' commit at >> > >> the 'hibernate-orm' path, but has not .gitmodules configuration in >> > >> the >> > >> root directory >> > >> >> > >> Thanks, >> > >> Sanne >> > >> ___ >> > >> hibernate-dev mailing list >> > >> hibernate-dev@lists.jboss.org >> > >> https://lists.jboss.org/mailman/listinfo/hibernate-dev >> > ___ >> > hibernate-dev mailing list >> > hibernate-dev@lists.jboss.org >> > https://lists.jboss.org/mailman/listinfo/hibernate-dev >> > >> ___ >> hibernate-dev mailing list >> hibernate-dev@lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/hibernate-dev > > ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev