After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 744252 - git-bz broken with new bugzilla.gnome.org, can't make as "committed"
git-bz broken with new bugzilla.gnome.org, can't make as "committed"
Status: RESOLVED FIXED
Product: git-bz
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: git-bz-maint
git-bz-maint
Depends on:
Blocks:
 
 
Reported: 2015-02-10 11:38 UTC by Bastien Nocera
Modified: 2015-02-10 13:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2015-02-10 11:38:12 UTC
$ git bz push
Can't mark patch as 'c'; only obsolete is supported on bugzilla.gnome.org

'c' should mark the patch as committed.
Comment 1 Philip Withnall 2015-02-10 12:28:19 UTC
Do you have the fixup commit 8fd018ff0675 in your git-bz, assuming you’re using branch http://cgit.collabora.com/git/user/pwith/git-bz.git?h=bugzilla-4.4?
Comment 2 Bastien Nocera 2015-02-10 12:55:37 UTC
(In reply to Philip Withnall from comment #1)
> Do you have the fixup commit 8fd018ff0675 in your git-bz, assuming you’re
> using branch
> http://cgit.collabora.com/git/user/pwith/git-bz.git?h=bugzilla-4.4?

That branch fixes it, after adding the python-argcomplete module. Note that argument completion doesn't work for me, may be missing something else.
Comment 3 Philip Withnall 2015-02-10 13:25:19 UTC
(In reply to Bastien Nocera from comment #2)
> (In reply to Philip Withnall from comment #1)
> > Do you have the fixup commit 8fd018ff0675 in your git-bz, assuming you’re
> > using branch
> > http://cgit.collabora.com/git/user/pwith/git-bz.git?h=bugzilla-4.4?
> 
> That branch fixes it, after adding the python-argcomplete module. Note that
> argument completion doesn't work for me, may be missing something else.

Cool. Argument completion is still not very well integrated, due to bash-completion being terrible to hook into.

See: https://bugzilla.gnome.org/show_bug.cgi?id=742402#c0