On Wed, Feb 15, 2012 at 03:05:30PM +0100, Sylvestre Ledru wrote:
> Package: git-buildpackage
> Version: 0.5.32
> Severity: normal
> File: /usr/bin/git-dch
> 
> Hello,
> 
> git-dch should accept (or provide an option to manage the following case).
> 
> I have a git repository with the following structure
> mygitrepo.git/mysoftware/debian/
> 
> If I try to use git-dch in mygitrepo.git/mysoftware/
> it is failing with 
> "xxx is not a git repository"
> 
> This assumption is confirmed by looking the code of dch.py:
> 
>         try:
>             repo = DebianGitRepository('.')
>         except GitRepositoryError:
>             raise GbpError, "%s is not a git repository" % 
> (os.path.abspath('.'))

The code is quiet different in current versions. It's still not
possible to use it from a subdirectory but it should be a lot easier to
add now.
 -- Guido



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to