[Qemu-devel] [PATCH 0/2] git.orderfile: Order Python/shell scripts before unordered files

Philippe Mathieu-Daudé posted 2 patches 4 years, 7 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190829100521.12143-1-philmd@redhat.com
scripts/git.orderfile | 5 +++++
1 file changed, 5 insertions(+)
[Qemu-devel] [PATCH 0/2] git.orderfile: Order Python/shell scripts before unordered files
Posted by Philippe Mathieu-Daudé 4 years, 7 months ago
This series update the git.orderfile to order Python and shell
scripts before unordered files.
This is particularly useful for changes in tests/qemu-iotests.

Regards,

Phil.

Philippe Mathieu-Daudé (2):
  scripts/git.orderfile: Order Python files before unordered ones
  scripts/git.orderfile: Order shell scripts before unordered files

 scripts/git.orderfile | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.20.1


Re: [Qemu-devel] [PATCH 0/2] git.orderfile: Order Python/shell scripts before unordered files
Posted by Eric Blake 4 years, 7 months ago
On 8/29/19 5:05 AM, Philippe Mathieu-Daudé wrote:
> This series update the git.orderfile to order Python and shell
> scripts before unordered files.
> This is particularly useful for changes in tests/qemu-iotests.
> 
> Regards,
> 
> Phil.
> 
> Philippe Mathieu-Daudé (2):
>   scripts/git.orderfile: Order Python files before unordered ones
>   scripts/git.orderfile: Order shell scripts before unordered files
> 

Reviewed-by: Eric Blake <eblake@redhat.com>

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org

Re: [Qemu-devel] [Qemu-block] [PATCH 0/2] git.orderfile: Order Python/shell scripts before unordered files
Posted by Stefano Garzarella 4 years, 7 months ago
On Thu, Aug 29, 2019 at 12:05:19PM +0200, Philippe Mathieu-Daudé wrote:
> This series update the git.orderfile to order Python and shell
> scripts before unordered files.
> This is particularly useful for changes in tests/qemu-iotests.
> 
> Regards,
> 
> Phil.
> 
> Philippe Mathieu-Daudé (2):
>   scripts/git.orderfile: Order Python files before unordered ones
>   scripts/git.orderfile: Order shell scripts before unordered files
> 
>  scripts/git.orderfile | 5 +++++
>  1 file changed, 5 insertions(+)

Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>

Thanks,
Stefano

Re: [Qemu-devel] [PATCH 0/2] git.orderfile: Order Python/shell scripts before unordered files
Posted by Philippe Mathieu-Daudé 4 years, 7 months ago
Oops Cc'ing qemu-trivial@nongnu.org

On 8/29/19 12:05 PM, Philippe Mathieu-Daudé wrote:
> This series update the git.orderfile to order Python and shell
> scripts before unordered files.
> This is particularly useful for changes in tests/qemu-iotests.
> 
> Regards,
> 
> Phil.
> 
> Philippe Mathieu-Daudé (2):
>   scripts/git.orderfile: Order Python files before unordered ones
>   scripts/git.orderfile: Order shell scripts before unordered files
> 
>  scripts/git.orderfile | 5 +++++
>  1 file changed, 5 insertions(+)

Re: [Qemu-devel] [PATCH 0/2] git.orderfile: Order Python/shell scripts before unordered files
Posted by John Snow 4 years, 7 months ago

On 8/29/19 6:05 AM, Philippe Mathieu-Daudé wrote:
> This series update the git.orderfile to order Python and shell
> scripts before unordered files.
> This is particularly useful for changes in tests/qemu-iotests.
> 
> Regards,
> 
> Phil.
> 
> Philippe Mathieu-Daudé (2):
>   scripts/git.orderfile: Order Python files before unordered ones
>   scripts/git.orderfile: Order shell scripts before unordered files
> 
>  scripts/git.orderfile | 5 +++++
>  1 file changed, 5 insertions(+)
> 

ACK, not that you need more reviews for a trivial patch:

Reviewed-by: John Snow <jsnow@redhat.com>