[Sugar-devel] [PATCH] Add dependencies on previous steps in bundlemodule.

2010-09-23 Thread Benjamin Berg
This patch fixes building bundles for me. Without it sugar-jhbuild directly tries to install the module without first updating and building it. And with a clean checkout that means it will fail, because the repository has not even been downloaded at that point. --- sjhbuild/bundlemodule.py |2

Re: [Sugar-devel] [PATCH] Add dependencies on previous steps in bundlemodule.

2010-09-23 Thread Sascha Silbe
Excerpts from Benjamin Berg's message of Thu Sep 23 16:55:11 +0200 2010: This patch fixes building bundles for me. Without it sugar-jhbuild directly tries to install the module without first updating and building it. And with a clean checkout that means it will fail, because the repository