[Bug 22235] New: Make maintenance scripts use koha-sip instead of koha-*-sip
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 Bug ID: 22235 Summary: Make maintenance scripts use koha-sip instead of koha-*-sip Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz Target Milestone: --- -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec@gmail.com, | |kyle@bywatersolutions.com, | |mirko@abunchofthings.net -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 84514 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84514&action=edit Bug 22235: Make maintenance scripts use koha-sip instead of koha-*-sip This patch makes all maintenance scripts use **koha-sip** instead of the old **koha-*-sip** scripts. To test: - Run: $ perl misc4dev/cp_debian_files.pl $ sudo service koha-common stop => SUCCESS: No errors and the SIP-related sevices are stopped $ sudo service koha-common start => SUCCESS: No errors and the SIP-related services are started $ sudo service koha-common restart => SUCCESS: No erros and SIP-related services are running $ sudo koha-create --create-db test $ sudo koha-sip --enable test $ sudo koha-sip --start test $ sudo koha-disable test => SUCCESS: No errors, instance disabled, no SIP running for test - Sign off :-D -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 --- Comment #2 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 84515 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84515&action=edit Bug 22235: (follow-up) Make koha-remove stop SIP server if required -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|koha-bugs@lists.koha-commun |tomascohen@gmail.com |ity.org | Target Milestone|--- |19.05 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18562 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18562 [Bug 18562] Add koha-sip script to handle SIP servers for instances -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 --- Comment #3 from Kyle M Hall <kyle@bywatersolutions.com> --- Getting this error at step 1: root@48864c0cb6e1:kohadevbox$ perl misc4dev/cp_debian_files.pl Cannnot open file No such file or directory at misc4dev/cp_debian_files.pl line 35. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 --- Comment #4 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Kyle M Hall from comment #3)
Getting this error at step 1:
root@48864c0cb6e1:kohadevbox$ perl misc4dev/cp_debian_files.pl Cannnot open file No such file or directory at misc4dev/cp_debian_files.pl line 35.
The instructions were for kohadevbox, that's why they don't work :-/ In koha-testing-docker you need to run like this: root@b2cf8a1790c7:kohadevbox$ cd misc4dev root@b2cf8a1790c7:misc4dev(master)$ perl cp_debian_files.pl --koha_dir /kohadevbox/koha --instance kohadev --gitify_dir /kohadevbox/gitify Thanks for your interest! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22238 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22238 [Bug 22238] Remove koha-*-sip scripts in favor of koha-sip -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #84514|0 |1 is obsolete| | Attachment #84515|0 |1 is obsolete| | --- Comment #5 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 84793 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84793&action=edit Bug 22235: Make maintenance scripts use koha-sip instead of koha-*-sip This patch makes all maintenance scripts use **koha-sip** instead of the old **koha-*-sip** scripts. To test: - Run: $ perl misc4dev/cp_debian_files.pl $ sudo service koha-common stop => SUCCESS: No errors and the SIP-related sevices are stopped $ sudo service koha-common start => SUCCESS: No errors and the SIP-related services are started $ sudo service koha-common restart => SUCCESS: No erros and SIP-related services are running $ sudo koha-create --create-db test $ sudo koha-sip --enable test $ sudo koha-sip --start test $ sudo koha-disable test => SUCCESS: No errors, instance disabled, no SIP running for test - Sign off :-D Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 --- Comment #6 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 84794 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84794&action=edit Bug 22235: (follow-up) Make koha-remove stop SIP server if required Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #84793|0 |1 is obsolete| | --- Comment #7 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 84954 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84954&action=edit Bug 22235: Make maintenance scripts use koha-sip instead of koha-*-sip This patch makes all maintenance scripts use **koha-sip** instead of the old **koha-*-sip** scripts. To test: - Run: $ perl misc4dev/cp_debian_files.pl $ sudo service koha-common stop => SUCCESS: No errors and the SIP-related sevices are stopped $ sudo service koha-common start => SUCCESS: No errors and the SIP-related services are started $ sudo service koha-common restart => SUCCESS: No erros and SIP-related services are running $ sudo koha-create --create-db test $ sudo koha-sip --enable test $ sudo koha-sip --start test $ sudo koha-disable test => SUCCESS: No errors, instance disabled, no SIP running for test - Sign off :-D Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #84794|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 84955 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84955&action=edit Bug 22235: (follow-up) Make koha-remove stop SIP server if required Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com Status|Signed Off |Passed QA --- Comment #9 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Good job, Passing QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick@bywatersolutions.com --- Comment #10 from Nick Clemens <nick@bywatersolutions.com> --- Awesome work all! Pushed to master for 19.05 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #11 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Pushed to 18.11.x for 18.11.03 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #12 from Lucas Gass <lucas@bywatersolutions.com> --- missing 18562, wont backport to 18.05.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 Fridolin SOMERS <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Stable |RESOLVED CC| |fridolin.somers@biblibre.co | |m Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22235 Bug 22235 depends on bug 18562, which changed state. Bug 18562 Summary: Add koha-sip script to handle SIP servers for instances https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18562 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org