From patchwork Sun Oct 16 17:17:23 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 77702 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp58479qge; Sun, 16 Oct 2016 10:17:54 -0700 (PDT) X-Received: by 10.28.154.77 with SMTP id c74mr5396951wme.23.1476638274548; Sun, 16 Oct 2016 10:17:54 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id x1si1291063wjc.191.2016.10.16.10.17.53; Sun, 16 Oct 2016 10:17:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B2D91A7549; Sun, 16 Oct 2016 19:17:52 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OKPGAamdnUpd; Sun, 16 Oct 2016 19:17:52 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F408E4BF90; Sun, 16 Oct 2016 19:17:51 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D68AEA7533 for ; Sun, 16 Oct 2016 19:17:47 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rhRKP95OszAy for ; Sun, 16 Oct 2016 19:17:47 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-10.nifty.com (conuserg-10.nifty.com [210.131.2.77]) by theia.denx.de (Postfix) with ESMTPS id 149B24BF90 for ; Sun, 16 Oct 2016 19:17:42 +0200 (CEST) Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-10.nifty.com with ESMTP id u9GHHSul002605; Mon, 17 Oct 2016 02:17:32 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com u9GHHSul002605 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1476638252; bh=RVnH4oqGCcsjtLXlVs9cFNd49l9yVwoutCHkibNKhvc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=K8BGNaoeDkeaCWOp/YOM6zKmwyv5gUmGzgzMD1p/JblX/yw5AyqNGv5N8XljVs4rM 1270MhKJjoB0dKdkX7y92VJZ4fPkfLCQo0V4Y/GwgaTNHJHb1q4zU7DPGl6n9sKALb BgWOLmhPYhYfVaDlorRe8ri6+O+LkbCmdZ0AAldRrmAlmHMVzugJ14Ar9uF9PgUGVk i1D8oeD1kc+Yg98xSzdyH/TJLDj2sfPSo1aEuVMkFhE8MLMDlBk86Gh4qM3Cq58WYQ z6WQThYxM4DKxrchkw5VgIVAOKzCjNbL6rpr2iLkYu8aUgdyOmxwSCact3NsUULrPi BdzYOnnr+tKQg== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Mon, 17 Oct 2016 02:17:23 +0900 Message-Id: <1476638243-10053-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1476638243-10053-1-git-send-email-yamada.masahiro@socionext.com> References: <1476638243-10053-1-git-send-email-yamada.masahiro@socionext.com> Cc: Joe Hershberger Subject: [U-Boot] [PATCH 2/2] tools: moveconfig: process defconfig files in alphabetical order X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This will make the log more readable. The log is not deterministic in case of parallel processing, though. Signed-off-by: Masahiro Yamada --- tools/moveconfig.py | 2 ++ 1 file changed, 2 insertions(+) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/tools/moveconfig.py b/tools/moveconfig.py index 67cf5f0..49cb1e2 100755 --- a/tools/moveconfig.py +++ b/tools/moveconfig.py @@ -1221,6 +1221,8 @@ def move_config(configs, options): else: defconfigs = get_all_defconfigs() + defconfigs.sort() + progress = Progress(len(defconfigs)) slots = Slots(configs, options, progress, reference_src_dir)