Re: How to get Xcode CI bot to update git submodules?
Re: How to get Xcode CI bot to update git submodules?
- Subject: Re: How to get Xcode CI bot to update git submodules?
- From: Doug Hill <email@hidden>
- Date: Fri, 12 Dec 2014 15:38:28 -0800
I think they’re trying to do some tricks so they don’t have to do a full clone of your git repo, and just get the branch you want to build. My guess is that’s buggy for sub-modules.On 12-Dec-2014, at 3:20 pm, Jens Alfke < email@hidden> wrote:
We set up a CI bot for Xcode to build our project, but it's not working correctly. Our git repo has a number of submodules, but the bot doesn't update the submodules before building, so it ends up building old revisions of the code in the submodules and gets errors.
I looked at the Source Control Log portion of the bot's logs, and I saw some lines saying "Forced Revision" implying that it's checked out specific revisions of the submodules. The problem is, those revisions are incorrect. I don't know where it got those rev IDs from; they're not the ones specified in the git repo, they're often several weeks old.
What's going wrong here?
—Jens
2014-12-12 15:11:28.154 XCSCheckoutIntegrationStep.m:83 [XCSCheckoutIntegrationStep enqueueOperations] [SourceControl] About to update/checkout:
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden