← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:15 | alexbuckley joined #koha | |
00:56 | inlibro joined #koha | |
01:19 | alexbuckley joined #koha | |
01:56 | inlibro joined #koha | |
02:57 | inlibro joined #koha | |
02:57 | alexbuckley joined #koha | |
03:57 | inlibro joined #koha | |
04:18 | Oak joined #koha | |
04:57 | inlibro joined #koha | |
05:34 | Oak joined #koha | |
05:57 | inlibro joined #koha | |
06:11 | chriss joined #koha | |
06:54 | fridolin joined #koha | |
06:57 | inlibro joined #koha | |
07:11 | did joined #koha | |
07:32 | cait joined #koha | |
07:33 | davidnind joined #koha | |
07:42 | alex_a joined #koha | |
07:42 | alex_a | Bonjour |
07:43 | * dcook | waves |
07:43 | silently complains about C4::Auth heh | |
07:45 | * magnuse | reboots |
07:46 | sophie_m joined #koha | |
07:49 | magnuse joined #koha | |
07:55 | magnuse | \o/ |
07:58 | inlibro joined #koha | |
07:59 | lds joined #koha | |
08:00 | cait1 joined #koha | |
08:11 | cait joined #koha | |
08:11 | cait | good morning #koha |
08:22 | dcook | morning :) |
08:22 | Err evening here | |
08:23 | Oak joined #koha | |
08:26 | paul_p joined #koha | |
08:30 | Oak joined #koha | |
08:34 | dcook | It's nice having some energy in the evening to work on Koha |
08:35 | Not so nice untangling all the weird ways things are done over 20 years of build up heh | |
08:35 | magnuse | think of it as a puzzle ;-) |
08:35 | dcook | No doubt heh |
08:36 | And actually the work I do now I am hoping to feed back into some refactoring.. | |
08:36 | http://localhost:8081/cgi-bin/[…]taff/tools/export is starting to look very similar to http://localhost:8081/cgi-bin/[…]a/tools/export.pl | |
08:37 | Still need to fix a few things in terms of translations (C4::Templates::gettemplate needs some love...) | |
08:37 | Right now just fleshing out the $template a bit.. | |
08:43 | abdullahaltaf joined #koha | |
08:53 | fridolin1 joined #koha | |
08:58 | inlibro joined #koha | |
08:59 | kohaputti joined #koha | |
09:02 | davidnind left #koha | |
09:03 | ashimema | good '#appropriate greeting for your timezone' evenone |
09:03 | * ashimema | is tired today |
09:05 | thought he'd pickup the FQA in the criticals queue... but alas all that's blocking it is missing tests but my brain isn't awake enough yet to write them | |
09:07 | dcook | Maybe I stole some of your energy >_> |
09:07 | ashimema | hehe |
09:07 | good answer on the lists regarding backups of /usr/share btw dcook | |
09:08 | i was kinda gobsmacked by that one | |
09:08 | dcook | Thanks. I know the mentality that thinks that way, but... |
09:08 | ashimema | indeed |
09:10 | magnuse | huh, all my cronjobs are generating lots of this: Loaded DateTime::TimeZone::Europe::Oslo, which is from a different version (2020d) of the Olson database than this installation of DateTime::TimeZone (2019c). |
09:10 | all packages are up to date | |
09:11 | ashimema | interesting |
09:11 | never seen anything like that before | |
09:13 | dcook | Hmm very weird |
09:13 | * dcook | ponders |
09:14 | dcook | i'd google it but maybe you need to re-run a config command? |
09:14 | * dcook | has no idea |
09:16 | magnuse | no luck googling, so far |
09:17 | started after libdatetime-timezone-perl was upgraded | |
09:18 | Unpacking libdatetime-timezone-perl (1:2.09-1+2020d) over (1:2.09-1+2019c) ... | |
09:58 | inlibro joined #koha | |
09:59 | ashimema | @magnuse |
09:59 | huginn | ashimema: I'll give you the answer just as soon as RDA is ready |
09:59 | wahanui | i already had it that way, huginn. |
09:59 | ashimema | we're seeing it with London now too |
09:59 | first server hit just a few minutes ago.. feels like something gone weird upstream | |
10:06 | magnuse | ah, not just me then :-) |
10:06 | dcook | Hmm Debian or Ubuntu? |
10:07 | My Ubuntu 18.04 is fine with the latest version as 1:2.18-1+2018d | |
10:09 | magnuse | Debian for me |
10:10 | 9.13 | |
10:11 | the version you have of libdatetime-timezone-perl might be relevant | |
10:17 | tuxayo | hi #koha :) |
10:17 | magnuse | hiya tuxayo |
10:18 | ashimema: looks like a downgrade to libdatetime-timezone-perl=1:2.09-1+2019c "fixed" it | |
10:20 | ashimema | debian |
10:21 | it was an unattended upgrade overnight that hit us | |
10:25 | dcook | Hmm looks like "Export configuration" might not be showing backups in export.pl? |
10:31 | Hmm anyone familiar with the "-r" flag for perl if? | |
10:32 | Ahh readable probably | |
10:32 | there must be an existing bug for this.. | |
10:33 | I am sure there's one for this.. | |
10:39 | liliputech_asu joined #koha | |
10:39 | liliputech_asu | hi koha :) |
10:41 | alex_a joined #koha | |
10:58 | inlibro joined #koha | |
10:58 | dcook | Holy... Mojolicious really is very fast.. |
10:59 | ashimema | :) |
10:59 | dcook | export.pl took 1.46-1.97 seconds to download a 978KB db backup |
10:59 | ashimema | that's promosing |
10:59 | dcook | My Mojo controller is 22ms-49ms for the same amount of data |
10:59 | ashimema | wow |
10:59 | dcook | Going to double-check these results.. |
10:59 | ashimema | They do like to micro-optimise allot in the Mojo world |
11:00 | dcook | I reckon a lot of it is probably me too heh |
11:00 | I eliminate *a lot* of Koha overhead | |
11:00 | Although.. with those speeds.. | |
11:00 | kohaputti | bugzilla down |
11:00 | dcook | Yeah? |
11:00 | * dcook | didn't even spam it heh |
11:00 | dcook | Hmm yeah not looking good |
11:01 | Yeah the downloads are definitely equivalent. Wow.. | |
11:01 | Bugzilla back it seems? | |
11:01 | kohaputti | I was just gonna comment that the CanBookBeRenewed also doesn't check transfer rules when it checks whether item can fill hold, soo my tiny bug turned now into 3 big bugs :D |
11:02 | dcook | kohaputti: got to love when that happens |
11:02 | ashimema | I always find these benchmarks interesting |
11:02 | https://www.techempower.com/benchmarks/ | |
11:03 | dcook | Hmm I wonder how they actually quantify those.. |
11:03 | "php" is listed at 141 | |
11:03 | nodejs being worse performance than php? | |
11:04 | This seems difficult to believe.. | |
11:04 | ashimema | pass |
11:04 | pretty sure that's the benchmarks the Mojo core team use and work to improve | |
11:04 | dcook | Hmm interesting |
11:04 | I can't believe it's 10pm.. | |
11:04 | Going to pack it in pretty soon, but made so much progress.. | |
11:05 | Just need to do the actual handler for exporting the MARC records heh | |
11:05 | I'm actually doing more copy/paste than I'd like.. | |
11:05 | Might refactor more later.. | |
11:05 | ashimema | exciting work dcook |
11:05 | dcook | I find it super exciting heh |
11:05 | I might actually even tidy things up a bit and post something.. | |
11:06 | I guess I need to "just need" more.. | |
11:06 | A key thing is doing the handler.. | |
11:06 | But I also need to look at C4::Templates.. | |
11:06 | Need to check that this supports translations.. | |
11:07 | There's probably lots of things to talk about too, but having functioning code I reckon is the first step | |
11:07 | Then I can tweak it based on discussions.. | |
11:07 | ashimema | code speaks |
11:07 | :) | |
11:10 | tcohen | morning |
11:20 | dcook | morning tcohen |
11:20 | And totally ashimema | |
11:20 | I suppose we're at a point in the release cycle too where I don't need to rush too much.. | |
11:21 | Feels so close though | |
11:22 | ashimema | QA queue is fairly high again.. would be nice to knock a few more majors into PQA today |
11:22 | * ashimema | is feeling a tad low on motivation today though |
11:22 | * magnuse | cheers ashimema on |
11:23 | sends cookie | |
11:23 | magnuse | s/$/s/ |
11:23 | ashimema | lol.. thanks magnuse |
11:24 | kohaputti | any idea what's lookahead days in group reserves / _Findgroupreserve? |
11:25 | it is used in AND reservedate <= DATE_ADD(NOW(),INTERVAL ? DAY) | |
11:25 | but I don't get the use for this | |
11:26 | how could there be stuff in the db for future | |
11:28 | seems to be related to ConfirmFutureHolds | |
11:29 | hmm, to me this looks just an unused variable | |
11:30 | I cannot figure out how can someone make a hold in future | |
11:30 | magnuse | kohaputti: there are sysprefs called AllowHoldDateInFuture ConfirmFutureHolds OPACAllowHoldDateInFuture |
11:31 | kohaputti | thanks |
11:38 | dcook | ashimema: maybe my motivation is leaking out of me and over to you.. |
11:38 | C4::Templates is just... a garbage fire... O_O | |
11:39 | I suppose actually writing a replacement might be easier.. | |
11:39 | oleonard joined #koha | |
11:40 | dcook | Adapting export.pl to Mojolicious has really been just rewriting all the core bits of Koha.. heh |
11:40 | * dcook | waves to oleonard |
11:40 | oleonard | Hi dcook |
11:40 | vfernandes joined #koha | |
11:41 | ashimema | yeah.. Koha is 'fun' like that at times |
11:41 | often a small thing turns into a really big thing | |
11:42 | dcook | Yup |
11:42 | Although once I solve the language issue... then things should be in a pretty good place | |
11:42 | Although this is still the efforts of one person in his off time and I'm making lots of assumptions and not implementing certain things >_> | |
11:43 | Like login is actually handled by the existing Koha. I just check for an existing login session. otherwise I turf the person back to index.html and the horrors of C4::Auth.pm | |
11:43 | But baby steps >_> | |
11:44 | ashimema | that's certainly the way to do it for now |
11:44 | baby steps as you say | |
11:44 | dcook | The user experience is mostly there still |
11:45 | I figure getting a fairly consistent UX and then re-implementing the features.. | |
11:45 | We can polish it as we go a bit | |
11:45 | And more people can help heh | |
11:46 | I would love to sever the reliance on Apache.. | |
11:46 | ashimema | +1 |
11:52 | khall_ joined #koha | |
11:53 | cait1 joined #koha | |
11:58 | inlibro joined #koha | |
12:02 | dcook | Bug 26791 |
12:02 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=26791 enhancement, P5 - low, ---, dcook, NEW , Build Mojolicious controller replacement for export.pl |
12:02 | dcook | Kewl |
12:03 | The database backup export works, but I have yet to do the bib/auth record export | |
12:03 | And yeah.. need to write a Koha::Template to replace C4::Templates so that translations will work.. | |
12:04 | Annnd already noticed some code cleanup I forgot to do heh | |
12:05 | 9 files changed, 478 insertions(+), 6 deletions(-) | |
12:05 | Pretty good for not much code | |
12:13 | magnuse | dcook++ |
12:13 | dcook | thanks :) |
12:13 | It works in CGI mode too :D | |
12:15 | So once I get it done, it should be able to be just rolled out to everyone with no worries | |
12:15 | Buut 11:15pm. time for me to log off heh | |
12:15 | ciao all | |
12:16 | tuxayo | ciao dcook o/ |
12:19 | magnuse | have fun dcook |
12:39 | khall joined #koha | |
12:44 | tcohen | bye dcook |
12:51 | huginn | News from kohagit: Bug 27021: Make chaining ->empty always return an empty resultset <http://git.koha-community.org/[…]18bfd964aebda3a0a> |
12:51 | News from kohagit: Bug 27021: Regression tests <http://git.koha-community.org/[…]878e1d453ba8c7635> | |
12:51 | News from kohagit: Bug 25761: (QA follow-up) Consistent flag names <http://git.koha-community.org/[…]128fd5693f795fe17> | |
12:51 | News from kohagit: Bug 27012: Add test for C4::Reserves::MergeHolds <http://git.koha-community.org/[…]ab3d6816ada4c3491> | |
12:51 | News from kohagit: Bug 27012: Fix incorrect SQL syntax in hold merging <http://git.koha-community.org/[…]73e5eeaf531dadeac> | |
12:51 | News from kohagit: Bug 18267: Refactored Edifact Price Calculations <http://git.koha-community.org/[…]14389c66351b16f33> | |
12:51 | News from kohagit: Bug 25761: Implementation of too_many_overdue has unintended consequences <http://git.koha-community.org/[…]8690344f04aef6c54> | |
12:58 | inlibro joined #koha | |
13:02 | paul_p joined #koha | |
13:10 | fridolin joined #koha | |
13:36 | koha-jenkins | Project Koha_Master_U16 build #130: SUCCESS in 45 min: https://jenkins.koha-community[…]a_Master_U16/130/ |
13:38 | Project Koha_Master_D11 build #143: STILL UNSTABLE in 47 min: https://jenkins.koha-community[…]a_Master_D11/143/ | |
13:38 | Project Koha_Master_U2010 build #51: SUCCESS in 47 min: https://jenkins.koha-community[…]_Master_U2010/51/ | |
13:39 | ashimema | no-one fancy testing bug 26518 ? |
13:39 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=26518 major, P5 - low, ---, jonathan.druart, Needs Signoff , Adding a record can succeed even if adding the biblioitem fails |
13:43 | Joubu | @later tell amoyano What about bug 23215 comment 2? |
13:43 | huginn | Joubu: The operation succeeded. |
13:45 | Joubu | ashimema: on a QA run? :) |
13:45 | ashimema | Hmm, I wonder if we could check the sysprefs at upgrade and either grab the plugin or highlight to the user they need to grab the plugin for that functionality to work |
13:46 | ish | |
13:46 | trying to work through the majors and criticals Joubu | |
13:46 | some of those have been ignored for a bit too long :( | |
13:46 | Joubu | you couldn't have a better idea! :) |
13:46 | ashimema | :) |
13:46 | not just a pretty face :P | |
13:52 | jtmlis | bonjour tuxayo |
13:52 | hey ashimema | |
13:52 | wahanui | ashimema is literally just writing up the release anouncement ;) |
13:52 | tuxayo | salut jtmlis :) |
13:54 | koha-jenkins | Project Koha_Master_D9_My8 build #466: SUCCESS in 1 hr 2 min: https://jenkins.koha-community[…]aster_D9_My8/466/ |
13:55 | ashimema | hi jtmlis |
13:56 | jtmlis | hey, looking forward to reading it. |
13:57 | ashimema | hlol |
13:57 | wahanui forget | |
13:57 | wahanui | ashimema: what? |
13:57 | ashimema | wahanui forget ashimema |
13:57 | wahanui | ashimema: I forgot ashimema |
13:57 | ashimema | jtmlis, remind me.. from canada right? |
13:59 | inlibro joined #koha | |
14:02 | kohaputti | starting refactoring CanBookBeRenewed: bug 27032 |
14:02 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=27032 enhancement, P5 - low, ---, joonas.kylmala, NEW , CanBookBeRenewed is not understandable and needs refactoring |
14:02 | kohaputti | There is still a lot to improve so I welcome more patches to the bug report |
14:05 | khall joined #koha | |
14:06 | jtmlis | ashimema: yup, on the border between French Canada and English Canada where the Capital is |
14:06 | ashimema: where are you chatting from? | |
14:07 | ashimema | I'm in near London, UK |
14:07 | bug 24810 might have your name all over it ;) | |
14:07 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=24810 trivial, P5 - low, ---, koha-bugs, NEW , French SQL files for "news" contain "Welcome into Koha 3!" |
14:07 | ashimema | easy string fix for someone who speaks french and english ;) |
14:07 | :P | |
14:09 | jtmlis | lol, yes I will look at it. |
14:09 | ashimema | :D |
14:10 | * ashimema | is happy to offer any assistance, guidance |
14:10 | ashimema | Joubu may even consider it this cycle (i.e. in the next few days) |
14:11 | jtmlis | thanks, just assigned it to myself. I will reach out if I need help. |
14:11 | tuxayo | Yay, that's a nice starter |
14:12 | ashimema | nice one |
14:16 | kohaputti | ashimema, would you be interested in checking out the refactoring bug I mentioned above and maybe submitting some improvements? But I'm feeling also like maybe we should try to get some small changes in because that function is in the hotpath |
14:17 | so I'm wondering whether to set it as needs sign-off or make it more prettier before that | |
14:19 | ashimema | deffo up near the top of my list kohaputti; but right at the minute I'm concentrating on helping get the last criticals and majors through QA for release ;) |
14:19 | will refocus back to enhancements, especially refactoring efforts once the release is settled down ;) | |
14:20 | kohaputti | this started from the bug 26659 which is major was planned for 20.11 but without refactoring I don't think I'm able to resolve it |
14:20 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=26659 major, P5 - low, ---, koha-bugs, Failed QA , An item can be renewed even if there are holds waiting to be filled |
14:20 | ashimema | looks like a great start though.. :) |
14:20 | ah, yes.. | |
14:20 | I see | |
14:20 | kohaputti | but doing this big refactoring for 20.11 is also risky |
14:21 | more bugs might appear | |
14:21 | ashimema | ok.. I'll take a look a bit later this afternoon.. |
14:21 | gotta go pick up the kids first ;) | |
14:21 | kohaputti | anyway, the issue has been there for years so why not a few more |
14:21 | (the renewal issue) | |
14:22 | ashimema | lol |
14:23 | koha-jenkins | Project Koha_Master_D9_MDB_Latest build #443: UNSTABLE in 46 min: https://jenkins.koha-community[…]9_MDB_Latest/443/ |
14:26 | Project Koha_Master_U20 build #146: SUCCESS in 48 min: https://jenkins.koha-community[…]a_Master_U20/146/ | |
14:30 | Project Koha_Master_D9 build #1497: SUCCESS in 51 min: https://jenkins.koha-community[…]a_Master_D9/1497/ | |
14:32 | lukeG joined #koha | |
14:44 | Joubu | ashimema: could you add 26986 to your list? |
14:45 | ashimema | will do |
14:45 | lukeG | Joubu++ |
14:50 | koha-jenkins | Project Koha_Master_D10 build #408: SUCCESS in 55 min: https://jenkins.koha-community[…]a_Master_D10/408/ |
14:59 | inlibro joined #koha | |
15:06 | koha-jenkins | Project Koha_Master_D10_Deps build #139: SUCCESS in 43 min: https://jenkins.koha-community[…]ter_D10_Deps/139/ |
15:11 | dcook_ joined #koha | |
15:13 | fridolin | Bug 26991 for ES lovers |
15:13 | huginn | Bug http://bugs.koha-community.org[…]_bug.cgi?id=26991 enhancement, P5 - low, ---, fridolin.somers, Needs Signoff , Add action logs to search engine administration |
15:13 | fridolin | kidclamp: ? |
15:16 | koha-jenkins | Project Koha_Master_U18 build #949: SUCCESS in 49 min: https://jenkins.koha-community[…]a_Master_U18/949/ |
15:19 | Project Koha_Master_U20 build #147: SUCCESS in 49 min: https://jenkins.koha-community[…]a_Master_U20/147/ | |
15:26 | * kidclamp | waves |
15:26 | Dyrcona joined #koha | |
15:31 | sophie_m joined #koha | |
15:44 | koha-jenkins | Yippee, build fixed! |
15:44 | wahanui | Congratulations! |
15:44 | koha-jenkins | Project Koha_20.05_U20 build #160: FIXED in 38 min: https://jenkins.koha-community[…]ha_20.05_U20/160/ |
15:46 | Yippee, build fixed! | |
15:46 | wahanui | Congratulations! |
15:46 | koha-jenkins | Project Koha_20.05_U18 build #125: FIXED in 56 min: https://jenkins.koha-community[…]ha_20.05_U18/125/ |
15:59 | inlibro joined #koha | |
16:05 | koha-jenkins | Yippee, build fixed! |
16:05 | wahanui | Congratulations! |
16:05 | koha-jenkins | Project Koha_20.05_U16 build #120: FIXED in 46 min: https://jenkins.koha-community[…]ha_20.05_U16/120/ |
16:25 | Yippee, build fixed! | |
16:25 | wahanui | Congratulations! |
16:25 | koha-jenkins | Project Koha_20.05_D9 build #125: FIXED in 41 min: https://jenkins.koha-community[…]oha_20.05_D9/125/ |
16:36 | lukeG joined #koha | |
16:44 | koha-jenkins | Yippee, build fixed! |
16:44 | wahanui | Congratulations! |
16:44 | koha-jenkins | Project Koha_20.05_D9_My8 build #122: FIXED in 57 min: https://jenkins.koha-community[…]20.05_D9_My8/122/ |
16:47 | Project Koha_20.05_D11 build #65: NOW UNSTABLE in 1 hr 31 min: https://jenkins.koha-community[…]oha_20.05_D11/65/ | |
16:51 | fridolin left #koha | |
16:57 | cait joined #koha | |
16:59 | inlibro joined #koha | |
17:03 | khall joined #koha | |
17:14 | severine_q joined #koha | |
17:14 | severine_q | hello everyone ! |
17:15 | caroline | hi severine_q! |
17:16 | severine_q | hey caroline :) |
17:17 | I've got a (new) issue I want to submit to community :) | |
17:17 | When I run a speific report in Koha, II see results but when I downoload it (any format), files are empty | |
17:18 | downloads with other reports are ok | |
17:19 | it' the first time I face it, everything seems fine in the sql | |
17:19 | anyone already face this problem ? | |
17:23 | liliputech_asu | hi severine_q , long time no see :) |
17:24 | severine_q: never seen a problem like that before! | |
17:25 | severine_q | hi liliputech_asu :) |
17:25 | yeah, it's been a while ! | |
17:25 | strange isn't it ? | |
17:26 | liliputech_asu | heard you got quite a nice event in your life o:) |
17:26 | "felicitation!" | |
17:27 | severine_q | thanks a lot !! |
17:28 | liliputech_asu | also I should probably say "bon courage" ;) |
17:30 | koha-jenkins | Yippee, build fixed! |
17:30 | wahanui | Congratulations! |
17:30 | koha-jenkins | Project Koha_20.05_D10 build #119: FIXED in 42 min: https://jenkins.koha-community[…]ha_20.05_D10/119/ |
17:30 | severine_q left #koha | |
17:30 | severine_q joined #koha | |
17:33 | koha-jenkins | Project Koha_20.05_D9_My8 build #123: SUCCESS in 48 min: https://jenkins.koha-community[…]20.05_D9_My8/123/ |
17:33 | severine_q joined #koha | |
17:43 | cait joined #koha | |
17:47 | tmcmahon joined #koha | |
17:49 | tmcmahon joined #koha | |
17:59 | inlibro joined #koha | |
18:13 | koha-jenkins | Yippee, build fixed! |
18:13 | wahanui | Congratulations! |
18:13 | koha-jenkins | Project Koha_20.05_U2010 build #7: FIXED in 43 min: https://jenkins.koha-community[…]ha_20.05_U2010/7/ |
18:29 | khall joined #koha | |
18:38 | pabloab joined #koha | |
18:56 | koha-jenkins | Project Koha_20.05_D9 build #126: SUCCESS in 49 min: https://jenkins.koha-community[…]oha_20.05_D9/126/ |
18:57 | Project Koha_20.05_D9_My8 build #124: SUCCESS in 50 min: https://jenkins.koha-community[…]20.05_D9_My8/124/ | |
18:59 | inlibro joined #koha | |
19:01 | koha-jenkins | Project Koha_20.05_U16 build #121: SUCCESS in 53 min: https://jenkins.koha-community[…]ha_20.05_U16/121/ |
19:20 | alexbuckley joined #koha | |
19:33 | paul_p joined #koha | |
19:38 | koha-jenkins | Project Koha_20.05_U20 build #161: UNSTABLE in 42 min: https://jenkins.koha-community[…]ha_20.05_U20/161/ |
19:42 | Project Koha_20.05_U18 build #126: SUCCESS in 45 min: https://jenkins.koha-community[…]ha_20.05_U18/126/ | |
19:45 | Project Koha_20.05_D11 build #66: STILL UNSTABLE in 1 hr 31 min: https://jenkins.koha-community[…]oha_20.05_D11/66/ | |
19:58 | Project Koha_20.05_D9 build #127: UNSTABLE in 56 min: https://jenkins.koha-community[…]oha_20.05_D9/127/ | |
20:00 | inlibro joined #koha | |
20:03 | aleisha joined #koha | |
20:03 | aleisha | hi |
20:04 | jtmlis | hi aleisha |
20:27 | koha-jenkins | Project Koha_20.05_U16 build #122: SUCCESS in 44 min: https://jenkins.koha-community[…]ha_20.05_U16/122/ |
20:28 | Project Koha_20.05_D10 build #120: SUCCESS in 43 min: https://jenkins.koha-community[…]ha_20.05_D10/120/ | |
20:28 | lukeG1 joined #koha | |
20:33 | hayley joined #koha | |
20:41 | koha-jenkins | Project Koha_20.05_D9_My8 build #125: UNSTABLE in 1 hr 2 min: https://jenkins.koha-community[…]20.05_D9_My8/125/ |
20:50 | Yippee, build fixed! | |
20:50 | wahanui | Congratulations! |
20:50 | koha-jenkins | Project Koha_20.05_U20 build #162: FIXED in 51 min: https://jenkins.koha-community[…]ha_20.05_U20/162/ |
21:00 | inlibro joined #koha | |
21:11 | koha-jenkins | Project Koha_20.05_U2010 build #8: SUCCESS in 43 min: https://jenkins.koha-community[…]ha_20.05_U2010/8/ |
21:12 | Project Koha_20.05_U18 build #127: SUCCESS in 44 min: https://jenkins.koha-community[…]ha_20.05_U18/127/ | |
21:14 | Project Koha_20.05_D9_My8 build #126: FAILURE in 2 min 25 sec: https://jenkins.koha-community[…]20.05_D9_My8/126/ | |
21:31 | Project Koha_20.05_D9 build #128: STILL UNSTABLE in 50 min: https://jenkins.koha-community[…]oha_20.05_D9/128/ | |
21:44 | Project Koha_20.05_U16 build #123: SUCCESS in 54 min: https://jenkins.koha-community[…]ha_20.05_U16/123/ | |
21:51 | sonOfRa joined #koha | |
21:58 | koha-jenkins | Project Koha_20.05_U20 build #163: SUCCESS in 43 min: https://jenkins.koha-community[…]ha_20.05_U20/163/ |
22:00 | inlibro joined #koha | |
22:12 | dcook | Did I hear that jtmlis is Canadian? |
22:16 | koha-jenkins | Project Koha_20.05_U18 build #128: SUCCESS in 45 min: https://jenkins.koha-community[…]ha_20.05_U18/128/ |
22:21 | dcook | Oh I forgot that Mirko disappeared so I suppose his patches are there to be rescued.. |
22:42 | koha-jenkins | Project Koha_20.05_D11 build #67: STILL UNSTABLE in 1 hr 31 min: https://jenkins.koha-community[…]oha_20.05_D11/67/ |
22:43 | Yippee, build fixed! | |
22:43 | wahanui | Congratulations! |
22:43 | koha-jenkins | Project Koha_20.05_D9_My8 build #127: FIXED in 59 min: https://jenkins.koha-community[…]20.05_D9_My8/127/ |
22:44 | Yippee, build fixed! | |
22:44 | wahanui | Congratulations! |
22:44 | koha-jenkins | Project Koha_20.05_D9 build #129: FIXED in 45 min: https://jenkins.koha-community[…]oha_20.05_D9/129/ |
23:00 | inlibro joined #koha | |
23:02 | koha-jenkins | Project Koha_20.05_U16 build #124: SUCCESS in 45 min: https://jenkins.koha-community[…]ha_20.05_U16/124/ |
23:25 | Project Koha_20.05_D10 build #121: SUCCESS in 43 min: https://jenkins.koha-community[…]ha_20.05_D10/121/ | |
23:29 | Project Koha_20.05_U18 build #129: SUCCESS in 44 min: https://jenkins.koha-community[…]ha_20.05_U18/129/ | |
23:34 | Project Koha_20.05_U20 build #164: SUCCESS in 50 min: https://jenkins.koha-community[…]ha_20.05_U20/164/ | |
23:58 | Project Koha_20.05_D9_My8 build #128: SUCCESS in 55 min: https://jenkins.koha-community[…]20.05_D9_My8/128/ |
← Previous day | Today | Next day → | Search | Index