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: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH v3 12/13] .gitignore: Ignore temporary dockerfile
Date: Wed, 16 Mar 2016 14:31:15 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, 03/11 16:14, Alex Bennée wrote:
> 
> 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.

Yes, I'll drop it.

Fam

> 
> >
> > 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]