You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Joe Orton <jo...@redhat.com> on 2023/02/15 13:48:53 UTC

[VOTE] broader RTC exception for 2.4.x CI changes

Per my previous Travis is dead, long live GitHub actions.

I propose to broaden the RTC exception in 2.4.x/STATUS to allow CI 
config changes and scripts to be merged from trunk:

Index: STATUS
===================================================================
--- STATUS	(revision 1907679)
+++ STATUS	(working copy)
@@ -141,7 +141,7 @@
     . non-Unix, single-platform code
     . routine APLOGNO() backports
     . .gdbinit
-    . Travis integration: .travis.yml and test/travis*.sh
+    . CI configuration and scripts
     . mod_tls
 
 RELEASE SHOWSTOPPERS:


Re: [VOTE] broader RTC exception for 2.4.x CI changes

Posted by Eric Covener <co...@gmail.com>.
On Wed, Feb 15, 2023 at 8:49 AM Joe Orton <jo...@redhat.com> wrote:
>
> Per my previous Travis is dead, long live GitHub actions.
>
> I propose to broaden the RTC exception in 2.4.x/STATUS to allow CI
> config changes and scripts to be merged from trunk:
>
> Index: STATUS
> ===================================================================
> --- STATUS      (revision 1907679)
> +++ STATUS      (working copy)
> @@ -141,7 +141,7 @@
>      . non-Unix, single-platform code
>      . routine APLOGNO() backports
>      . .gdbinit
> -    . Travis integration: .travis.yml and test/travis*.sh
> +    . CI configuration and scripts
>      . mod_tls


+1

Re: [VOTE] broader RTC exception for 2.4.x CI changes

Posted by Ruediger Pluem <rp...@apache.org>.

On 2/15/23 2:48 PM, Joe Orton wrote:
> Per my previous Travis is dead, long live GitHub actions.
> 
> I propose to broaden the RTC exception in 2.4.x/STATUS to allow CI 
> config changes and scripts to be merged from trunk:
> 
> Index: STATUS
> ===================================================================
> --- STATUS	(revision 1907679)
> +++ STATUS	(working copy)
> @@ -141,7 +141,7 @@
>      . non-Unix, single-platform code
>      . routine APLOGNO() backports
>      . .gdbinit
> -    . Travis integration: .travis.yml and test/travis*.sh
> +    . CI configuration and scripts
>      . mod_tls
>  
>  RELEASE SHOWSTOPPERS:
> 
> 

+1

Regards

Rüdiger

Re: *** SPAM *** [VOTE] broader RTC exception for 2.4.x CI changes

Posted by Christophe JAILLET <ch...@wanadoo.fr>.
Le 15/02/2023 à 14:48, Joe Orton a écrit :
> Per my previous Travis is dead, long live GitHub actions.
>
> I propose to broaden the RTC exception in 2.4.x/STATUS to allow CI
> config changes and scripts to be merged from trunk:
>
> Index: STATUS
> ===================================================================
> --- STATUS	(revision 1907679)
> +++ STATUS	(working copy)
> @@ -141,7 +141,7 @@
>       . non-Unix, single-platform code
>       . routine APLOGNO() backports
>       . .gdbinit
> -    . Travis integration: .travis.yml and test/travis*.sh
> +    . CI configuration and scripts
>       . mod_tls
>   
>   RELEASE SHOWSTOPPERS:
>

+1


Re: [VOTE] broader RTC exception for 2.4.x CI changes

Posted by Yann Ylavic <yl...@gmail.com>.
On Wed, Feb 15, 2023 at 2:49 PM Joe Orton <jo...@redhat.com> wrote:
>
> Per my previous Travis is dead, long live GitHub actions.
>
> I propose to broaden the RTC exception in 2.4.x/STATUS to allow CI
> config changes and scripts to be merged from trunk:
>
> Index: STATUS
> ===================================================================
> --- STATUS      (revision 1907679)
> +++ STATUS      (working copy)
> @@ -141,7 +141,7 @@
>      . non-Unix, single-platform code
>      . routine APLOGNO() backports
>      . .gdbinit
> -    . Travis integration: .travis.yml and test/travis*.sh
> +    . CI configuration and scripts
>      . mod_tls

+1

Re: [VOTE] broader RTC exception for 2.4.x CI changes

Posted by Joe Orton <jo...@redhat.com>.
Thanks all, applied in r1907783.

Regards, Joe