Message ID | 20220121164748.6536-1-pvorel@suse.cz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v3,1/1] ci/travis: Replace groovy -> impish | expand |
Hi Petr, On Fri, 2022-01-21 at 17:47 +0100, Petr Vorel wrote: > From: Petr Vorel <petr.vorel@gmail.com> > > follow previous commit also for Travis. > > Fixes: 024c02d ("ci: Replace groovy -> impish") > > Reported-by: Mimi Zohar <zohar@linux.ibm.com> > Signed-off-by: Petr Vorel <petr.vorel@gmail.com> > --- > Update only for Travis, as previous patch has been merged. I had picked up your v2 1/1 version, which updated both. thanks, Mimi
On Tue, 2022-01-25 at 18:07 -0500, Mimi Zohar wrote: > Hi Petr, > > On Fri, 2022-01-21 at 17:47 +0100, Petr Vorel wrote: > > From: Petr Vorel <petr.vorel@gmail.com> > > > > follow previous commit also for Travis. > > > > Fixes: 024c02d ("ci: Replace groovy -> impish") > > > > Reported-by: Mimi Zohar <zohar@linux.ibm.com> > > Signed-off-by: Petr Vorel <petr.vorel@gmail.com> > > --- > > Update only for Travis, as previous patch has been merged. > > I had picked up your v2 1/1 version, which updated both. Oh, looks like only my local and the internal repo have the v2 version. The external github repo still has the original v1 version, that was used for testing. Sorry for the confusion. Mimi
diff --git a/.travis.yml b/.travis.yml index 534c41d..bdf78a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ matrix: compiler: gcc - os: linux - env: DISTRO=ubuntu:groovy TSS=ibmtss COMPILE_SSL=openssl-3.0.0-beta1 + env: DISTRO=ubuntu:impish TSS=ibmtss COMPILE_SSL=openssl-3.0.0-beta1 compiler: gcc - os: linux