Cc'ing Michael/Igor/Stefan about git comment format. On 5/28/19 5:33 PM, Philippe Mathieu-Daudé wrote: > Fedora 30 got released: > > https://fedoramagazine.org/announcing-fedora-30/ > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Signed-off-by: Marc-André Lureau <[email protected]> > Tested-by: Stefano Garzarella <[email protected]> > Reviewed-by: Stefano Garzarella <[email protected]> > --- > v2: Added Marc-André and Stefano tags
^ This is my local commit > --- ^ This line was added by git publish via format-patch Michael is that what break your patch workflow? > tests/docker/dockerfiles/fedora.docker | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/docker/dockerfiles/fedora.docker > b/tests/docker/dockerfiles/fedora.docker > index 69d4a7f5d7..1496b68ba1 100644 > --- a/tests/docker/dockerfiles/fedora.docker > +++ b/tests/docker/dockerfiles/fedora.docker > @@ -1,4 +1,4 @@ > -FROM fedora:29 > +FROM fedora:30 > ENV PACKAGES \ > bc \ > bison \ >
