All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Roskin <proski@gnu.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Cc: "Centurion Computer Technology \(2005\) Ltd" <daniel@centurion.net.nz>
Subject: Re: Debian Packaging
Date: Mon, 07 Jan 2008 20:03:14 -0500	[thread overview]
Message-ID: <1199754194.7072.11.camel@dv> (raw)
In-Reply-To: <1199744773.7308.86.camel@localhost.localdomain>

On Tue, 2008-01-08 at 11:26 +1300, Centurion Computer Technology (2005)
Ltd wrote:

> Hopefully Pavel can enlighten us on how  this relates to CVS.  I thought
> everything was/had moved to git.  I assume that if youa dd it to CVS
> then it will be magically replicated in the git repository

There is no magic here.  I just run a simple script from time to time
(it's not even a cron job).  I cannot promise that it will happen
forever.

I suggest that you don't rely on the git repository as it is now.  I
don't want to be in the position that others depend on me running
something every day or on my machine being up and running.

If you really need a git repository, I suggest that you make your own
mirror or take over the mirroring process on repo.or.cz and make it
automatic.  You'll need a user account on repo.or.cz for the later.

Just in case, that's the script I'm using:

#!/bin/sh

GRUB2_GIT_DIR=/home/proski/src/grub2-git
GRUB2_CVS_AUTHORS=/home/proski/local/grub-cvs-authors
GRUB2_CVS_ROOT=:pserver:anoncvs@cvs.savannah.gnu.org:/cvsroot/grub
GRUB2_GIT_REPO=git+ssh://repo.or.cz/srv/git/grub2.git

cd "$GRUB2_GIT_DIR"
git-cvsimport -d "$GRUB2_CVS_ROOT" -C "$GRUB2_GIT_DIR" -k -u -A \
  "$GRUB2_CVS_AUTHORS" -a grub2

git-update-server-info
git-gc --prune
git-push --all "$GRUB2_GIT_REPO"

-- 
Regards,
Pavel Roskin



  reply	other threads:[~2008-01-08  1:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-07 19:51 Debian Packaging Centurion Computer Technology (2005) Ltd
2008-01-07 22:00 ` Robert Millan
2008-01-07 22:06   ` Centurion Computer Technology (2005) Ltd
2008-01-07 22:13     ` Robert Millan
2008-01-07 22:26       ` Centurion Computer Technology (2005) Ltd
2008-01-08  1:03         ` Pavel Roskin [this message]
2008-01-08  9:11         ` Robert Millan
  -- strict thread matches above, loose matches on Subject: below --
2009-02-09 23:28 debian packaging Mike Turquette
2009-02-10  2:56 ` Robert Schuster
2009-02-13 20:52   ` Rodrigo Vivi

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=1199754194.7072.11.camel@dv \
    --to=proski@gnu.org \
    --cc=daniel@centurion.net.nz \
    --cc=grub-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.