qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 12/13] .gitignore: Ignore temporary dockerfil


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH v3 12/13] .gitignore: Ignore temporary dockerfile
Date: Fri, 11 Mar 2016 16:14:53 +0000
User-agent: mu4e 0.9.17; emacs 25.0.92.3

Fam Zheng <address@hidden> writes:

> Docker build requires a "context" directory and we use the
> $QEMU_SRC/tests/docker/ directory, and the temoprary dockerfile has to be in
> the context.
>
> docker_build normally cleans up this file but let's add an entry here just in
> case it fails to.

I think the need for this will go away if you use python's tempfile.

>
> Signed-off-by: Fam Zheng <address@hidden>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 88a80ff..a335b7b 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -109,3 +109,4 @@ cscope.*
>  tags
>  TAGS
>  *~
> +/tests/docker/*.docker.tmp


--
Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]