From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: syncase-in-boot-9 merged to master; savannah down Date: Sun, 31 May 2009 14:17:24 +0200 Message-ID: References: <87hbz2rzy3.fsf@arudy.ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1243777276 25322 80.91.229.12 (31 May 2009 13:41:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 May 2009 13:41:16 +0000 (UTC) Cc: guile-devel To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun May 31 15:41:12 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MAlHT-00033y-Pw for guile-devel@m.gmane.org; Sun, 31 May 2009 15:41:11 +0200 Original-Received: from localhost ([127.0.0.1]:55092 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MAlHO-0006QT-Nv for guile-devel@m.gmane.org; Sun, 31 May 2009 09:40:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MAlCy-00055V-6f for guile-devel@gnu.org; Sun, 31 May 2009 09:36:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MAlCt-00054R-48 for guile-devel@gnu.org; Sun, 31 May 2009 09:36:15 -0400 Original-Received: from [199.232.76.173] (port=48231 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MAlCt-00054O-07 for guile-devel@gnu.org; Sun, 31 May 2009 09:36:11 -0400 Original-Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:62503 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MAlCs-0000rv-NB for guile-devel@gnu.org; Sun, 31 May 2009 09:36:10 -0400 Original-Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 71AD6B7420; Sun, 31 May 2009 09:36:10 -0400 (EDT) Original-Received: from unquote (unknown [82.123.44.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id B1C61B741F; Sun, 31 May 2009 09:36:08 -0400 (EDT) In-Reply-To: <87hbz2rzy3.fsf@arudy.ossau.uklinux.net> (Neil Jerram's message of "Sat, 30 May 2009 23:25:08 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 00875080-4DE8-11DE-9C23-97731A10BFE7-02397024!a-sasl-fastnet.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8579 Archived-At: Hi Neil, On Sun 31 May 2009 00:25, Neil Jerram writes: > Andy Wingo writes: > >> Hey all, >> >> With Ludovic's blessing, I went ahead and merged syncase-in-boot-9 into >> master. > > Apologies that I haven't reviewed this yet; I am still planning to. Thanks. >> So what I've done is reset my origin/master ref to my master ref: >> >> git update-ref refs/remotes/origin/master `git rev-parse master` >> >> And created a git bundle for the "origin/master" ref : >> >> git bundle create guile-master.bundle --since=10.days origin/master > > Does --since=10.days cover all of the commits that you listed as > wanting review in your review request email? wingo@unquote:~/src/guile$ git bundle verify guile-master.bundle The bundle contains 1 ref 938d46a35d39ec5d7b5fa858a8783136ce24d10d refs/remotes/origin/master The bundle requires these 2 refs ce09ee19892d391f3b2ca13e0616d343929c2c14 add tree-il->glil compilation test suite 58df2e43937bb86fbf751f48db7bf13934d7c87e merge ice-9, srfi, oop makfiles into module makefile guile-master.bundle is okay So if you have those two refs, meaning, if you've done a `git fetch' in the last 10 days, you should be good. Cheers, Andy -- http://wingolog.org/