Hi, On Thu, Sep 24, 2015 at 01:16:06PM +0200, Tomas Vanek wrote: > can anybody explain me why gerrit web shows "Cannot Merge" message? > I rebased all 3 dependent changes and gerrit insists on "Cannot Merge". > The change merges in my local git without any problem > and jenkins has verified it ok.
The Gerrit merge policy is set to cherry-pick, so it considers every "Change" in isolation. Of course all of your patches but the first one cannot be merged before their dependencies are merged. Just do not worry about it. And big thanks for the patches, finally someone motivated starts working on fixing kinetis :) Have you seen the odd freescale patch yet http://openocd.zylin.com/#/c/2773/ ? -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:[email protected] ------------------------------------------------------------------------------ Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
