I think I looked into that and decided it wouldn't work (feel free to prove me wrong). Git submodules are included at a specific SHA, and we'll need to have git repos that continuously get updated. Indeed, the first step in those shell scripts are pulling the latest code from upstream, then turning around to push code. Submodules are not well suited for development in this fashion, IMO. --------- Matt Taylor OS Community Flag-Bearer Numenta
On Tue, Apr 14, 2015 at 9:28 AM, Rémi Emonet <[email protected]> wrote: > On 04/14/2015 06:16 PM, Matthew Taylor wrote: >> >> But if we could prevent these shell calls and local repository >> checkouts (perhaps by using the GitHub Git Data API), then we could >> move to Heroku. > > > Hi Matthew, > > I don't have any time to look at the build in details but if, I understand > the problematic, git submodules could be a solution. > > https://devcenter.heroku.com/articles/git-submodules > > Cheers, > Rémi >
