From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 3730CE0106B; Wed, 23 Sep 2015 09:52:19 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [134.134.136.65 listed in list.dnswl.org] Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 059CFE00C36 for ; Wed, 23 Sep 2015 09:52:11 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 23 Sep 2015 09:52:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,577,1437462000"; d="scan'208";a="795724723" Received: from linux.intel.com ([10.23.219.25]) by fmsmga001.fm.intel.com with ESMTP; 23 Sep 2015 09:52:11 -0700 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.51]) by linux.intel.com (Postfix) with ESMTP id 289626A4005 for ; Wed, 23 Sep 2015 09:51:15 -0700 (PDT) From: Ed Bartosh To: toaster@yoctoproject.org Date: Wed, 23 Sep 2015 19:52:00 +0300 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [PATCH 0/6] fixes and improvements for layers cloning X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 16:52:19 -0000 Hi, This patchset includes changes for Toaster cloning functionality: - used more appropriate git commands: git reset --hard instead of git checkout && git rebase. - changed naming of clone directories, made them unique - moved clones to subdirectory Please, review. The following changes since commit 7b86c771c80d0759c2ca0e57c46c4c966f89c49e: bitbake: bitbake: bb.fetch2.git: Import errno module (2015-09-19 22:38:44 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/toaster/clones http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/clones Ed Bartosh (6): toaster: don't use --single-branch when cloning toaster: use git reset --hard instead of rebase toaster: fix bug in resetting git repository toaster: fix reimporting module toaster: make clone directory name unique toaster: move clones into subdirectory bitbake/lib/toaster/bldcontrol/localhostbecontroller.py | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) -- Ed