http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7553

Julian Maurice <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Julian Maurice <[email protected]> 2012-02-24 
08:54:25 UTC ---
2 remarks on this new script:

- Because of line 85 "$bugtotest =~ /(....)(.*)/;" and line 87 "if ($bugnumber
=~ /\d{4}/) {" it will only handle bug numbers with 4 digits. It's the most
common case, but if we make the change now, we will not have to do it when we
will reach bug 10000

- "$gitbz = `git bz apply $bugnumber <yyyy`;" Why are you using this file
filled with 'y' characters? Isn't 'yes' doing what you want (`yes | git bz
apply $bugnumber`) ?

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to