unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Andy Wingo <wingo@pobox.com>
To: guile-devel <guile-devel@gnu.org>
Subject: syncase-in-boot-9 merged to master; savannah down
Date: Fri, 29 May 2009 16:16:01 +0200	[thread overview]
Message-ID: <m3ab4wouzi.fsf@pobox.com> (raw)

Hey all,

With Ludovic's blessing, I went ahead and merged syncase-in-boot-9 into
master.

Unfortunately I can't push it, because savannah is down. It appears they
have had catastrophic disk failure.

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

Download guile-master.bundle from

    http://wingolog.org/pub/guile-master.bundle

Then verify it:

    git bundle list-heads guile-master.bundle
    git bundle verify guile-master.bundle

The list-heads output should be:

    938d46a35d39ec5d7b5fa858a8783136ce24d10d refs/remotes/origin/master

And then apply:

    git bundle unpack guile-master.bundle

Then you can pull from master from your branches:

    git merge origin/master

You can repeat the first two steps to upload your changes.

Let me know how it goes,

Andy
-- 
http://wingolog.org/




             reply	other threads:[~2009-05-29 14:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-29 14:16 Andy Wingo [this message]
2009-05-30 22:25 ` syncase-in-boot-9 merged to master; savannah down Neil Jerram
2009-05-31 12:17   ` Andy Wingo

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

  List information: https://www.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=m3ab4wouzi.fsf@pobox.com \
    --to=wingo@pobox.com \
    --cc=guile-devel@gnu.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.
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 read-only IMAP folder(s) and NNTP newsgroup(s).