zsh-workers
 help / color / mirror / code / Atom feed
From: Wayne Davison <wayne@thedavisons.net>
To: Simon Ruderich <simon@ruderich.org>
Cc: zsh-workers@zsh.org
Subject: Re: [PATCH] Update FTP/HTTP mirrors.
Date: Fri, 22 Apr 2011 16:40:14 -0700	[thread overview]
Message-ID: <BANLkTik-aBz8ePzRnsBy2Nz9KhZ=03k9YA@mail.gmail.com> (raw)
In-Reply-To: <20110420000607.GB5536@ruderich.org>

On Tue, Apr 19, 2011 at 5:06 PM, Simon Ruderich <simon@ruderich.org> wrote:
> Btw. I'm managing the website changes in a Git repository, do we want to publish
> that somewhere to log the changes and let everybody commit to it?

I (for one) like that idea.  Toward that end, I created an empty git
repo in a dir named "web" (along side the current zsh dir that holds
the mirroring of the cvs repo).  Anyone can pull the (currently empty)
repo like this:

 git clone git://zsh.git.sf.net/gitroot/zsh/web zsh-web

If you want to tweak your git repo's .git/config to match that (but
with an ssh url), you could push what you have that way.  Or you could
run these commands in your repo to setup its origin:

 git remote add origin ssh://USER@zsh.git.sourceforge.net/gitroot/zsh/web
 git config branch.master.remote origin
 git config branch.master.merge refs/heads/master

Then you just need to "git push origin master" (since the first push
needs an explicit branch name to get it started).

..wayne..


  parent reply	other threads:[~2011-04-22 23:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-15 14:46 Simon Ruderich
2011-04-15 15:15 ` Peter Stephenson
2011-04-17 20:31   ` Simon Ruderich
2011-04-18 19:25     ` Peter Stephenson
2011-04-20  0:06       ` Simon Ruderich
2011-04-20  0:14         ` Simon Ruderich
2011-04-22 23:40         ` Wayne Davison [this message]
2011-04-25 13:14           ` Simon Ruderich
2011-04-25 16:24             ` Wayne Davison
2011-04-25 19:22               ` Simon Ruderich
2011-04-30 18:46         ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='BANLkTik-aBz8ePzRnsBy2Nz9KhZ=03k9YA@mail.gmail.com' \
    --to=wayne@thedavisons.net \
    --cc=simon@ruderich.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).