[Pkg-xen-devel] [PATCH 00/19] Fixing cross-compilation, some script work, revised

Hans van Kranenburg hans at knorrie.org
Fri Dec 4 19:27:07 GMT 2020


On 12/2/20 6:34 PM, Elliott Mitchell wrote:
> Hopefully this takes care of the comments which have been made.  Quite a
> few commit messages were adjusted.  Two scripting commits were broken
> into tiny pieces.
> 
> There are a number of small differences, but the end result will be the
> same.
> 
> Hopefully I've figured out the right set of flags for the way you prefer
> patches being sent.

No. Use git send-email. You're still, even after asking many times, not
using git send-email.

git format-patch formats *patches*, not emails, even while they might
appear to look like emails.

>  Right level/type of threading, etc.  The dates may
> differ since Git uses the author date, NOT the commit date when sending
> messages.  These were mostly authored in July, those are the dates they
> get.  Since some were originally added in September, it gets that date
> header.  Your mailer might choose to sort them this way, which differs
> from sequence number.

Use git send-email.

> Elliott Mitchell (19):
>   debian/rules: Correct shim install step for current Xen
>   d/shuffle-binaries: Remove useless extra argument being passed in
>   d/shuffle-binaries: Make error detection/message overt
>   d/shuffle-binaries: Add quoting for potentially changeable variables
>   d/shuffle-binaries: Switch loop from for to while
>   d/shuffle-binaries: Fix binary shuffling script for cross-building
>   d/shuffle-binaries: Switch to POSIX shell, instead of Bash
>   d/shuffle-boot-files: The Great Quotification
>   d/shuffle-boot-files: Merge arguments together
>   d/shuffle-boot-files: Support filenames besides .gz
>   d/shuffle-boot-files: Rework version string handling
>   d/shuffle-boot-files: Simplify loop structure
>   d/shuffle-boot-files: Switch to POSIX shell, instead of Bash
>   debian/rules: Set CC/LD to enable cross-building
>   debian/rules: Setup use of noOCAML profile
>   Rework "debian/rules: Do not try to move EFI binaries on armhf"
>   debian/xen.init: Load xen_acpi_processor on boot
>   debian/scripts: Optimize runtime scripts
>   d/xendomains.init: Remove use of `xen` compat wrapper for `xl`
> 
>  debian/control                          |  5 +--
>  debian/rules                            | 34 ++++++++++++------
>  debian/scripts/xen-utils-wrapper        | 43 +++++++++++++++++++---
>  debian/scripts/xen-version              |  6 ++--
>  debian/shuffle-binaries                 | 48 +++++++++++++------------
>  debian/shuffle-boot-files               | 25 ++++++-------
>  debian/xen-utils-common.xen.init        |  1 +
>  debian/xen-utils-common.xendomains.init |  5 +++
>  8 files changed, 114 insertions(+), 53 deletions(-)
> 




More information about the Pkg-xen-devel mailing list