Mailing List Archive

Re: svn commit: r1893113 - /httpd/httpd/branches/2.4.x/STATUS
The way I do 2.4.x updates right now:

while true; do svn up; sleep .1; done

;-)

> Am 08.09.2021 um 10:29 schrieb ylavic@apache.org:
>
> Author: ylavic
> Date: Wed Sep 8 08:29:19 2021
> New Revision: 1893113
>
> URL: http://svn.apache.org/viewvc?rev=1893113&view=rev
> Log:
> Backported in r1893111. [skip ci]
>
> Modified:
> httpd/httpd/branches/2.4.x/STATUS
>
> Modified: httpd/httpd/branches/2.4.x/STATUS
> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1893113&r1=1893112&r2=1893113&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/STATUS (original)
> +++ httpd/httpd/branches/2.4.x/STATUS Wed Sep 8 08:29:19 2021
> @@ -141,12 +141,6 @@ RELEASE SHOWSTOPPERS:
> PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
> [ start all new proposals below, under PATCHES PROPOSED. ]
>
> - *) mod_proxy: Don't canonicalize with both nocanon and ProxyPassInterpolateEnv
> - On. PR 65549.
> - trunk patch: http://svn.apache.org/r1893016
> - 2.4.x patch: svn merge -c 1893016 ^/httpd/httpd/trunk .
> - +1: ylavic, covener, rpluem
> -
> *) mod_unique_id: Earlier request_time initialization in read_request_line(),
> plus use of an atomic counter to close the race condition.
> trunk patch: http://svn.apache.org/r1893001
>
>
Re: svn commit: r1893113 - /httpd/httpd/branches/2.4.x/STATUS [ In reply to ]
On Wed, Sep 8, 2021 at 10:30 AM stefan@eissing.org <stefan@eissing.org> wrote:
>
> The way I do 2.4.x updates right now:
>
> while true; do svn up; sleep .1; done
>
> ;-)

Personally I whine once the checkin fails only :)
Re: svn commit: r1893113 - /httpd/httpd/branches/2.4.x/STATUS [ In reply to ]
> Am 08.09.2021 um 10:36 schrieb Yann Ylavic <ylavic.dev@gmail.com>:
>
> On Wed, Sep 8, 2021 at 10:30 AM stefan@eissing.org <stefan@eissing.org> wrote:
>>
>> The way I do 2.4.x updates right now:
>>
>> while true; do svn up; sleep .1; done
>>
>> ;-)
>
> Personally I whine once the checkin fails only :)

Touchè!