On 2016-04-16, Mark Thomas wrote: > I'm wondering if the build is playing with line-endings.
If so, it may help to remove the working copy and force a fresh clone. > I've just forced: > git fetch --all > git reset --hard origin/master > for commons-lang-trunk > I took a look at git.py but my Python fu is pretty poor and I couldn't > see how to get two commands to be executed for getUpdateCommand. Any > pointers? You can't. When I added support for submodules I added the post-process stage for this, it may be best to allow a list of post-process commands rather than just one and add the reset command there. The alternative is to override updateModule entirely. I'll give the list-version a try. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
