All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] fixes and improvements for layers cloning
@ 2015-09-23 22:34 brian avery
  2015-09-23 22:34 ` [PATCH 1/6] toaster: don't use --single-branch when cloning brian avery
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: brian avery @ 2015-09-23 22:34 UTC (permalink / raw)
  To: bitbake-devel

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

The following changes since commit 524ddd86c305af1b029c1773affe5cebffc62b28:

  oeqa/utils/qemurunner.py: Remove duplicate message on LoggingThread start (2015-09-23 09:53:21 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/submit/ed/20150923-better-git-layers
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/ed/20150923-better-git-layers

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

 lib/toaster/bldcontrol/localhostbecontroller.py | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/6] fixes and improvements for layers cloning
@ 2015-09-23 16:52 Ed Bartosh
  2015-09-23 22:34 ` Brian Avery
  0 siblings, 1 reply; 9+ messages in thread
From: Ed Bartosh @ 2015-09-23 16:52 UTC (permalink / raw)
  To: toaster

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-09-23 22:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23 22:34 [PATCH 0/6] fixes and improvements for layers cloning brian avery
2015-09-23 22:34 ` [PATCH 1/6] toaster: don't use --single-branch when cloning brian avery
2015-09-23 22:34 ` [PATCH 2/6] toaster: use git reset --hard instead of rebase brian avery
2015-09-23 22:34 ` [PATCH 3/6] toaster: fix bug in resetting git repository brian avery
2015-09-23 22:34 ` [PATCH 4/6] toaster: fix reimporting module brian avery
2015-09-23 22:34 ` [PATCH 5/6] toaster: make clone directory name unique brian avery
2015-09-23 22:34 ` [PATCH 6/6] toaster: move clones into subdirectory brian avery
  -- strict thread matches above, loose matches on Subject: below --
2015-09-23 16:52 [PATCH 0/6] fixes and improvements for layers cloning Ed Bartosh
2015-09-23 22:34 ` Brian Avery

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.