[Qemu-devel] [PULL v1 0/6] Merge build 2017/11/07

Daniel P. Berrange posted 6 patches 6 years, 5 months ago
Failed in applying to current master (apply log)
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
Makefile                 | 23 +++++++++++-----
configure                | 12 ++++++++
scripts/git-submodule.sh | 72 ++++++++++++++++++++++++++++++++++++++----------
3 files changed, 86 insertions(+), 21 deletions(-)
[Qemu-devel] [PULL v1 0/6] Merge build 2017/11/07
Posted by Daniel P. Berrange 6 years, 5 months ago
The following changes since commit ec7a8bf0b8f7dc7288fe8745464ee8217528cc6c:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-11-06 10:04:16 +0000)

are available in the git repository at:

  git://github.com/berrange/qemu tags/pull-build-2017-11-07-1

for you to fetch changes up to c4b01c7c5171e9f77ed4ed6d9b4f63845410f641:

  build: remove use of MAKELEVEL optimization in submodule handling (2017-11-06 12:49:20 +0000)

----------------------------------------------------------------
Merge build 2017/11/07 v1

----------------------------------------------------------------

Daniel P. Berrange (6):
  build: allow setting a custom GIT binary for transparent proxying
  build: don't create temporary files in source dir
  build: allow automatic git submodule updates to be disabled
  build: don't fail if given a git submodule which does not exist
  build: delay check for empty git submodule list
  build: remove use of MAKELEVEL optimization in submodule handling

 Makefile                 | 23 +++++++++++-----
 configure                | 12 ++++++++
 scripts/git-submodule.sh | 72 ++++++++++++++++++++++++++++++++++++++----------
 3 files changed, 86 insertions(+), 21 deletions(-)

-- 
2.13.6


Re: [Qemu-devel] [PULL v1 0/6] Merge build 2017/11/07
Posted by Peter Maydell 6 years, 5 months ago
On 7 November 2017 at 10:16, Daniel P. Berrange <berrange@redhat.com> wrote:
> The following changes since commit ec7a8bf0b8f7dc7288fe8745464ee8217528cc6c:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-11-06 10:04:16 +0000)
>
> are available in the git repository at:
>
>   git://github.com/berrange/qemu tags/pull-build-2017-11-07-1
>
> for you to fetch changes up to c4b01c7c5171e9f77ed4ed6d9b4f63845410f641:
>
>   build: remove use of MAKELEVEL optimization in submodule handling (2017-11-06 12:49:20 +0000)
>
> ----------------------------------------------------------------
> Merge build 2017/11/07 v1
>
> ----------------------------------------------------------------
>

Applied, thanks.

-- PMM