On 26.05.2016 09:42, Stefan Sperling wrote:
> On Thu, May 26, 2016 at 02:51:23AM +0200, Stefan wrote:
>> On 5/25/2016 18:11, [email protected] wrote:
>>> Author: astieger
>>> Date: Wed May 25 16:11:01 2016
>>> New Revision: 1745515
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1745515&view=rev
>>> Log:
>>> * get-deps.sh: Update serf download URI to ASF
>>>
>>> Found by: Karl Burkett <[email protected]>
>>>
>>> Modified:
>>>     subversion/trunk/get-deps.sh
>>>
>>> Modified: subversion/trunk/get-deps.sh
>>> URL: 
>>> http://svn.apache.org/viewvc/subversion/trunk/get-deps.sh?rev=1745515&r1=1745514&r2=1745515&view=diff
>>> ==============================================================================
>>> --- subversion/trunk/get-deps.sh (original)
>>> +++ subversion/trunk/get-deps.sh Wed May 25 16:11:01 2016
>>> @@ -89,7 +89,7 @@ get_serf() {
>>>      test -d $BASEDIR/serf && return
>>>  
>>>      cd $TEMPDIR
>>> -    $HTTP_FETCH http://serf.googlecode.com/svn/src_releases/$SERF.tar.bz2
>>> +    $HTTP_FETCH https://archive.apache.org/dist/serf/$SERF.tar.bz2
>>>      cd $BASEDIR
>>>  
>>>      bzip2 -dc $TEMPDIR/$SERF.tar.bz2 | tar -xf -
>> Nominated for backport to 1.8 and 1.9.
> Is archive.apache.org down at the moment? I can't reach it.


Worksforme.

Reply via email to