From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20282 invoked by alias); 25 Apr 2011 16:49:24 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29045 Received: (qmail 2964 invoked from network); 25 Apr 2011 16:49:12 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.212.172 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=VbNXprt6y6kHqbc3EOZSg9CygtUWF7VaQPIMYjtdRUg=; b=T7/1Q/C5yTqNzn8g+R7jRV4fnOHSSw43CPYaMTxY91sEaGMDmsqA9pgLa1vkxJLR7E JmU+I7dWWLU4S2vFrvgK2mRjJvQoMh33cF3qJmKX9geor0wOtD+sK4KdJ5y5c15GEak9 LyzDhd0jONlqL3BOW2CFGfungi5yYOrnJ/s3k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=UGwtfMjV7Tlafimdfqy8XR07MtOIu3ZZ9+9If1bEsI1HFQHmG/CdzWP6eAgiuGeQZA /hFEl1K+C55XSZ7qVRjjflRX8AbfThFITeu9jxWZLM+aTxe3wcboQ9GH4YbtYfCZfPSC FN0MJTflO3l06ZNBm8juF5AuUDh8yjpyEhp14= MIME-Version: 1.0 Sender: 4wayned@gmail.com In-Reply-To: <20110425131417.GB16924@ruderich.org> References: <1e35ce203a671039a3ef835fbc6c80c8538ef358.1302878239.git.simon@ruderich.org> <20110415161536.111330c0@pwslap01u.europe.root.pri> <20110417203150.GA24304@ruderich.org> <20110418202547.19a81608@pws-pc.ntlworld.com> <20110420000607.GB5536@ruderich.org> <20110425131417.GB16924@ruderich.org> Date: Mon, 25 Apr 2011 09:24:35 -0700 X-Google-Sender-Auth: BN1fTspH0-ymA7kdHTln-Qxl9Vo Message-ID: Subject: Re: [PATCH] Update FTP/HTTP mirrors. From: Wayne Davison To: Simon Ruderich Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 On Mon, Apr 25, 2011 at 6:14 AM, Simon Ruderich wrote: > I just pushed my commits, please tell me if I missed something. Looks good to me! If you have any tags, be sure to push them in an extra step (git push --tags). If not, you should be all set. ..wayne..