From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 25 Aug 2014 13:00:05 -0600 Subject: [U-Boot] [PATCH v9 0/14] Add some missing buildman features and deprecate MAKEALL In-Reply-To: <20140825185459.GN19374@bill-the-cat> References: <1408982315-18610-1-git-send-email-sjg@chromium.org> <20140825185459.GN19374@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On 25 August 2014 12:54, Tom Rini wrote: > On Mon, Aug 25, 2014 at 09:58:21AM -0600, Simon Glass wrote: > >> Buildman has been around for a little over a year and is used by a fair >> number of U-Boot developers. However quite a few people still use MAKEALL. >> >> Buildman was intended to replace MAKEALL, so perhaps now is a good time to >> start that process. >> >> The reasons to deprecate MAKEALL are: >> - We don't want to maintain two build systems >> - Buildman is typically faster >> - Buildman has a lot more features >> >> This series adds a few features to buildman to fill some gaps, adds some >> information into the README on how to migrate from MAKEALL, and adds a >> deprecation message to MAKEALL. > > I'm testing this out again in the Ubuntu 10.04 / LSF environment I have > access to but so far I'm still finding that test for --no-decorate isn't > working and I have to manually set it to False. Oh dear. I wrote a test for this in the second series. So if you apply that series, do the tests pass? It is in func_test.py and is called testGitSetup(). Regards, Simon