control: severity -1 wishlist
Hi,
On Fri, Sep 07, 2018 at 04:32:45PM +0900, Norbert Preining wrote:
> Package: git-buildpackage
> Version: 0.9.10
> Severity: important
>
> $ gbp push --verbose
> gbp:debug: ['git', 'rev-parse', '--show-cdup']
> gbp:debug: ['git', 'rev-parse', '--is-bare-repository']
> gbp:debug: ['git', 'rev-parse', '--git-dir']
> gbp:debug: ['git', 'symbolic-ref', 'HEAD']
> gbp:debug: ['git', 'show-ref', 'refs/heads/master']
> gbp:debug: ['git', 'config', 'branch.master.remote']
> gbp:debug: ['git', 'config', 'branch.master.merge']
> gbp:debug: ['git', 'tag', '-l', 'debian/3.31.0+dfsg-1']
> gbp:debug: ['git', 'rev-parse', '--quiet', '--verify',
> 'debian/3.31.0+dfsg-1^{commit}']
> gbp:error: revision 'debian/3.31.0+dfsg-1^{commit}' not found
> $
>
> And ... so what?
See the man page.
>
> I don't care whether I have already a debian release tag, I
> want to push the stuff so that I can continue working on a different
> computer.
Than you can use plain "git push". gbp push's aim is to push your
current release. It should push prisitne-tar and upstream branches if
not up to date. If this does not happen it's a bug but pushing non
uptodate debian packaging branch is not the focus.
Cheers,
-- Guido