Re: rebuild main repository with the latest commit from submodule when submodule is updated

2012-11-30 Thread denebola
maybe we should use subtrees instead of submodules? On Friday, November 30, 2012 11:01:03 AM UTC+3, denebola wrote: > > Hi, could you please help me with workflow in jenkins. we have main > repository rep1 with submodule s1. submodule has been added to rep1 with > specific commit number. we freq

rebuild main repository with the latest commit from submodule when submodule is updated

2012-11-30 Thread denebola
Hi, could you please help me with workflow in jenkins. we have main repository rep1 with submodule s1. submodule has been added to rep1 with specific commit number. we frequently commit to s1. but jenkins doesn't see new changes when updating rep1 because s1 has old commit number. how can we co