Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Sourceforge GIT is down
- X-seq: zsh-workers 35833
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Subject: Re: Sourceforge GIT is down
- Date: Sun, 19 Jul 2015 17:19:27 +0000
- Cc: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=GvHJQ9NTJjHcikoHpQc47QxjkNQ=; b=Th+CWQ UBnm7MrJfSHEW0M6lJu08XjpeUfwaToglSymNnbvBR0o8Ip3TW0TRnf0LI9JIomL LqEx8ghEBsT5L0sQxwJyX8fkbO4EzBxnRxXWr5RZtVyDIgUeh2I0n85ZMlILXudn +rQ8aLdrm7/Sl4EsQsuma9X3P6l68lOmQKgLw=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=GvHJQ9NTJjHcikoHpQc47QxjkNQ=; b=Y+K5Z qpXOHlkkZJTDvdIANcEFBDvzpo9Wqcsk7e2mK5LTQ3RYv7bpI8qOfeAyIYD0DSIJ ecM1ygT60rCKHxU2RQfue6plzXFjS4Mxy2OLzxAuqsEQ/wmCjFAkDcPHINtxXQgB 8xFcg3++l3AtSlDsZaooDzjB3faORj94c5FweU=
- In-reply-to: <CAHYJk3RU5xa2PU8cw6-HCG=pTbEVximbmxN3eNgKYGaK-=4FgQ@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <150716140036.ZM1636@torch.brasslantern.com> <CAHYJk3RU5xa2PU8cw6-HCG=pTbEVximbmxN3eNgKYGaK-=4FgQ@mail.gmail.com>
Mikael Magnusson wrote on Fri, Jul 17, 2015 at 03:47:56 +0200:
> On Thu, Jul 16, 2015 at 11:00 PM, Bart Schaefer
> <schaefer@xxxxxxxxxxxxxxxx> wrote:
> > fatal: unable to connect to git.code.sf.net:
> > git.code.sf.net[0: 216.34.181.155]: errno=Connection refused
> >
> > The Blog page says:
> >
> > The sourceforge.net website is temporarily in static offline mode.
> > Only a very limited set of project pages are available until the main website returns to service.
>
> Should we set up an official secondary repo, or at least public
> mirrors of all our (the developers') repositories? Eg, either a
> cvs-like repository like the sourceforge one is, or everyone just has
> their own repos somewhere. Or both would be fine too. (Mine is
It's tricky to have a second repository to push commits to. For
example, there is the split-brain problem: what to do if the two master
repositories diverge, and the changes made to one conflict with the
changes made to the other?
Then there is authentication, glue code to keep the two masters in sync,
and so on.
Cheers,
Daniel
> available at http://cgit.mika.l3ib.org/cgit/zsh-cvs/ for example).
> There's also this automatic readonly mirror of the sourceforge repo,
> http://repo.or.cz/w/zsh/mirror.git
>
> --
> Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author