On Fri, 03/11 16:14, Alex Bennée wrote:
> 
> Fam Zheng <f...@redhat.com> 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 <f...@redhat.com>
> > ---
> >  .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