[patchew-devel] [PATCH 0/4] Deploy script fixes for importer

Fam Zheng posted 4 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/patchew-ci tags/patchew/20180224074725.1838-1-famz@redhat.com
There is a newer version of this series
scripts/dockerfiles/importer.docker       | 1 +
scripts/patchew-importer                  | 6 +++---
scripts/playbooks/tasks/docker-deploy.yml | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
[patchew-devel] [PATCH 0/4] Deploy script fixes for importer
Posted by Fam Zheng 6 years, 2 months ago

Fam Zheng (4):
  Fix python 3 package name in docker deployment
  docker: Copy source into importer image
  importer: Fix bash syntax error in entry script
  importer: Kill `patchew-cli import` command if timeout

 scripts/dockerfiles/importer.docker       | 1 +
 scripts/patchew-importer                  | 6 +++---
 scripts/playbooks/tasks/docker-deploy.yml | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

-- 
2.14.3


[patchew-devel] Re: [PATCH 0/4] Deploy script fixes for importer
Posted by Paolo Bonzini 6 years, 1 month ago
On 24/02/2018 08:47, Fam Zheng wrote:
> Fam Zheng (4):
>   Fix python 3 package name in docker deployment
>   docker: Copy source into importer image
>   importer: Fix bash syntax error in entry script
>   importer: Kill `patchew-cli import` command if timeout
> 
>  scripts/dockerfiles/importer.docker       | 1 +
>  scripts/patchew-importer                  | 6 +++---
>  scripts/playbooks/tasks/docker-deploy.yml | 2 +-
>  3 files changed, 5 insertions(+), 4 deletions(-)
> 

Looks good!

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>

Paolo