From: "Martin Langhoff" <martin.langhoff@gmail.com>
To: "Richard Purdie" <rpurdie@rpsys.net>
Cc: "Jakub Narebski" <jnareb@gmail.com>, git@vger.kernel.org
Subject: Re: Tracability in git commits
Date: Thu, 1 May 2008 13:26:09 +1200 [thread overview]
Message-ID: <46a038f90804301826xaf5d73bl1d29a07bc930a716@mail.gmail.com> (raw)
In-Reply-To: <1209551520.5010.20.camel@dax.rpnet.com>
On Wed, Apr 30, 2008 at 10:32 PM, Richard Purdie <rpurdie@rpsys.net> wrote:
> The project I'm thinking about is OpenEmbedded which used to use
> bitkeeper and switched to monotone when bitkeeper went private only.
Richard,
you might be able to use a slightly tweaked workflow where you
1 - Prepare a GPG-signed list of the commit hashes you are about to push
2 - Push to an "incoming" repository that does weak or no validation
3 - Push/publish your GPG-signed list of commit hashes
4 - A script "pushes" commits from the "incoming" repo to a
"verified" repo after checking that they are backed by a GPG-signed
list. For ease of use, this can happen on the server ASAP, and it can
be validated independently by any party. Notably, it is probably a
good idea that it is validated shortly before a release is tagged.
This way, you keep the flexible/fast properties of git, but use the
SHA1 commit->tree>file relationship plus external wrapper scripts to
add auditing capabilities that are open and repeatable.
So all you need is
- a trivial "push" wrapper that prepares the commits-to-push list and
automates the signing and publishing of the list
- a trivial script to run the migration of verified commits
cheers,
m
--
martin.langhoff@gmail.com
martin@laptop.org -- School Server Architect
- ask interesting questions
- don't get distracted with shiny stuff - working code first
- http://wiki.laptop.org/go/User:Martinlanghoff
next prev parent reply other threads:[~2008-05-01 1:27 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-29 12:55 Tracability in git commits Richard Purdie
2008-04-29 16:08 ` Johannes Schindelin
2008-04-29 21:34 ` Junio C Hamano
2008-04-29 21:56 ` Richard Purdie
2008-04-30 2:51 ` Shawn O. Pearce
2008-04-30 17:33 ` Ping Yin
2008-04-30 19:46 ` Miklos Vajna
2008-05-01 0:28 ` Shawn O. Pearce
2008-05-01 5:09 ` Ping Yin
2008-04-30 10:06 ` Jakub Narebski
2008-04-30 10:32 ` Richard Purdie
2008-05-01 1:26 ` Martin Langhoff [this message]
2008-05-01 7:34 ` Martin Langhoff
2008-05-01 19:03 ` Junio C Hamano
2008-05-01 22:21 ` Martin Langhoff
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=46a038f90804301826xaf5d73bl1d29a07bc930a716@mail.gmail.com \
--to=martin.langhoff@gmail.com \
--cc=git@vger.kernel.org \
--cc=jnareb@gmail.com \
--cc=rpurdie@rpsys.net \
/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 NNTP newsgroup(s).