Mailing List Archive

Re: svn commit: r1892841 - /httpd/httpd/trunk/.travis.yml
Thanks, Joe! \o/

> Am 03.09.2021 um 09:54 schrieb jorton@apache.org:
>
> Author: jorton
> Date: Fri Sep 3 07:54:03 2021
> New Revision: 1892841
>
> URL: http://svn.apache.org/viewvc?rev=1892841&view=rev
> Log:
> Adjust Travis conditions for candidate-2.4.x tags.
>
> Modified:
> httpd/httpd/trunk/.travis.yml
>
> Modified: httpd/httpd/trunk/.travis.yml
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1892841&r1=1892840&r2=1892841&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/.travis.yml (original)
> +++ httpd/httpd/trunk/.travis.yml Fri Sep 3 07:54:03 2021
> @@ -38,8 +38,8 @@ env:
> # definitions to either:
> # condition_24x_only => run the job only for 2.4.x
> # condition_not_24x => run the job everywhere EXCEPT 2.4.x
> -_cond1: &condition_24x_only (branch is present AND branch = 2.4.x) OR (tag is present AND tag ~= /^2.4/)
> -_cond2: &condition_not_24x (branch is not present OR branch != 2.4.x) AND (tag is not present OR tag !~ /^2.4/)
> +_cond1: &condition_24x_only (branch is present AND branch = 2.4.x) OR (tag is present AND (tag ~= /^2.4/ OR tag ~= /^candidate-2.4/))
> +_cond2: &condition_not_24x (branch is not present OR branch != 2.4.x) AND (tag is not present OR (tag !~ /^2.4/ AND tag !~ /^candidate-2.4/))
>
> jobs:
> include:
>
>