Time |
S |
Nick |
Message |
00:01 |
|
|
alexbuckley joined #koha |
00:29 |
|
|
fridolin joined #koha |
00:34 |
|
tuxayo |
* how to see background_jobs/batch_biblio_record_deletion.inc ? |
04:00 |
|
koha-jenkins |
Project Koha_21.11_U18_ES6 build #4: SUCCESS in 1 hr 18 min: https://jenkins.koha-community[…]_21.11_U18_ES6/4/ |
04:45 |
|
|
MarkHofstetter joined #koha |
04:53 |
|
|
MarkHofstetter joined #koha |
05:03 |
|
koha-jenkins |
Project Koha_22.05_U18 build #6: STILL UNSTABLE in 38 min: https://jenkins.koha-community[…]Koha_22.05_U18/6/ |
05:05 |
|
koha-jenkins |
Project Koha_21.11_D10_ES6 build #3: UNSTABLE in 1 hr 5 min: https://jenkins.koha-community[…]_21.11_D10_ES6/3/ |
05:17 |
|
|
MarkHofstetter joined #koha |
05:20 |
|
koha-jenkins |
Project Koha_Master_D10 build #680: SUCCESS in 55 min: https://jenkins.koha-community[…]a_Master_D10/680/ |
05:45 |
|
koha-jenkins |
Project Koha_Master_D9 build #2002: SUCCESS in 42 min: https://jenkins.koha-community[…]a_Master_D9/2002/ |
05:49 |
|
|
m23 joined #koha |
05:54 |
|
|
cait joined #koha |
06:05 |
|
koha-jenkins |
Project Koha_21.11_U18 build #95: SUCCESS in 59 min: https://jenkins.koha-community[…]oha_21.11_U18/95/ |
06:08 |
|
|
fridolin joined #koha |
06:10 |
|
koha-jenkins |
Project Koha_21.11_D10 build #105: SUCCESS in 50 min: https://jenkins.koha-community[…]ha_21.11_D10/105/ |
06:15 |
|
koha-jenkins |
Project Koha_20.05_D10 build #346: FAILURE in 10 min: https://jenkins.koha-community[…]ha_20.05_D10/346/ |
06:18 |
|
koha-jenkins |
Project Koha_21.05_D10 build #268: SUCCESS in 32 min: https://jenkins.koha-community[…]ha_21.05_D10/268/ |
06:21 |
|
|
marcelr joined #koha |
06:21 |
|
marcelr |
hi #koha |
06:28 |
|
|
reiveune joined #koha |
06:29 |
|
koha-jenkins |
Project Koha_21.11_D9 build #84: SUCCESS in 1 hr 3 min: https://jenkins.koha-community[…]Koha_21.11_D9/84/ |
06:29 |
|
reiveune |
hello |
06:31 |
|
Joubu |
dcook: see webpack.config.js |
06:32 |
|
dcook |
Joubu: ..ok? |
06:33 |
|
Joubu |
webpack is the tool used to bundle the JS files (and so vue files) |
06:33 |
|
Joubu |
wasn't it your question? |
06:33 |
|
Joubu |
"I suppose I meant more in terms of server-side things like compiling Vue files" |
06:34 |
|
Joubu |
tuxayo: not dead code, it's the template part for Koha::BackgroundJob::BatchDeleteBiblio |
06:37 |
|
dcook |
Joubu: I suppose what I'm looking for is a set of step-by-step instructions I can use to get there without having to think at all ;) |
06:37 |
|
dcook |
Like our regular test plans |
06:37 |
|
dcook |
I don't know anything about webpack |
06:38 |
|
dcook |
I've cloned your git repo, checked out the branch, and that's how far I'm at so far |
06:39 |
|
Joubu |
yarn install && yarn build_js |
06:39 |
|
magnuse |
\o/ |
06:39 |
|
dcook |
Joubu: Cheers :D |
06:39 |
|
dcook |
Oh crumbs.. I'm on the wrong koha-testing-docker.. ah well |
06:40 |
|
dcook |
You've caught me at a good time |
06:40 |
|
Joubu |
`yarn watch_js` is useful for dev |
06:40 |
|
dcook |
Too late in the work day to really start anything new |
06:40 |
|
dcook |
yarn watch_js in lieu of yarn build_js or in addition to? |
06:41 |
|
Joubu |
build_js will generate the compiled version, and exit; watch_js will generate it but will watch the files, if one changed, it will update compiled file |
06:41 |
|
Joubu |
the* |
06:42 |
|
dcook |
kewl |
06:42 |
|
magnuse |
dcook: we have some sites where the scripts that have a ProxyPass in apache-shared-intranet-plack.conf give a 500 error when you just visit the page. if we comment out the ProxyPass it starts working... |
06:42 |
|
Joubu |
dcook: you need node 14 |
06:42 |
|
dcook |
Joubu: You're killing me here haha |
06:42 |
|
Joubu |
(ie. not 12, no idea for 16) |
06:42 |
|
koha-jenkins |
Project Koha_21.05_D9 build #190: UNSTABLE in 43 min: https://jenkins.koha-community[…]oha_21.05_D9/190/ |
06:43 |
|
dcook |
Looks like I was testing on Ubuntu 20.04 so that's not promising for using koha-testing-docker... |
06:43 |
|
dcook |
Why are you targeting node 14? |
06:43 |
|
Joubu |
see commit "yarn.lock - Update to Node14" |
06:43 |
|
Joubu |
Vue 3.2.34 required Node14 |
06:44 |
|
Joubu |
and Node 12 is eol |
06:44 |
|
dcook |
Oh wait that's just for the build though right? |
06:44 |
|
dcook |
Since we're not doing any JS server-side |
06:44 |
|
Joubu |
yes, for the build_js |
06:44 |
|
dcook |
Riiight. Ok less of a big deal then. |
06:44 |
|
dcook |
is there a clean command? I ran those using Node 12 |
06:44 |
|
Joubu |
the commit above :) |
06:45 |
|
Joubu |
npm install -g n |
06:45 |
|
Joubu |
sudo n 14 |
06:45 |
|
dcook |
Making me work for it haha |
06:45 |
|
* dcook |
looks at magnuse's thing quick |
06:45 |
|
dcook |
magnuse: Do you mean the scripts that aren't proxied? |
06:46 |
|
magnuse |
no, the scripts that are proxied give an error |
06:46 |
|
Joubu |
magnuse: which scripts? did you notice we removed some in the last versions? |
06:46 |
|
magnuse |
e.g. "stage marc records" |
06:46 |
|
Joubu |
ha, not this one |
06:46 |
|
dcook |
I'm so confused.. |
06:46 |
|
Joubu |
which error? |
06:46 |
|
dcook |
"stage marc records" isn't proxied |
06:47 |
|
Joubu |
? |
06:47 |
|
dcook |
Joubu: magnuse is saying he gets a 500 ISE for those |
06:47 |
|
magnuse |
https://git.koha-community.org[…]tranet-plack.conf |
06:47 |
|
magnuse |
ProxyPass "/cgi-bin/koha/tools/stage-marc-import.pl" "!" |
06:47 |
|
Joubu |
debian/templates/apache-shared-intranet-plack.conf: ProxyPass "/cgi-bin/koha/tools/stage-marc-import.pl" "!" |
06:47 |
|
dcook |
magnuse: Yeah that means it's not proxied |
06:47 |
|
dcook |
That it runs in CGI mode instead |
06:47 |
|
magnuse |
ah, yes sorry! |
06:48 |
|
dcook |
Via Apache |
06:48 |
|
dcook |
Which could mean the permissions are broken. Let's see.. |
06:48 |
|
magnuse |
but commenting out the ProxyPass line makes it work |
06:48 |
|
dcook |
Joubu might have insight into that one then |
06:48 |
|
Joubu |
"work" |
06:48 |
|
dcook |
hehe |
06:48 |
|
Joubu |
which error do you get? |
06:49 |
|
koha-jenkins |
Project Koha_20.11_D10 build #218: SUCCESS in 30 min: https://jenkins.koha-community[…]ha_20.11_D10/218/ |
06:49 |
|
dcook |
magnuse: Yeah I'd be curious what your error log says |
06:49 |
|
dcook |
I'd be double-checking file ownership and mode |
06:50 |
|
magnuse |
let me see if i can still find it |
06:52 |
|
|
cait joined #koha |
06:56 |
|
dcook |
I'll have to run in a minute |
06:58 |
|
* cait |
waves |
06:58 |
|
cait |
happy Friday #koha |
06:58 |
|
dcook |
Joubu: after running "npm install -g n" and "sudo n 14", now "build_js" doesn't work at all heh |
06:58 |
|
dcook |
allo cait |
06:59 |
|
pastebot |
"dcook" at 127.0.0.1 pasted "build_js for erm" (8 lines) at https://paste.koha-community.org/9867 |
06:59 |
|
|
alex_ joined #koha |
06:59 |
|
dcook |
Oh derp |
06:59 |
|
dcook |
Wrong branch |
07:00 |
|
alex_ |
Bonjour |
07:00 |
|
dcook |
salut alex_ |
07:01 |
|
|
lds joined #koha |
07:03 |
|
ashimema |
morning |
07:03 |
|
dcook |
Intrigued by these warnings about the JS file size.. |
07:03 |
|
dcook |
allo allo ashimema |
07:03 |
|
dcook |
Definitely time for me to call it a day hehe |
07:03 |
|
dcook |
Joubu: Thanks for the tip. I'll need to take down and bring back my koha-testing-docker and that'll take a while, so I'll look at this next week |
07:04 |
|
dcook |
night all |
07:04 |
|
Joubu |
enjoy your weekend, dcook |
07:04 |
|
magnuse |
have fun dcook |
07:10 |
|
magnuse |
Joubu: sorry, i can't reproduce it now... |
07:21 |
|
koha-jenkins |
Project Koha_20.05_D9 build #350: SUCCESS in 32 min: https://jenkins.koha-community[…]oha_20.05_D9/350/ |
07:22 |
|
koha-jenkins |
Project Koha_20.11_U18 build #210: SUCCESS in 39 min: https://jenkins.koha-community[…]ha_20.11_U18/210/ |
07:22 |
|
koha-jenkins |
Project Koha_21.05_U18 build #185: SUCCESS in 1 hr 11 min: https://jenkins.koha-community[…]ha_21.05_U18/185/ |
07:25 |
|
|
liliputech joined #koha |
07:28 |
|
koha-jenkins |
Project Koha_20.11_D9 build #215: SUCCESS in 59 min: https://jenkins.koha-community[…]oha_20.11_D9/215/ |
07:30 |
|
koha-jenkins |
Project Koha_20.05_U18 build #224: FAILURE in 8 min 49 sec: https://jenkins.koha-community[…]ha_20.05_U18/224/ |
07:39 |
|
fridolin |
Ich hot one Bug 30912 |
07:39 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=30912 blocker, P5 - low, ---, jonathan.druart+koha, Needs Signoff , Database update fails for 21.12.00.016 Bug 30060 |
07:47 |
|
cait |
hot potato? |
07:49 |
|
fridolin |
indeed |
07:49 |
|
fridolin |
SQL his hell |
07:52 |
|
|
lds joined #koha |
07:52 |
|
magnuse |
Joubu: managed to recreate after all. the error is "[Fri Jun 10 09:49:27.198855 2022] [cgid:error] [pid x] (13)Permission denied: [client a.b.c.d:x] AH01257: unable to connect to cgi daemon after multiple tries: /usr/share/koha/intranet/cgi-bin/tools/stage-marc-import.pl, referer: https://mykoha.com/cgi-bin/koh[…]ols/tools-home.pl" |
07:54 |
|
koha-jenkins |
Project Koha_19.11_D9 build #415: SUCCESS in 32 min: https://jenkins.koha-community[…]oha_19.11_D9/415/ |
07:57 |
|
Joubu |
did you restart apache? just in case... |
07:58 |
|
Joubu |
did you check the permissions of the script? |
08:00 |
|
Joubu |
otherwise the internet is talking about "prefork MPM" vs "event MPM" |
08:03 |
|
koha-jenkins |
Yippee, build fixed! |
08:03 |
|
koha-jenkins |
Project Koha_21.11_D12_ES6 build #3: FIXED in 1 hr 8 min: https://jenkins.koha-community[…]_21.11_D12_ES6/3/ |
08:03 |
|
wahanui |
Congratulations! |
08:06 |
|
koha-jenkins |
Project Koha_19.11_U18 build #377: SUCCESS in 44 min: https://jenkins.koha-community[…]ha_19.11_U18/377/ |
08:06 |
|
magnuse |
Joubu: restarting apache has no effect. the permissions on /usr/share/koha/intranet/cgi-bin/tools/stage-marc-import.pl are "-rwxr-xr-x 1 root root" |
08:07 |
|
magnuse |
it looks like mpm_prefork in enabled |
08:09 |
|
magnuse |
that is the same as on a server that does not have the problem |
08:13 |
|
magnuse |
the server with the problem has enabled mod_cgid, while the server without the problem has mod_cgi |
08:17 |
|
Joubu |
hum sorry I am running out of ideas then |
08:17 |
|
magnuse |
hm, looks like that might have solved it |
08:17 |
|
Joubu |
ha :) |
08:17 |
|
magnuse |
Joubu++ for trying :-) |
08:21 |
|
|
m23 joined #koha |
08:34 |
|
|
davidnind joined #koha |
08:44 |
|
|
davidnind1 joined #koha |
08:44 |
|
liliputech |
hi, about gitlab, does anyone knows how big is the koha repo? in Gb? |
08:46 |
|
liliputech |
also, I was told that we use CI/CD to build docker image, is this a cpu/mem intensive task? |
08:47 |
|
liliputech |
(i ask because there is an opportunity to host things on our own gitlab server) |
08:51 |
|
|
davidnind1 left #koha |
08:58 |
|
cait |
liliputech: if you have a local copy of the repo, maybe you can check there? it's pretty huge |
08:59 |
|
liliputech |
okay, 7.4G :) |
09:00 |
|
liliputech |
I still wonder about the CI/CD for our gitlab, what it does, how can we replicate in case gitlab rules changes in a bad way (or if we are not accepted for the opensource program of gitlab which is pretty unlikely) |
09:08 |
|
liliputech |
kidclamp: just finished testing bug30742, ok for 21.11.x :) |
09:16 |
|
koha-jenkins |
Project Koha_21.11_D9_ES6 build #8: UNSTABLE in 1 hr 13 min: https://jenkins.koha-community[…]a_21.11_D9_ES6/8/ |
09:17 |
|
liliputech |
ouch... :( |
09:27 |
|
ashimema |
hi liliputech |
09:27 |
|
ashimema |
did you see bug 28955 |
09:27 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=28955 major, P5 - low, ---, martin.renvoize, Pushed to master , Add option to set default branch from Apache |
09:28 |
|
ashimema |
there's a 21.11 patchset for it waiting.. think the last rmaint missed that I'd rebased for them. |
09:29 |
|
ashimema |
as for gitlab.. the stuff we've written is pretty generic so should easily transfer.. |
09:29 |
|
ashimema |
and I believe we use our own runners for at least some of it.. |
09:29 |
|
ashimema |
the CI stuff is generally done in jenkins and that's not gitlab at all |
09:32 |
|
liliputech |
hi ashimema not seen, thanks for the highlight :) when tests are failing for my branch I shall fix, is that right? |
09:33 |
|
ashimema |
yes and no.. take a look to see what's failing.. if it looks simple then go ahead and fix.. if it's not looking obvious ask for help 😛 |
09:33 |
|
liliputech |
ok, thx for the hint :) |
09:33 |
|
ashimema |
Joubu, Tomas and I tend to step in to help allot with failing tests.. or at least spotting which bug caused it and punting back to the original authors for help |
09:34 |
|
liliputech |
'k. too bad it just happens before my vacations --' |
09:35 |
|
liliputech |
in this case, it's most probably the last patch added ;) |
09:36 |
|
ashimema |
I really wish the 'Recent changes' tab still working in Jenkins |
09:36 |
|
ashimema |
I used to find that so helpful |
09:38 |
|
ashimema |
looks like possibly bug 30528 right? |
09:38 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=30528 normal, P5 - low, ---, nick, Pushed to master , Limits are not correctly parsed when query contains CCL |
09:38 |
|
ashimema |
that's caused issues.. |
09:38 |
|
ashimema |
so if stuck maybe ask kidclamp for help on that one |
09:41 |
|
liliputech |
ashimema: so, given i'll be AFK for the whole next week, I don't feel like leaving the 21.11.x branch broken for a week, what is the thing to do? revert this commit? drop and push force (then apply again when fixed?) |
09:42 |
|
liliputech |
or, fixing in a new commit? |
09:42 |
|
liliputech |
(if easy) |
09:42 |
|
ashimema |
hmm, well.. no-one should really be using the .x so it's not 'in a release' as it were. |
09:42 |
|
ashimema |
Those ES6 branches don't even appear on the obvious community dashboard. |
09:42 |
|
liliputech |
ok, so, no harm yet? |
09:42 |
|
ashimema |
so I think I'd probably leave it as is.. or ask rm assists for help |
09:42 |
|
ashimema |
yeah.. no real harm |
09:43 |
|
ashimema |
and it's not at all obvious to anyone wider world either: https://dashboard.koha-community.org/ |
09:43 |
|
liliputech |
fiuuu. but still, before I can apply other things (like that patch you sent me) I have to fix beforehand right? |
09:43 |
|
ashimema |
that still all looks lovely and green.. haha |
09:43 |
|
liliputech |
o:) |
09:43 |
|
* liliputech |
pushes the ashes under the carpet |
09:44 |
|
ashimema |
yeah.. it's best to fix things as you spot them rather than move on and keep pushing.. it's easy to get confused if you move to quickly.. hehe |
09:44 |
|
ashimema |
I can take a quick look if you like |
09:45 |
|
liliputech |
I like :) |
09:46 |
|
ashimema |
man my brain hurts.. haha.. it's been ages since I tried to run up such a specific version.. lol |
09:46 |
|
ashimema |
on it |
09:48 |
|
liliputech |
yay |
09:52 |
|
ashimema |
right.. 'docker-compose -f docker-compose.yml -f docker-compose.mariadb_d10.yml -p koha up' is the command to get the same env I believe |
09:52 |
|
ashimema |
it's not as simple as it used to be.. there's not a clever script to build the command for each version.. |
09:53 |
|
ashimema |
one use to just be able to copy paste from jenkins lol |
09:53 |
|
liliputech |
export KOHA_IMAGE=21.11 && ku-es6 ? |
09:53 |
|
ashimema |
pretty much |
09:53 |
|
ashimema |
yeah |
09:53 |
|
liliputech |
(it's pulling here) |
09:53 |
|
ashimema |
but my brain was slow today |
09:54 |
|
liliputech |
brainzzzz... |
09:54 |
|
liliputech |
network is slow here! |
09:55 |
|
koha-jenkins |
Project Koha_21.11_U22_ES6 build #2: UNSTABLE in 38 min: https://jenkins.koha-community[…]_21.11_U22_ES6/2/ |
09:55 |
|
liliputech |
:( |
09:56 |
|
ashimema |
it's all the ES6 |
09:56 |
|
ashimema |
that one isn't often run btw |
09:56 |
|
ashimema |
certainly not run with every build |
09:56 |
|
liliputech |
pulling fs layer here. |
09:56 |
|
ashimema |
ha |
09:56 |
|
ashimema |
it just passed here for me |
09:56 |
|
ashimema |
grr |
09:57 |
|
* liliputech |
is looking around for an ethernet cable |
09:57 |
|
ashimema |
hehe |
10:11 |
|
ashimema |
hmm.. |
10:12 |
|
ashimema |
I really can't get it to fail for me.. |
10:12 |
|
ashimema |
fun times |
10:18 |
|
ashimema |
I've asked kidclamp if he could take a look for you.. being an ES pro |
10:19 |
|
ashimema |
but he's not around yet.. I'm sure he'll take a look for you soon |
10:34 |
|
kidclamp |
which test is failing? |
10:35 |
|
ashimema |
https://jenkins.koha-community[…]Build/testReport/ |
10:35 |
|
ashimema |
hmm.. maybe it's not directly ES related |
10:35 |
|
ashimema |
weird.. stuff is only failing on the ES runs |
10:35 |
|
ashimema |
https://jenkins.koha-community.org/view/21.11/ |
10:36 |
|
ashimema |
maybe it's actually a memory issue on the runners |
10:43 |
|
kidclamp |
yeah, those ES tests look right and pass for me |
11:00 |
|
koha-jenkins |
Project Koha_21.11_U20_ES6 build #2: UNSTABLE in 1 hr 5 min: https://jenkins.koha-community[…]_21.11_U20_ES6/2/ |
11:02 |
|
liliputech |
hum... |
11:22 |
|
kidclamp |
I am testing again with D9 locally to see |
11:23 |
|
tcohen |
hi liliputech |
11:23 |
|
tcohen |
do you think biblibre could provide a worker for running jenkins tasks? |
11:23 |
|
tcohen |
we need ot perform some serious cleanup |
11:29 |
|
|
lds joined #koha |
11:45 |
|
liliputech |
tcohen: that I don't know, depends on ressources and maintenance work needed... lds ? |
11:45 |
|
tcohen |
we just need root access to a machine that can run KTD with ES |
11:46 |
|
tcohen |
@seen lds |
11:46 |
|
huginn |
tcohen: lds was last seen in #koha 49 weeks, 0 days, 4 hours, 53 minutes, and 57 seconds ago: <lds> hi |
11:46 |
|
tcohen |
ashimema run the tests locally and they pass |
11:47 |
|
ashimema |
Indeed |
11:47 |
|
ashimema |
So I reckon it must be a runner issue.. |
11:47 |
|
ashimema |
In other words you can stand down and continue as normal liliputech |
11:49 |
|
tcohen |
do we have an rmaints list? |
11:56 |
|
liliputech |
rmaint |
11:56 |
|
liliputech |
rmaints |
11:56 |
|
liliputech |
wahanui: rmaint |
11:56 |
|
wahanui |
rmaint is definitely a great job to find all kinds of things to fix and clarify in translations, system requirements, CI among others. |
11:57 |
|
liliputech |
wahanui: rmaints |
11:57 |
|
wahanui |
rmaints are lukeg, liliputech and tuxayo |
11:57 |
|
liliputech |
ashimema: thx for checking!!! |
12:00 |
|
liliputech |
i can't see in the wiki which user I should use to scp the tarball to download.koha-community.org |
12:01 |
|
liliputech |
(wanted to check i have access prior to my vacation) |
12:07 |
|
liliputech |
i will also need an account on https://koha-community.org/wp-admin :) |
12:08 |
|
mtj |
hi folks |
12:08 |
|
liliputech |
hi mtj |
12:08 |
|
mtj |
..re the failing ES6 tests on docker3, i think its probably that the server is a bit old and slow :/ |
12:09 |
|
mtj |
(its the best theory i have) |
12:11 |
|
mtj |
its also running a few VMs, so it can get busy some times |
12:11 |
|
liliputech |
hum... I actually have some issues starting ktd :( |
12:12 |
|
liliputech |
koha-koha-1 | Can't locate C4/Installer.pm in @INC (you may need to install the C4::Installer module) (@INC contains: /home/arthur/perl5/lib/perl5 /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 |
12:12 |
|
liliputech |
/usr/local/lib/site_perl) at /kohadevbox/misc4dev/populate_db.pl line 25. |
12:12 |
|
liliputech |
koha-koha-1 | BEGIN failed--compilation aborted at /kohadevbox/misc4dev/populate_db.pl line 25. |
12:12 |
|
liliputech |
koha-koha-1 exited with code 1 |
12:13 |
|
liliputech |
bizarre bizarre... C4/Installer.pm is here though... |
12:15 |
|
mtj |
hi liliputech, which docker image are you using? |
12:15 |
|
liliputech |
the one provided with ktd? |
12:15 |
|
liliputech |
my cmd : export KOHA_IMAGE=21.11 && ku-es6 |
12:18 |
|
mtj |
liliputech: make sure you are on the 21.11 branch in your ktd repo |
12:19 |
|
liliputech |
aha. |
12:19 |
|
liliputech |
arthurh:~/repos/koha-testing-docker : $ git pull |
12:19 |
|
liliputech |
warning: redirection vers https://gitlab.com/koha-commun[…]sting-docker.git/ |
12:19 |
|
liliputech |
Déjà à jour. |
12:20 |
|
liliputech |
arthurh:~/repos/koha-testing-docker : $ git status |
12:20 |
|
liliputech |
Sur la branche 21.11 |
12:20 |
|
liliputech |
:'( |
12:20 |
|
liliputech |
Votre branche est à jour avec 'origin/21.11'. |
12:22 |
|
mtj |
liliputech: yor branch is set to commit 'c9e3909 disable ubuntu 21.04 and 21.10' ? |
12:23 |
|
liliputech |
yup |
12:23 |
|
mtj |
ok, good :) |
12:23 |
|
mtj |
$ alias dp='docker-compose pull' |
12:24 |
|
mtj |
$ kd && dp && ku-es6 |
12:25 |
|
tcohen |
I have updated my local aliases |
12:25 |
|
tcohen |
so ku is not doing the up -d |
12:25 |
|
tcohen |
then you can do |
12:25 |
|
tcohen |
du pull |
12:25 |
|
tcohen |
ku pull |
12:26 |
|
tcohen |
ku up -d |
12:28 |
|
mtj |
liliputech: good news is, its working ok for me |
12:29 |
|
mtj |
liliputech: you have your koha repo set to 21.11.x branch - commit c494fc0bd0 ? |
12:30 |
|
liliputech |
arthurh:~/repos/koha : $ git l |
12:30 |
|
liliputech |
c494fc0bd0 (HEAD -> 21.11.x, upstream/21.11.x, kohac/21.11/bug30742, kohac/21.11.x) Bug 30721: Markup error in detail page's component parts tab |
12:30 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=30721 minor, P5 - low, ---, oleonard, RESOLVED FIXED, Markup error in detail page's component parts tab |
12:31 |
|
liliputech |
arthurh:~/repos/koha-testing-docker : $ kd |
12:31 |
|
liliputech |
Warning: No resource found to remove for project "koha". |
12:31 |
|
liliputech |
arthurh:~/repos/koha-testing-docker : $ docker-compose pull |
12:31 |
|
liliputech |
WARN[0000] The "COVERAGE" variable is not set. Defaulting to a blank string. |
12:31 |
|
liliputech |
WARN[0000] The "CPAN" variable is not set. Defaulting to a blank string. |
12:31 |
|
wahanui |
i already had it that way, liliputech. |
12:31 |
|
wahanui |
i already had it that way, liliputech. |
12:31 |
|
liliputech |
[+] Running 5/5 es Pulled 2.2s memcached Pulled 2.3s koha Pulled 1.5s |
12:32 |
|
* liliputech |
needs vacation... |
12:32 |
|
mtj |
liliputech: |
12:33 |
|
mtj |
oops |
12:33 |
|
koha-jenkins |
Project Koha_21.11_D9_ES6 build #9: STILL UNSTABLE in 1 hr 32 min: https://jenkins.koha-community[…]a_21.11_D9_ES6/9/ |
12:34 |
|
pastebot |
"mtj" at 127.0.0.1 pasted "ktd" (7 lines) at https://paste.koha-community.org/9871 |
12:35 |
|
mtj |
liliputech: that works for me ^^ |
12:40 |
|
|
marie-luce joined #koha |
12:52 |
|
|
Dyrcona joined #koha |
12:56 |
|
tcohen |
ping nugged kohaputti |
12:57 |
|
tcohen |
@later tell nugged we need to reboot the jenkins node provided by you |
12:57 |
|
huginn |
tcohen: The operation succeeded. |
12:59 |
|
mtj |
tcohen: what do you think about switching to a single template file, for ktd? |
12:59 |
|
mtj |
https://blog.dockbit.com/templ[…]boss-2a84a67d28e9 |
13:00 |
|
tcohen |
Anything that simplifies things is welcome :-d |
13:02 |
|
mtj |
yes agreed :) ... ill try to have a go |
13:18 |
|
liliputech |
still can't get ktd to work... which is annoying for an RMaint :'( |
13:20 |
|
liliputech |
reboot maybe? :) see u later |
13:24 |
|
|
liliputech joined #koha |
13:31 |
|
liliputech |
still same error here on ktd (but seems to be the only one...) |
13:34 |
|
tcohen |
export KOHA_IMAGE=21.11-stretch |
13:34 |
|
tcohen |
? |
13:34 |
|
tcohen |
is that it? |
13:37 |
|
ashimema |
no cait todaY? |
13:39 |
|
koha-jenkins |
Yippee, build fixed! |
13:39 |
|
koha-jenkins |
Project Koha_21.11_U22_ES6 build #3: FIXED in 1 hr 6 min: https://jenkins.koha-community[…]_21.11_U22_ES6/3/ |
13:39 |
|
wahanui |
Congratulations! |
13:43 |
|
cait |
noone asked for me before :) |
13:43 |
|
cait |
ashimema |
13:43 |
|
wahanui |
ashimema is probably back on security bugs today.. sorry, it's been a bit of a crazy week |
13:44 |
|
ashimema |
hows QA day going? |
13:44 |
|
ashimema |
🙂 |
13:47 |
|
liliputech |
yay \o/ |
13:48 |
|
liliputech |
tcohen: trying :) pulling fs layer |
13:50 |
|
|
m23 joined #koha |
13:55 |
|
liliputech |
amazing... still Can't locate C4/Installer.pm in @INC |
13:55 |
|
* liliputech |
looses his hair now |
13:56 |
|
|
lukeg joined #koha |
13:57 |
|
cait |
oh no |
13:58 |
|
tcohen |
liliputech: unset PERL5LIB in the terminal you're starting KTD from |
13:58 |
|
tcohen |
so |
13:58 |
|
tcohen |
kd |
13:58 |
|
tcohen |
unset PERL5LIB |
13:58 |
|
tcohen |
ku |
13:59 |
|
tcohen |
in my case, it was replacing PERL5LIB with the one I had on the mac, so path included /Users/tcohen/git/koha |
13:59 |
|
tcohen |
that was the signal |
14:03 |
|
liliputech |
hum. trying, again |
14:04 |
|
liliputech |
\o/ |
14:04 |
|
liliputech |
tcohen++ |
14:05 |
|
liliputech |
YEEEEEESSSS, it's ALIIIIVE --- \(*o*)/ |
14:05 |
|
liliputech |
sry for the noise :) |
14:10 |
|
tcohen |
liliputech++ |
14:10 |
|
tcohen |
you will do great |
14:27 |
|
tuxayo |
"i can't see in the wiki which user I should use to scp the tarball to download.koha-community.org" |
14:27 |
|
tuxayo |
A user needs to be created for you liliputech |
14:32 |
|
cait |
i think gmcharlt can do that |
14:32 |
|
ashimema |
oloenard around? |
14:32 |
|
ashimema |
oleonard even |
14:32 |
|
cait |
or maybe ashimema? |
14:33 |
|
ashimema |
download is either rangi I think |
14:33 |
|
ashimema |
I don't have enough access to add a user |
14:36 |
|
cait |
gmcharlt: rangi[m] or wizzyrea according to the wiki |
14:37 |
|
cait |
https://wiki.koha-community.or[…]te_Administration |
14:38 |
|
tcohen |
gmcharlt: liliputech needs a user for uploading the 21.11 tarballs |
14:39 |
|
cait |
i think you will need to generate a key |
14:39 |
|
cait |
but I might misremember |
14:42 |
|
tcohen |
liliputech: gmcharlt will need your pub ssh key |
14:45 |
|
koha-jenkins |
Yippee, build fixed! |
14:45 |
|
wahanui |
Congratulations! |
14:45 |
|
koha-jenkins |
Project Koha_21.11_U20_ES6 build #3: FIXED in 1 hr 5 min: https://jenkins.koha-community[…]_21.11_U20_ES6/3/ |
14:46 |
|
koha-jenkins |
Project Koha_22.05_U22 build #6: FAILURE in 2 min 57 sec: https://jenkins.koha-community[…]Koha_22.05_U22/6/ |
15:00 |
|
|
bag joined #koha |
15:17 |
|
reiveune |
bye |
15:17 |
|
|
reiveune left #koha |
15:24 |
|
koha-jenkins |
Project Koha_22.05_U18 build #7: STILL UNSTABLE in 41 min: https://jenkins.koha-community[…]Koha_22.05_U18/7/ |
15:26 |
|
alohabot |
🎠🦠Koha '22.05.x' packages pushed to 'koha-staging' repo ðŸðŸŸðŸ¤ |
15:35 |
|
liliputech |
will be away for whole next week, vacation :) cheers koha |
15:42 |
|
koha-jenkins |
Yippee, build fixed! |
15:42 |
|
koha-jenkins |
Project Koha_22.05_U20 build #6: FIXED in 55 min: https://jenkins.koha-community[…]Koha_22.05_U20/6/ |
15:42 |
|
wahanui |
Congratulations! |
15:44 |
|
alohabot |
🎠🦄 Koha 'master' packages pushed to 'koha-staging' repo ðŸŸðŸœðŸ„ |
15:58 |
|
koha-jenkins |
Project Koha_22.05_D11 build #13: STILL UNSTABLE in 1 hr 12 min: https://jenkins.koha-community[…]oha_22.05_D11/13/ |
16:25 |
|
|
lukeg joined #koha |
16:53 |
|
koha-jenkins |
Yippee, build fixed! |
16:53 |
|
koha-jenkins |
Project Koha_22.05_U22 build #7: FIXED in 1 hr 5 min: https://jenkins.koha-community[…]Koha_22.05_U22/7/ |
16:53 |
|
wahanui |
Congratulations! |
17:05 |
|
koha-jenkins |
Project Koha_22.05_U18 build #8: STILL UNSTABLE in 1 hr 22 min: https://jenkins.koha-community[…]Koha_22.05_U18/8/ |
17:05 |
|
koha-jenkins |
Project Koha_22.05_U20 build #7: SUCCESS in 44 min: https://jenkins.koha-community[…]Koha_22.05_U20/7/ |
17:08 |
|
koha-jenkins |
Project Koha_22.05_D11 build #14: STILL UNSTABLE in 1 hr 9 min: https://jenkins.koha-community[…]oha_22.05_D11/14/ |
17:13 |
|
|
cait joined #koha |
17:59 |
|
koha-jenkins |
Project Koha_22.05_U20 build #8: UNSTABLE in 54 min: https://jenkins.koha-community[…]Koha_22.05_U20/8/ |
18:00 |
|
koha-jenkins |
Project Koha_22.05_U18 build #9: STILL UNSTABLE in 1 hr 6 min: https://jenkins.koha-community[…]Koha_22.05_U18/9/ |
18:09 |
|
|
m23 joined #koha |
18:12 |
|
|
lukeg joined #koha |
18:17 |
|
koha-jenkins |
Project Koha_22.05_D11 build #15: STILL UNSTABLE in 1 hr 9 min: https://jenkins.koha-community[…]oha_22.05_D11/15/ |
18:40 |
|
koha-jenkins |
Project Koha_22.05_U22 build #8: UNSTABLE in 47 min: https://jenkins.koha-community[…]Koha_22.05_U22/8/ |
19:17 |
|
koha-jenkins |
Project Koha_22.05_U18 build #10: STILL UNSTABLE in 1 hr 18 min: https://jenkins.koha-community[…]oha_22.05_U18/10/ |
19:28 |
|
koha-jenkins |
Project Koha_22.05_D11 build #16: STILL UNSTABLE in 1 hr 10 min: https://jenkins.koha-community[…]oha_22.05_D11/16/ |
19:31 |
|
|
fridolin joined #koha |
19:36 |
|
tuxayo |
Does anyone know how to get background_jobs/batch_item_record_deletion.inc to display? tools > item batch delete > try to delete an item checked out doesn't get the message "Item with barcode [...] cannot be deleted" displayed |
20:05 |
|
|
m23 joined #koha |
22:31 |
|
koha-jenkins |
Yippee, build fixed! |
22:31 |
|
koha-jenkins |
Project Koha_21.11_D10_ES6 build #4: FIXED in 1 hr 6 min: https://jenkins.koha-community[…]_21.11_D10_ES6/4/ |
22:31 |
|
wahanui |
Congratulations! |
23:42 |
|
|
m23 joined #koha |
23:47 |
|
koha-jenkins |
Yippee, build fixed! |
23:47 |
|
koha-jenkins |
Project Koha_21.11_D9_ES6 build #10: FIXED in 1 hr 16 min: https://jenkins.koha-community[…]_21.11_D9_ES6/10/ |
23:47 |
|
wahanui |
Congratulations! |