How to get Xcode CI bot to update git submodules?
How to get Xcode CI bot to update git submodules?
- Subject: How to get Xcode CI bot to update git submodules?
- From: Jens Alfke <email@hidden>
- Date: Fri, 12 Dec 2014 15:20:41 -0800
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