*** gtristan has joined #baserock | 03:33 | |
*** anahuelamo has joined #baserock | 06:58 | |
*** fay_ has joined #baserock | 07:01 | |
*** paulwaters_ has joined #baserock | 07:23 | |
*** paulwaters_ has joined #baserock | 07:23 | |
*** ctbruce has joined #baserock | 07:30 | |
*** toscalix has joined #baserock | 07:57 | |
paulsherwood | did pedroalvarez show some new thing for searching all source on gbo recently? | 07:58 |
---|---|---|
* paulsherwood goes to check irc logs | 08:00 | |
mwilliams_ct | pedroalvarez: ^ paulsherwood is asking on my behalf, atm I'm thinking of just cloning everything | 08:04 |
paulsherwood | mwilliams_ct: found it https://opengrok.baserock.org/source/ | 08:05 |
mwilliams_ct | well found! | 08:05 |
mwilliams_ct | so we need to set that up on our server | 08:05 |
mwilliams_ct | I'm wondering if it's quicker to just clone everything | 08:06 |
paulsherwood | maybe... but more generally useful to set that up i think :) | 08:06 |
mwilliams_ct | +inf, this is something that we are really missing | 08:06 |
paulsherwood | gbo lc needs some tlc http://git.baserock.org/lc-status.html | 08:10 |
*** gtristan has quit IRC | 08:18 | |
pedroalvarez | hey baserockers | 08:33 |
*** edcragg has joined #baserock | 08:33 | |
pedroalvarez | anything urgent for me? baserock-infra related? | 08:33 |
paulsherwood | pedroalvarez: http://git.baserock.org/lc-status.html ? | 08:33 |
pedroalvarez | was looking at that | 08:33 |
paulsherwood | also please could you review benbrown_'s sync with gitlab patch series? | 08:34 |
paulsherwood | how was your hol? | 08:34 |
pedroalvarez | it was great, I definitely like california :) | 08:35 |
pedroalvarez | will look at that too | 08:35 |
paulsherwood | :) | 08:35 |
pedroalvarez | oh, upgrading openssl, it seems | 08:37 |
pedroalvarez | fun | 08:38 |
pedroalvarez | I think that upgrading openssl has priority, and might be the cause of the lorry-controller "failure" | 08:43 |
pedroalvarez | mwilliams_ct: btw, I have some knowledge about how opengrok works | 08:45 |
*** franred has joined #baserock | 08:48 | |
*** jonathanmaw has joined #baserock | 08:48 | |
mwilliams_ct | pedroalvarez: this relates to my interests | 09:04 |
mwilliams_ct | pedroalvarez: does it hook directly into trove by any lucky chance? | 09:04 |
pedroalvarez | sadly, nope | 09:04 |
*** edcragg has quit IRC | 09:05 | |
*** edcragg has joined #baserock | 09:05 | |
mwilliams_ct | pedroalvarez: :( | 09:06 |
pedroalvarez | so, you basically need to: | 09:09 |
pedroalvarez | 1) Have java, which is something doable | 09:09 |
pedroalvarez | 2) Put all the code in one place (yeah, even with opengrok you will need to clone everything) | 09:09 |
pedroalvarez | 3) Run `opengrok ... index ...` to index all the source code | 09:09 |
pedroalvarez | 4) Configure opengrok (of course) | 09:09 |
pedroalvarez | hm... also, the webapp is java, not sure if we can do that using the webservers we have integrated | 09:11 |
pedroalvarez | it's using tomcat in the baserock.org infra | 09:11 |
mwilliams_ct | ack | 09:12 |
mwilliams_ct | so for my specific needs I think that's not immediately useful (I might as well just clone everything on a machine with shared access) but it could become very useful at a later time | 09:12 |
*** ssam2 has joined #baserock | 09:13 | |
*** ChanServ sets mode: +v ssam2 | 09:13 | |
mwilliams_ct | so ty pedroalvarez! I will have a poke around with opengrok in the future I think | 09:14 |
*** locallycompact has joined #baserock | 09:16 | |
*** franred has quit IRC | 09:23 | |
*** franred has joined #baserock | 09:42 | |
locallycompact | does anyone know why running git grep foo HEAD in a bare git repository on a trove launches a pager instead of printing to stdout? | 10:08 |
edcragg | if there's more than a small amount of output it generally opens a pager ime | 10:09 |
locallycompact | it's opening regardless | 10:10 |
pedroalvarez | locallycompact: that can be configured in git, right? | 10:10 |
* pedroalvarez finds `git --no-pager` in google | 10:11 | |
locallycompact | ok mwilliams_ct so we can at least do this - for x in $(find . -name '*.git'); do git --git-dir="$x" grep -e foo HEAD; done | 10:14 |
mwilliams_ct | delicious | 10:14 |
locallycompact | I put [core] pager=cat in root's gitconfig | 10:14 |
pedroalvarez | that was the other solution if --no-pager didn't work | 10:15 |
locallycompact | should work | 10:15 |
*** locallycompact has quit IRC | 11:28 | |
*** locallycompact has joined #baserock | 11:29 | |
SotK | is g.b.o seeming slow for anyone else? | 11:44 |
pedroalvarez | SotK: cloning? browsing? all of it? | 11:45 |
SotK | browsing | 11:45 |
pedroalvarez | yes, a bit slow | 11:46 |
pedroalvarez | but I think that's "normal" nowadays | 11:47 |
SotK | :( | 11:47 |
*** paulwaters_ has joined #baserock | 11:56 | |
*** anahuelamo has quit IRC | 13:00 | |
pedroalvarez | patch on review! https://gerrit.baserock.org/#/c/2140/ | 13:46 |
paulsherwood | pedroalvarez: tested? | 13:48 |
pedroalvarez | built and upgraded a trove | 13:48 |
paulsherwood | merged | 13:48 |
pedroalvarez | great thanks | 13:48 |
paulsherwood | thanks :) | 13:50 |
*** fay_ has quit IRC | 14:03 | |
*** fay_ has joined #baserock | 14:08 | |
*** bwh has quit IRC | 14:25 | |
*** bwh has joined #baserock | 14:25 | |
*** jonathanmaw_ has joined #baserock | 14:27 | |
*** jonathanmaw has quit IRC | 14:28 | |
*** fay_ has quit IRC | 15:11 | |
*** fay_ has joined #baserock | 15:11 | |
*** ssam2_ has joined #baserock | 16:49 | |
*** ssam2 has quit IRC | 16:51 | |
*** ctbruce has quit IRC | 16:51 | |
*** jonathanmaw_ has quit IRC | 17:01 | |
pedroalvarez | oh, I've found now the bit about ~/.github in the docs | 17:05 |
pedroalvarez | this wasn't needed in gerrit | 17:05 |
pedroalvarez | wrong window | 17:06 |
paulsherwood | :) | 17:06 |
*** edcragg has quit IRC | 17:09 | |
*** locallycompact has quit IRC | 17:13 | |
*** franred has quit IRC | 17:28 | |
*** ssam2_ has quit IRC | 17:49 | |
*** toscalix has quit IRC | 19:41 | |
paulsherwood | https://gerrit.baserock.org/#/c/2142/ | 19:54 |
*** edcragg has joined #baserock | 20:51 | |
paulsherwood | bah... coreboot has ../foo submodules | 21:08 |
*** edcragg has quit IRC | 21:23 | |
*** edcragg has joined #baserock | 21:32 | |
*** edcragg has quit IRC | 21:57 | |
*** peter has joined #baserock | 22:01 | |
paulsherwood | http://paste.baserock.org/evuxukehuf | 22:02 |
persia | Coreboot is another excellent example of gerrit doing the autosubmodule thing. | 22:02 |
paulsherwood | ack | 22:03 |
* persia still thinks this would be interesting to Baserock, although it takes a while to set up | 22:03 | |
paulsherwood | seems our build of cryptography is broken | 22:03 |
persia | How so? | 22:03 |
paulsherwood | http://paste.baserock.org/evuxukehuf | 22:03 |
paulsherwood | i'm betting its the openssl update | 22:04 |
persia | Oh, probably, yes. | 22:05 |
* persia tries to find the oslo definition | 22:08 | |
persia | Oh my, that's not a recent oslo at all. | 22:09 |
persia | Oh, never mind, that's a red herring (parallel builds) | 22:10 |
paulsherwood | you mean you think the build failed because it's parallelised? | 22:25 |
paulsherwood | persia: ^^ | 22:26 |
paulsherwood | i retried with single instance. same result. upgrading fixes it | 22:27 |
paulsherwood | https://gerrit.baserock.org/#/c/2143/ | 22:27 |
persia | No, I meant that me looking at the out-of-date oslo to see if there was a cherry-pick was a waste of time: I was just reading the log incorrectly. | 22:31 |
paulsherwood | oh, now i see what you mean. sorry, yes... | 22:31 |
* paulsherwood wonders if there's a better way to signify the parellel logs | 22:32 | |
persia | Maybe have the main log be a summary log, with pointers to saved artifacts with single-stream build logs for failures. | 22:33 |
persia | The current stuff kinda works, except it would be really hard to detangle if two different builds were failing at the same time. | 22:33 |
paulsherwood | ack | 22:33 |
paulsherwood | anyways... sleeptime | 22:34 |
persia | Good night. | 22:34 |
*** peter has quit IRC | 22:51 | |
*** thrace has quit IRC | 23:23 | |
*** thrace has joined #baserock | 23:25 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!