[Koha-bugs] [Bug 30327] Sort component parts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 1 03:43:37 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30327

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #8 from David Nind <david at davidnind.com> ---
>From IRC - oleonard, there is a component parts sample record attached to bug
11175 http://irc.koha-community.org/koha/2022-06-01#i_2427405

If you are using koha-testing-docker to sign off, these are the steps I
normally use (once .env file for koha-testing-docker is setup with Bugzillar
information) - this is so that your sign-off is added to the patch, and appears
on the dashboard:

1. git bz apply bug-number
2. Test and make sure things work as per the test plan.
3. git so 1
4. git bz attach -e bug-number HEAD~1..
5. Remove the # in front of the signoff line (note that there is text added
after the test plan, for example: "Signed-off-by: David Nind
<david at davidnind.com>"), the :wq

Notes: 
- If more than one patch, change: 
  . git so 1 to the number of patches, for example: git so 2
  . HEAD~1.. to the number of patches, for example:  HEAD~2..
- see my cheat sheet https://gitlab.com/-/snippets/1893788

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list