← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:10 | gmcharlt joined #koha | |
00:17 | koha-jenkins | Project Koha_Master_D11_MDB_Latest build #1010: STILL FAILING in 46 min: https://jenkins.koha-community[…]_MDB_Latest/1010/ |
01:30 | pastebot joined #koha | |
04:30 | koha-jenkins joined #koha | |
04:38 | koha-jenkins | Project Koha_Master_D10 build #738: FAILURE in 3 min 9 sec: https://jenkins.koha-community[…]a_Master_D10/738/ |
06:58 | cait joined #koha | |
07:50 | logbot joined #koha | |
10:34 | claw joined #koha | |
10:36 | JBoyer joined #koha | |
14:30 | koha-jenkins joined #koha | |
14:32 | tcohen | lukeg: it looks like jenkins went rogue, restarted it and running tasks again |
14:37 | koha-jenkins | Project Koha_Master build #2114: FAILURE in 6 min 34 sec: https://jenkins.koha-community[…]Koha_Master/2114/ |
14:38 | wajasu | ok. i see now. i need to make changes to /kohadevbox/koha/debian/scripts, then run misc4dev/cp_debian_files.pl to get those copied to /usr/sbin/... then i can "test". |
14:38 | in my kul instance | |
14:40 | tcohen | mtj: jobs on your worker are failing due to spec issues. |
14:40 | koha-jenkins | Project Koha_22.05_U20 build #35: ABORTED in 3 min 21 sec: https://jenkins.koha-community[…]oha_22.05_U20/35/ |
14:41 | tcohen | mtj: https://jenkins.koha-community[…]ster/2114/console |
14:54 | wajasu | tcohen: can we/should we have /kohadevbox/koha/debian/scripts prepended to the PATH defined in files/run.sh and have the /usr/sbin/koha-functions.sh as a link to /kohadevbox/koha/debian/scripts/koha-functions.sh so it would be easier to fix/run those scripts. |
14:55 | if so would/should that be part of koha-gitify? | |
14:56 | tcohen | I don't have brain bandwidth right now to think about it. But, generally, we want KTD to serve as much as possible as a way to test how things would work on a packages-like deployment |
14:56 | that's why we use cp_debian_files.pl | |
14:57 | that said, there's a bug about koha-functions.sh being moved somewhere different | |
14:58 | wajasu | i see its in /usr/share/koha/bin and used as part of the koha package install scripts. |
14:58 | * tcohen | didn't find a better place for it, sorry heh |
14:59 | tcohen | and all koha-* scripts look for it on a fixed path |
14:59 | # include helper functions | |
14:59 | if [ -f "/usr/share/koha/bin/koha-functions.sh" ]; then . "/usr/share/koha/bin/koha-functions.sh" | |
14:59 | wajasu | i see that |
14:59 | tcohen | else echo "Error: /usr/share/koha/bin/koha-functions.sh not present." 1>&2 exit 1 |
15:00 | To discuss this, the best place is bug 31055 | |
15:00 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=31055 enhancement, P5 - low, ---, koha-bugs, RESOLVED WONTFIX, Move koha-functions to /usr/sbin instead of koha/bin |
15:03 | tcohen | wajasu: I think having koha-functions (without .sh) in /usr/sbin would be correct. |
15:04 | wajasu | or /usr/share/koha/lib |
15:07 | no matter. i have to run cp_debian_files.pl in my kul instance. (hoping its idempotent with all that it runs) | |
15:08 | its just a pain for the test plan. (apply patch and run cp_debian_files.pl, then koha-remove). i'll try that. | |
15:11 | koha-jenkins | Yippee, build fixed! |
15:11 | Project Koha_Master_D10 build #739: FIXED in 39 min: https://jenkins.koha-community[…]a_Master_D10/739/ | |
15:11 | wahanui | Congratulations! |
15:18 | koha-jenkins | Yippee, build fixed! |
15:18 | Project Koha_Master_D11_MDB_Latest build #1011: FIXED in 47 min: https://jenkins.koha-community[…]_MDB_Latest/1011/ | |
15:18 | wahanui | Congratulations! |
15:38 | koha-jenkins | Yippee, build fixed! |
15:38 | Project Koha_22.05_U22 build #31: FIXED in 1 hr 6 min: https://jenkins.koha-community[…]oha_22.05_U22/31/ | |
15:38 | wahanui | Congratulations! |
15:52 | koha-jenkins | Project Koha_22.05_U18 build #37: NOW UNSTABLE in 41 min: https://jenkins.koha-community[…]oha_22.05_U18/37/ |
16:30 | Yippee, build fixed! | |
16:30 | Project Koha_22.05_U20 build #36: FIXED in 37 min: https://jenkins.koha-community[…]oha_22.05_U20/36/ | |
16:30 | wahanui | Congratulations! |
17:26 | koha-jenkins | Project Koha_22.05_D11 build #41: NOW UNSTABLE in 1 hr 13 min: https://jenkins.koha-community[…]oha_22.05_D11/41/ |
17:42 | cait joined #koha | |
18:33 | dpk_ joined #koha | |
18:40 | koha-jenkins | Project Koha_Master build #2115: NOW UNSTABLE in 1 hr 13 min: https://jenkins.koha-community[…]Koha_Master/2115/ |
18:47 | lukeg joined #koha | |
18:56 | wajasu | well i got the koha-remove to remove the user without botching the ktd, but one needs to shutdown the apache web server before. then the remove suceeeds in the ktd. |
18:58 | since the kohadev-koha user is removed, the koha-create died when it checked apache, and the kohadev-koha did not exist for apachectl to succeed. so i move the check_apache call right after the adduser. that made that work. | |
19:02 | the zebra, default worker and background_jobs default, indexer startup bythe koha-create, but not the z3950 and sip. koha-create doesn't know that those had been running. so its up to the user to start those. |
← Previous day | Today | Next day → | Search | Index