[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: repo setup for git-buildpackage



On Fri, Jul 25, 2008 at 12:37:55AM +0200, Stéphane Glondu wrote:
> The proper course of action would be to remove approx.git from /git/...,
>  and in a freshly cloned repo, do a "new-d-o-m-git-repo approx".

OK, I've now done this.

The new-d-o-m-git-repo script didn't quite work because the cloned
repo already had a remotes/origin. So the "git remote add origin" on
line 58 failed.  I think this should be changed to

    git remote rm origin || true
    git remote add origin ...

Thanks again.

-- 
Eric Cooper             e c c @ c m u . e d u


Reply to: