From: Patrick Ohly <patrick.ohly@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/1] combo-layer + merge requests
Date: Fri, 8 May 2015 14:37:29 +0200 [thread overview]
Message-ID: <cover.1431088309.git.patrick.ohly@intel.com> (raw)
We are using combo-layer with repos hosted on Github, and we use the
"merge pull request" button from Github to import changes. This leads
to merge commits in our component history. Because we avoid
conflict resolution during merging, that mostly works, except for two edge
cases:
1. last_revision not recent enough for the next combo-layer run,
patch available
2. a merge succeeds automatically (three-way merge), but "git am"
then is more picky and rejects patches which do not apply cleanly.
No solution for that yet; we'll have to be more careful about
rebasing before merging.
The following changes since commit 2258345e19efff7717fe19a5026ec55f1b6f90b6:
oe-selftest: devtool: add a proper test to see if tap devices exist (2015-05-07 14:59:15 +0100)
are available in the git repository at:
git://github.com/pohly/openembedded-core master
https://github.com/pohly/openembedded-core/tree/master
Patrick Ohly (1):
combo-layer: improve merge commit handling
scripts/combo-layer | 27 ++++++++++++++++++++++++---
1 file changed, 24 insertions(+), 3 deletions(-)
--
2.1.4
next reply other threads:[~2015-05-08 12:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-08 12:37 Patrick Ohly [this message]
2015-05-08 12:37 ` [PATCH 1/1] combo-layer: improve merge commit handling Patrick Ohly
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1431088309.git.patrick.ohly@intel.com \
--to=patrick.ohly@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox