IRC log for #koha, 2022-06-24

All times shown according to UTC.

Time S Nick Message
01:21 dcook bug 31033
01:21 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=31033 normal, P5 - low, ---, koha-bugs, NEW , SIP2 does not correctly handle multiple simultaneous connections
01:21 dcook Rather interesting...
07:24 ashimema magnuse around?
07:24 ashimema Or any other IRC OP
07:25 ashimema cait is struggling to get in.. claims it's asking for an invite only
07:29 ashimema Confirmed.. I can join as a guest in webchat
07:31 Joubu oops, that's me I guess
07:32 ashimema oh really..
07:32 ashimema i didn't even realise you were a mod/op on irc... haha
07:32 cait joined #koha
07:33 ashimema been playing Joubu?
07:33 cait trying to get rid of me, eh? ;)
07:33 ashimema yeay.. she's back
07:33 Joubu realised this morning we were only two, so decided to add more
07:33 cait the #oftc people were friendly trying to help, but glad we are open again
07:34 ashimema ooh, I see
07:34 ashimema ooh.. I'm  a mod now..
07:34 cait it looks like you set a +i
07:34 * ashimema should probably read up on what that means in case he ever needs it
07:34 cait you guys probably didn't notice as you never leave
07:37 dwfreed joined #koha
07:38 dwfreed abusing my god powers for a moment to point out that the channel is still +m
07:38 Joubu yes, so basically I messed up with the +o command
07:38 Joubu /mod #koha +o ashimema rangi
07:38 Joubu This didn't work
07:38 Joubu should have been:
07:38 Joubu /mod #koha +oo ashimema rangi
07:39 Joubu hence the mode line:
07:39 Joubu (+onimtc ashimema) by Joubu
07:39 Joubu sorry about that
07:39 Joubu I am trying to figure out +onimtc...
07:39 dwfreed do '/mod #koha -m' first so I can speak without having to use powers
07:40 dwfreed +c controls whether colors are allowed; if you don't have any bots that use them, you can probably keep it
07:41 dwfreed +n prevents people who are not in the channel from sending to the channel; it is set by default, because you want it in almost all cases
07:41 dwfreed +m is moderated; people must be voiced (+v) or opped (+o) to be able to speak
07:42 liliputech joined #koha
07:42 Joubu yes, I think we are good now, maybe we could remove -c
07:43 Joubu pfiou, luckily I didn't ban everybody ;)
07:43 dwfreed +i is invite-only; you either need an /invite from an op, or to match an entry in the +I list, in order to join the channel; and +t is only ops can change the channel topic (also generally a good thing, but matters less in small communities)
07:43 Joubu yes, I removed this one already
07:43 Joubu happy Friday morning \o/
07:44 dwfreed I really only came here to point out that http://irc.koha-community.org/ redirects to https://bugs.koha-community.org/ if accessed via IPv6
07:44 Joubu yup, known bug, bug I will email rangi now
07:45 dwfreed cool; if you need any more help with channel management, someone's usually around in #oftc (or will reply within a few hours)
07:46 dwfreed Hope the rest of your day goes well; bye!
07:47 davidnind[m] rangi is "down town" https://twitter.com/ranginui/s[…]25aPinUSIylY8uokw
07:47 cait dwfreed++ :)
07:48 dwfreed left #koha
07:54 ashimema Happy birthday dcook
07:59 liliputech dcook++
08:01 cait does someone know if checking out a specific branch works on sandboxes?
08:17 Joubu cait: yes, and no, it depends on the version
08:18 Joubu I am almost always using the Koha master branch with the ktd master branch
08:18 Joubu if I want to test an older Koha version you should checkout the branch and reset_all. It might complain on missing modules
08:18 Joubu you can install them
08:19 Joubu the other solution is to use the appropriate ktd image, but that requires to shutdown the container
08:21 cait Joubu: I have ktd, so no issue for me so much
08:22 cait I was pondering if we could use a sandbox with 21.05 latest to do some testing/documenting
08:22 cait for peopel without access to a dev env
08:23 liliputech hum, @cait not sure it's possible to launch sandbox with a version different from master. ktd allows this but sandboxes...
08:24 liliputech anyone seen wizzyrea lately?
08:24 * liliputech needs account to publish/announce packages for 21.11.07 :-'
08:28 Joubu cait: I could work, Kyle is adding commit to add missing dependencies
08:28 Joubu I haven't tried recently however
08:28 Joubu s/I/It
08:28 reiveune joined #koha
08:29 m23 joined #koha
08:38 mkun joined #koha
08:39 mkun dear community, i hope to get some advice here
08:39 cait liliputech: have you tried emailing her?
08:40 cait i am not sure if I can add accounts... happy to have a look
08:41 mkun i'm getting an error during the step of upgrading the database. can i post my error here?
08:41 cait liliputech: pm
08:41 cait mkun: you an use paste.koha-community.org if it's a longer one
08:41 cait paste?
08:41 wahanui paste is paste.koha-community.org
08:42 mkun Upgrade to 21.12.00.041 [17:36:01]: Bug 30449 - Check borrower_attribute_types FK constraint ERROR: {UNKNOWN}: The 'borrower_attribute_types' table contains references to invalid category codes: at /usr/share/koha/intranet/cgi-bin/inst​aller/data/mysql/db_revs/211200041.pl line 40. at /usr/share/koha/lib/C4/Installer.pm line 739
08:42 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=30449 minor, P5 - low, ---, m.de.rooy, RESOLVED FIXED, Missing FK constraint on borrower_attribute_types
08:42 mkun while i noticed it is counted as bug, i'm not sure as how to fix it
08:44 cait can you access the db? it sounds to me like borrower_attribute.types contains invalid entries
08:44 cait sorry, borrower_attribute_types has invalid categoy codes - so the FK cannot be added
08:44 cait maybe it refers to patron categories that have already been deleted
08:45 mkun i can access the db and the upgrade ran through and did a bunch of things already, but stopped there
08:46 m23 joined #koha
08:46 cait if you do a select * from borrowr_attribute_types;
08:46 cait does it show you patron category codes that no longer exist?
08:47 mkun Table 'koha_bibi.borrowr_attribute_types' doesn't exist
08:47 mkun is the result
08:47 cait you are missing en e
08:47 cait borrower
08:47 wahanui i heard borrower was the conference
08:47 cait or more... I was missing it
08:49 mkun getting a result but everything shows 0
08:49 mkun except opac_display 1
08:50 cait that's odd
08:51 cait do you have any patron attributes set up?
08:51 mkun not sure about that, didn't set it up originally. can i check that?
08:51 cait administration > patron attributes
08:53 mkun SHOW_BCODEShow barcode on the summary screen items listingsNo limitation
08:53 mkun only 1
08:55 cait hm sorry, not seeing waht could have been wrong there
08:58 dpk_ joined #koha
09:06 ashimema does the magic gmcharlt batsignal still work??
09:07 liliputech chirp chirp ;)
09:09 ashimema lol
09:09 liliputech oh, just got OO email back from gmcharlt, is at ALAA conference
09:09 ashimema so.. whilst I have access via ssh key.. I can't remember my users password on that system so I can't add you an account haha
09:09 ashimema ah,, I see
09:09 liliputech ashimema: a classic ;)
09:09 ashimema Joubu, do you have enough access on download.koha to add an account for liliputech?
09:10 * ashimema hasn't logged into that server in quiet some time
09:11 liliputech wow, so much rain by my place. with thunderstorm and all... that's because I'm trying to release for sure... it's alive, ALIIIIVE X)
09:11 ashimema have oyu got the tar ?
09:11 ashimema I could upload it for you in the interim
09:12 liliputech yup, got that
09:12 ashimema right.. where the best place for me to get you to upload that so I can move it onto download for you..
09:12 ashimema hmm
09:13 ashimema it's ages since I've done this..
09:13 mkun just created https://bugs.koha-community.or[…]_bug.cgi?id=31037 with attachment, in case someone has an idea
09:13 huginn Bug 31037: normal, P5 - low, ---, koha-bugs, NEW , 'borrower_attribute_types' table contains references to invalid category codes
09:13 ashimema so I'd need the tar.gz, tar.gz.MD5, tar.gz.MD5.asc and the .sig
09:15 Joubu ashimema: nope
09:15 liliputech hehe, I'll try to find a place, there are no sensitive information so could be anywhere
09:15 ashimema indeed
09:15 ashimema it's not sensative.. just fairly large
09:15 ashimema might fit in an email attachement maybe?
09:16 ashimema around 80mb right?
09:16 ashimema the largest file
09:17 liliputech won't fit in an email.
09:17 liliputech afaik
09:49 ashimema did I imagine we already had a currency/monetary amount formatter for JS??
09:50 ashimema we have $Price as our tt filter
09:50 ashimema but I though we'd already got a JS one submitted to
09:50 cait hm queston.. 20.11 - link to cash registers on the tools page...
09:50 cait doesn't appear to be there, is that correct and maybe was added later?
09:50 ashimema I think it was
09:51 cait butnot seeing it here either: tools-menu.inc (master)
09:51 ashimema hmm
09:51 ashimema ok
09:52 ashimema there's still a number of refinements in the CM queue
09:52 ashimema I ran out of steam there ☹️
09:53 ashimema bug 27583
09:53 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=27583 enhancement, P5 - low, ---, martin.renvoize, RESOLVED FIXED, Clarify how cash management fits together
09:56 cait ok, I thnk i got it- permissons missing. I removed my superlibrarian in this installation for testing, so didn't see it either
09:57 ashimema bug 24492 actually added it there
09:57 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=24492 enhancement, P5 - low, ---, martin.renvoize, CLOSED FIXED, Add a 'library cashup' workflow to the point of sale system
10:00 cait ashimema: i think we missed the menu still
10:00 cait might be in anothe rpending bug
10:00 ashimema may well have missed the menu
10:01 ashimema I'm working on CM today as it happens to report it and I'll fix it asap
10:01 ashimema right now I'm trying to track down if I ever worked on adding a JS based price formatter..
10:01 ashimema could have sworn I did but I can't for the life of me find it
10:02 oleonard joined #koha
10:03 cait1 joined #koha
10:38 oleonard o/
10:39 ashimema format_price..
10:42 Dyrcona joined #koha
11:02 ashimema anyone here got any test cashups in their dev database who might confirm a weird bug for me?
11:03 oleonard What's the bug ashimema?
11:03 ashimema there's two
11:03 ashimema both related to printing the cashup summary
11:04 ashimema so click through to a register to see it's details.. click the 'Summary' link next to 'Last cashup'..
11:04 ashimema a modal should appear
11:04 ashimema with the option to print it..
11:04 oleonard Yep
11:04 ashimema if I hit print I get chromes print dialogue
11:04 ashimema if I cancel that
11:05 ashimema it immediately triggers the print dialogue again
11:05 oleonard Yeah same in Firefox
11:05 * ashimema now wonders if it's a random chrome bug that one..
11:05 ashimema ok.. not chrome then
11:05 ashimema I'm sure it didn't used to do that ☹️
11:05 ashimema do you happen to have a summary with a feck load of data in it..
11:06 ashimema the second bug is that if the table spans more than a page the printing gets really confused
11:06 ashimema like.. prints two duplicate pages with a seemingly random part of the display table rather than the whole thing
11:06 ashimema it's very odd
11:07 oleonard I don't have a lot of data, but the printout is still two duplicate pages
11:07 ashimema oh really
11:08 ashimema if mine doesn't span  more than one page in the first place it appears to look OK in print preview
11:08 ashimema ok, thanks for varifying
11:08 ashimema time for me to dig into how the feck this stuff works again..
11:08 ashimema 😧
11:08 oleonard I know the feeling... :(
11:09 ashimema hmm..
11:10 ashimema I thought the modal printing code had been expanded beyond CM
11:10 ashimema seems not
11:12 ashimema do we not have any other modals that print?
11:18 cait1 joined #koha
11:19 * oleonard notices we haven't caught up with the fact that rbdigital doesn't really exist anymore...
11:19 ashimema doh.. it's a rebase issue!
11:19 ashimema the JS is duplicated
11:21 tcohen hola #koha
11:23 cait hola tcohen
11:38 tcohen o/
12:02 cait tcohen: ping :)
12:03 oleonard Do we not have a 20.11 release maintainer? Are 20.05 and 19.11 officially EOL?
12:03 cait i think they all are EOL
12:04 * cait is advocating to make 21.11 a extended support one
12:15 ashimema bug 31039
12:15 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=31039 normal, P5 - low, ---, martin.renvoize, Needs Signoff , Rebase issues lead to duplicate JS for cash summary modal printing
12:16 ashimema nice easy signoff for someone with cash transactions in their test data already oleonard 😜
12:16 ashimema as is bug 31038 for that matter
12:16 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=31038 normal, P5 - low, ---, martin.renvoize, Needs Signoff , Amounts in cashup summary modal no longer properly formatted
12:56 ashimema I'm stuck on the annoying weird table getting butchered on print stuff though oleonard.. if you have any thought 😜
13:04 oleonard I'll see what I can see ashimema
13:11 ashimema thanks dude
13:16 oleonard liliputech around?
13:19 oleonard @later tell liliputech Maybe on your list already, but I think 21.11.x needs Bug 29603
13:19 huginn oleonard: The operation succeeded.
13:43 liliputech oleonard-away: is it a blocker? ashimema just pushed the packages for 21.11.07... can it wait 21.11.08?
13:43 liliputech oleonard: ^
13:45 cait anyone an idea about why yarn build might not work on ktd? https://paste.koha-community.org/10316
13:45 Joubu `yarn install` first?
13:46 cait hm never had to do that, but will try
13:46 cait right now resetting everythign to make sure it was not me or I didn#t break something with earlier attempts to fix
13:47 Joubu what were the attempts to fix?
13:47 lukeg joined #koha
13:47 Joubu if nothing is working your best bet is to remove node_modules, then yarn install && yarn build
13:48 cait Joubu: I think i tarted with installing gulp
13:48 cait because it calimed it was missing (I had stopped there last week, just getting back to it)
13:48 cait I'll let you know, maybe it will just work *fingers crossed*
13:48 cait pussing in new images right now
13:49 Joubu yes, but keep in mind that the node_modules are in your koha src dir, so it won't be "reset" by a new ktd image
13:49 cait ah ok
13:50 cait I've never touched those files
13:50 Joubu stay away from them, if I knew...
13:50 Joubu :D
13:50 cait I will
13:51 cait yarn install seems to have done the trick!
13:52 Joubu yarn install will install gulp. If you are seeing a "gulp missing" command and you install it from apt for instance, versions will mismatch and... node does not like that most of the time
13:52 Joubu s/command/error
13:52 cait that's good to know
14:02 tcohen the problem is usually that, in your clone, that nodes_modules might have outdated or version mismatched libraries
14:03 cait Joubu++ tcohen++
14:17 Joubu I am burned for this week, enjoy your weekend #koha!
14:17 paulderscheid[m] u2
14:17 Joubu (erm branch updated with latest code)
14:17 lukeg you too Joubu! :)
14:18 Joubu (full of bugs)
14:20 paulderscheid[m] Joubu: 👍
14:20 paulderscheid[m] Joubu: 😄
14:40 huginn News from kohagit: Bug 29325: (QA follow-up) Tidy up <https://git.koha-community.org[…]5bbe76335ecf57540>
14:40 huginn News from kohagit: Bug 31005: Don't inlcude attributes only required for other categories <https://git.koha-community.org[…]10f13fc6edd86f016>
14:40 huginn News from kohagit: Bug 31005: Unit test <https://git.koha-community.org[…]d023830c49b1f6122>
14:40 huginn News from kohagit: Bug 29325: Fix commit_file.pl <https://git.koha-community.org[…]63b3fc8737781a931>
14:40 huginn News from kohagit: Bug 20395: (follow-up) Change format to use price filter <https://git.koha-community.org[…]b49683d55dbe4d904>
14:40 huginn News from kohagit: Bug 20395: Change paycollect to use Price formatter <https://git.koha-community.org[…]967bbeb75a3f33fec>
14:59 cait tcohen: if you are still around: i know that plugins can "create" APIs - do we have a good example for that?
14:59 cait the idea is to have some additional apis that are missing atm (charging an amount to a patron account) (but maybe I also missed that one!)
15:00 huginn News from kohagit: Bug 29454: (follow-up) Cover more test cases <https://git.koha-community.org[…]80dcbb504c1001dcb>
15:00 huginn News from kohagit: Bug 29454: Add unit test for Koha::Template::Plugin::ItemTypes <https://git.koha-community.org[…]ac95f9006ccf2a425>
15:00 huginn News from kohagit: Bug 29454: Use Koha Cache Memory Lite to stash itemtype descriptions for template... <https://git.koha-community.org[…]25e75e9913db0ee67>
15:02 paulderscheid[m] cait: Hi cait The kitchen sink plugin has a sample implementation of api routes. I think there's nothing else or I didn't come across it yet.
15:02 paulderscheid[m] https://github.com/bywatersolu[…]ns/KitchenSink.pm
15:03 paulderscheid[m] Starting at line 517
15:03 cait paulderscheid[m]: kinda obvious now that you say it :) thx!
15:03 paulderscheid[m] The definition is done inside the openapi.json file.
15:04 paulderscheid[m] Of course it would be great if there was more formal documentation on that topic ^^
15:05 cait paulderscheid[m]: totally agreed
15:13 reiveune bye
15:13 reiveune left #koha
15:17 alohabot 🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  ðŸ¥ðŸŒðŸ¥•
15:18 lukeg joined #koha
15:19 koha-jenkins Project Koha_Master_D9 build #2024: SUCCESS in 40 min: https://jenkins.koha-community[…]a_Master_D9/2024/
15:23 koha-jenkins Project Koha_Master_U20 build #453: SUCCESS in 44 min: https://jenkins.koha-community[…]a_Master_U20/453/
15:27 ashimema best examples for that are on the advent
15:27 ashimema https://koha-community.gitlab.[…]t/2020-12-09-api/
15:34 huginn News from kohagit: Bug 21978: DBRev 22.06.00.006 <https://git.koha-community.org[…]f85f95b4e9f6a62cb>
15:34 huginn News from kohagit: Bug 21978: Schema Update <https://git.koha-community.org[…]b678a2bd8e3a467ae>
15:34 huginn News from kohagit: Bug 21978: Add middle_name to sysprefs.sql <https://git.koha-community.org[…]a9b5a42ddeb0e4f85>
15:34 huginn News from kohagit: Bug 21978: (follow-up) Stop using C4 methods in atomicupdate <https://git.koha-community.org[…]3f2bcace9725ebd02>
15:34 huginn News from kohagit: Bug 21978: (follow-up) Stop passing holdfor_cardnumber <https://git.koha-community.org[…]c40dec0abc614cabe>
15:34 huginn News from kohagit: Bug 21978: Use patron-title for holdfor handling in results <https://git.koha-community.org[…]3857b9a9ef1bb25fc>
15:34 huginn News from kohagit: Bug 21978: Use patron-title.inc in request.tt <https://git.koha-community.org[…]28446bdf0016e5bfc>
15:34 huginn News from kohagit: Bug 21978: Add middle_name into hold request autocomplete <https://git.koha-community.org[…]b54f5c03b5b722e95>
15:34 huginn News from kohagit: Bug 21978: Add support for middle name <https://git.koha-community.org[…]3c17554765579502f>
15:34 huginn News from kohagit: Bug 21978: Add middle_name to api specification <https://git.koha-community.org[…]15fb80027177355e8>
15:34 huginn News from kohagit: Bug 21978: Add middle_name field to the database <https://git.koha-community.org[…]a91416c311c89ccad>
15:40 liliputech joined #koha
15:43 koha-jenkins Project Koha_Master_D11_MDB_Latest build #971: SUCCESS in 1 hr 2 min: https://jenkins.koha-community[…]1_MDB_Latest/971/
15:46 cait ashimema: are they still current enough for use?
15:46 cait (advent)
15:46 ashimema yup
15:47 cait do you think it woudl be hard to add something for charging a fine?
15:48 cait I iagine it woudl be easier than paying etc. because you don't need to 'know' a lot of things
15:48 ashimema to a plugin?
15:49 cait creating an API for that
15:49 cait it's for a printing service that needs to charge for the printing/copying somehow
15:50 cait I wonder if we have other options. I haven't thought about
15:54 koha-jenkins Project Koha_Master_D10 build #696: SUCCESS in 35 min: https://jenkins.koha-community[…]a_Master_D10/696/
16:01 cait left #koha
16:01 koha-jenkins Yippee, build fixed!
16:01 koha-jenkins Project Koha_Master build #2074: FIXED in 1 hr 12 min: https://jenkins.koha-community[…]Koha_Master/2074/
16:01 wahanui Congratulations!
16:04 cait joined #koha
16:10 koha-jenkins Project Koha_Master_U22 build #107: SUCCESS in 46 min: https://jenkins.koha-community[…]a_Master_U22/107/
16:16 alohabot 🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  ðŸ–🧀🥧
16:32 koha-jenkins Project Koha_Master_D12 build #180: UNSTABLE in 37 min: https://jenkins.koha-community[…]a_Master_D12/180/
16:48 koha-jenkins Project Koha_Master_D11_My8 build #884: SUCCESS in 1 hr 4 min: https://jenkins.koha-community[…]ster_D11_My8/884/
16:54 koha-jenkins Project Koha_Master_U20 build #454: SUCCESS in 44 min: https://jenkins.koha-community[…]a_Master_U20/454/
17:02 koha-jenkins Project Koha_22.05_U20 build #16: SUCCESS in 1 hr 1 min: https://jenkins.koha-community[…]oha_22.05_U20/16/
17:08 koha-jenkins Project Koha_Master_D10 build #697: SUCCESS in 35 min: https://jenkins.koha-community[…]a_Master_D10/697/
17:14 lukeg joined #koha
17:22 koha-jenkins Project Koha_Master_D9 build #2025: SUCCESS in 1 hr 20 min: https://jenkins.koha-community[…]a_Master_D9/2025/
17:22 tcohen back, is master ok?
17:22 tcohen heh
17:25 koha-jenkins Project Koha_22.05_U22 build #15: FAILURE in 2 min 48 sec: https://jenkins.koha-community[…]oha_22.05_U22/15/
17:48 fridolin joined #koha
17:54 koha-jenkins Project Koha_Master_U22 build #108: UNSTABLE in 1 hr 5 min: https://jenkins.koha-community[…]a_Master_U22/108/
17:59 lukeg hey oleonard, I'm curious if you see a cover image when you visit this page:
17:59 lukeg https://model.bywatersolutions[…]REF_OPACUserCSS=1
17:59 oleonard Yes
18:00 cait you didn't ask, but I  see it too :)
18:00 cait (got curious
18:00 lukeg very strange to me, I consistently CAN see it in Chrome, but it will never appear in FF
18:00 cait I had that the other day with some text... still have to solve it
18:01 cait I am using Firefox on Linux
18:01 lukeg me too, cait
18:04 oleonard lukeg: Any kind of ad-blocker running?
18:07 koha-jenkins Project Koha_22.05_U18 build #19: STILL UNSTABLE in 1 hr 4 min: https://jenkins.koha-community[…]oha_22.05_U18/19/
18:20 koha-jenkins Project Koha_Master_D11_MDB_Latest build #972: SUCCESS in 35 min: https://jenkins.koha-community[…]1_MDB_Latest/972/
19:00 koha-jenkins Yippee, build fixed!
19:00 koha-jenkins Project Koha_Master_D12 build #181: FIXED in 1 hr 5 min: https://jenkins.koha-community[…]a_Master_D12/181/
19:00 wahanui Congratulations!
19:01 koha-jenkins joined #koha
19:04 koha-jenkins Project Koha_22.05_U22 build #16: STILL FAILING in 3 min 2 sec: https://jenkins.koha-community[…]oha_22.05_U22/16/
19:10 lukeg joined #koha
19:12 lukeg oleonard, good thought but no. No ad blocker
19:28 lukeg joined #koha
19:42 koha-jenkins Project Koha_22.05_U18 build #20: STILL UNSTABLE in 40 min: https://jenkins.koha-community[…]oha_22.05_U18/20/
20:03 koha-jenkins Project Koha_22.05_U20 build #17: SUCCESS in 1 hr 1 min: https://jenkins.koha-community[…]oha_22.05_U20/17/
20:03 koha-jenkins Project Koha_22.05_U20 build #18: SUCCESS in 56 min: https://jenkins.koha-community[…]oha_22.05_U20/18/
20:05 koha-jenkins Project Koha_Master_D11_MDB_Latest build #973: SUCCESS in 1 hr 3 min: https://jenkins.koha-community[…]1_MDB_Latest/973/
21:13 koha-jenkins Project Koha_Master build #2075: UNSTABLE in 1 hr 9 min: https://jenkins.koha-community[…]Koha_Master/2075/
21:19 jeff joined #koha
22:22 koha-jenkins Project Koha_22.05_D11 build #23: STILL UNSTABLE in 1 hr 9 min: https://jenkins.koha-community[…]oha_22.05_D11/23/
23:32 koha-jenkins Project Koha_Master build #2076: STILL UNSTABLE in 1 hr 9 min: https://jenkins.koha-community[…]Koha_Master/2076/

| Channels | #koha index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary