[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1745515 - /subversion/trunk/get-deps.sh

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 26 May 2016 09:42:16 +0200

On Thu, May 26, 2016 at 02:51:23AM +0200, Stefan wrote:
> On 5/25/2016 18:11, astieger_at_apache.org 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 <Karl.Burkett_at_rice.edu>
> >
> > 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.
Received on 2016-05-26 09:42:31 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.