Bugzilla : how to mark a file as obsolete
Hello world, It seems that some of you have problem marking an attachment obsolete without attaching another file. I found how to do that a while ago, so, as I know, I share: * go to the bug * on the attachment line, you've 3 links: "file title/description", "Details" and "Diff". Click on Details * when you're on Details page: click on "Edit Details" (that's what is very hidden !)... Gotcha!!! I can obsolete or un-obsolete or update the comment, or add the patch flag!!! * click "submit" at the end of your patch ! (feel free to add this to the wiki if you think it's worth it) -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08
On 16 December 2011 14:08, Paul Poulain <paul.poulain@biblibre.com> wrote:
(feel free to add this to the wiki if you think it's worth it)
Done, and thanks! http://wiki.koha-community.org/wiki/Bugzilla#To_mark_a_patch_obsolete Best regards, Magnus Enger libriotech.no
I think more likely people are forgetful - would be nice to add this to git-bz as a flag so it was "forget proof." Liz Rea lrea@nekls.org On Dec 16, 2011, at 8:18 AM, Magnus Enger wrote:
On 16 December 2011 14:08, Paul Poulain <paul.poulain@biblibre.com> wrote:
(feel free to add this to the wiki if you think it's worth it)
Done, and thanks! http://wiki.koha-community.org/wiki/Bugzilla#To_mark_a_patch_obsolete
Best regards, Magnus Enger libriotech.no _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
Le 16/12/2011 17:22, Liz Rea a écrit :
I think more likely people are forgetful - would be nice to add this to git-bz as a flag so it was "forget proof." ??? git bg attach -e NNNN => the -e will show you the commit, with #obsoletes NNNN at the end. Just remove the # and you'll obsolete the old patches !
Note you must be quick. If you don't do this in less than 20seconds, you'll get a nasty python error -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08
Right you are, I didn't know about that when I sent my message. So - everybody, obsolete your patches when you attach them using git bz! It's easy and fun! Liz Rea lrea@nekls.org On Dec 16, 2011, at 10:30 AM, Paul Poulain wrote:
Le 16/12/2011 17:22, Liz Rea a écrit :
I think more likely people are forgetful - would be nice to add this to git-bz as a flag so it was "forget proof." ??? git bg attach -e NNNN => the -e will show you the commit, with #obsoletes NNNN at the end. Just remove the # and you'll obsolete the old patches !
Note you must be quick. If you don't do this in less than 20seconds, you'll get a nasty python error
-- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08
Liz Rea <lrea@nekls.org>
I think more likely people are forgetful - would be nice to add this to git-bz as a flag so it was "forget proof."
It is already possible with git bz attach -e BUGNUM BRANCHPOINT which is documented on http://wiki.koha-community.org/wiki/Git_bz_configuration#Signing_off but our bugzilla does time out rather swiftly. Hope that informs, -- MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op. http://koha-community.org supporter, web and library systems developer. In My Opinion Only: see http://mjr.towers.org.uk/email.html Available for hire (including development) at http://www.software.coop/
participants (4)
-
Liz Rea -
Magnus Enger -
MJ Ray -
Paul Poulain