IRC logs for #baserock for Tuesday, 2014-08-05

*** straycat_ [~straycat@vortis.xen.tardis.ed.ac.uk] has joined #baserock06:21
*** straycat [~straycat@vortis.xen.tardis.ed.ac.uk] has quit [Ping timeout: 245 seconds]06:24
*** straycat_ [~straycat@vortis.xen.tardis.ed.ac.uk] has quit [Ping timeout: 244 seconds]07:02
*** straycat [~straycat@vortis.xen.tardis.ed.ac.uk] has joined #baserock07:05
*** tiagogomes [~tiagogome@access.ducie-dc1.codethink.co.uk] has joined #baserock07:46
*** franred [~franred@82-68-191-81.dsl.posilan.com] has joined #baserock07:49
*** straycat [~straycat@vortis.xen.tardis.ed.ac.uk] has quit [Ping timeout: 245 seconds]08:00
*** straycat [~straycat@vortis.xen.tardis.ed.ac.uk] has joined #baserock08:02
*** ssam2 [~ssam2@82-68-191-81.dsl.posilan.com] has joined #baserock08:37
*** jonathanmaw [~jonathanm@82-68-191-81.dsl.posilan.com] has joined #baserock08:41
*** flatmush [~flatmush@82-68-191-81.dsl.posilan.com] has joined #baserock09:18
*** locallycompact [~lc@82-68-191-81.dsl.posilan.com] has joined #baserock09:29
*** fay [~fay@82-68-191-81.dsl.posilan.com] has joined #baserock09:31
fay is now known as Guest7506609:31
*** Guest75066 [~fay@82-68-191-81.dsl.posilan.com] has quit [Quit: Leaving]09:37
jjardonHi, would it be ok a patch to move systems to a systems/ directory in definitiions.git?11:06
franredjjardon, we are working on this in this moment11:09
persiafranred: What's the plan?11:10
* persia suspects a patch to the ML is better than a statement of intent, but doesn't want to encourage duplicate effort.11:11
franredpersia, the plan es have systems/ where it will be the systems definitions; strata/ where it will be the strata definitions and the chunks definitions for each stratum11:14
persiaMakes sense.  Is this going to be script-driven, or manual?11:14
petefothpersia: it's a bit more than a 'staement of intent'. There is a Kanban card asigned to franred and it's in the 'Doing' lane11:15
franredpersia, script-driven11:15
persiaCool!11:15
jjardonpetefoth: kanban?11:15
jjardonis that public?11:15
persiaIs the script likely to work on my custom systems and strata?11:16
*** fay [~fay@82-68-191-81.dsl.posilan.com] has joined #baserock11:16
fay is now known as Guest9472811:16
*** Guest94728 [~fay@82-68-191-81.dsl.posilan.com] has quit [Client Quit]11:16
petefothSorry - my mistake - that work is internal at the moment and the Kanban is not public11:16
jjardonfranred: I guess the the chunks are going to be in a chunks directory?11:17
persiaI'd rather the chunks be in their stratas11:17
franredjjardon, chunks will belongs to the strata, so they will be under the strata directory11:17
persiaAh, good!11:17
persiafranred: Let me know if I can help with testing, etc.11:18
franredpersia, yes, it should work in custom systems, this would transform your definitions tree directory11:18
franredpersia, it is still ongoing ;-) but I will let you know - cheers11:19
persiaSo, the procedure is `git fetch; ./scripts/nifty-cool-transition-script; git rebase master`?11:19
jjardonfranred: cool, thanks for the info!11:24
franredpersia, something similar yes11:25
franredjjardon, no probs11:25
persiaWonderful.  I regularly rebase, so worried I'd have a transition.  Thanks for working on this!11:25
*** tiagogomes [~tiagogome@access.ducie-dc1.codethink.co.uk] has quit [Ping timeout: 255 seconds]11:49
*** stetaylor [~stetaylor@82-68-191-81.dsl.posilan.com] has joined #baserock12:31
*** tiagogomes [~tiagogome@access.ducie-dc1.codethink.co.uk] has joined #baserock12:36
*** persia_ [quassel@ubuntu/member/persia] has quit [Quit: No Ping reply in 180 seconds.]13:14
*** persia_ [quassel@ubuntu/member/persia] has joined #baserock13:14
*** persia__ [quassel@2400:8900::f03c:91ff:feae:3452] has joined #baserock13:20
*** persia_ [quassel@ubuntu/member/persia] has quit [Read error: Connection reset by peer]13:22
persia__ is now known as persia_13:22
persia_ is now known as Guest9692713:23
*** Guest96927 [quassel@2400:8900::f03c:91ff:feae:3452] has quit [Changing host]13:23
*** Guest96927 [quassel@ubuntu/member/persia] has joined #baserock13:23
Guest96927 is now known as persia_13:24
richard_mawhm, new mail to baserock-dev, someone complaining about not seeing any output on his jetson board13:30
richard_mawusually when I see that error, it's because it's missing an appropriate console= on the kernel command line13:31
rjekThat's what I was thinking.13:31
rjekI'd ask him for what command he is booting it with13:31
*** stetaylor [~stetaylor@82-68-191-81.dsl.posilan.com] has quit [Remote host closed the connection]13:41
*** flatmush [~flatmush@82-68-191-81.dsl.posilan.com] has quit [Quit: Leaving.]14:25
*** flatmush [~flatmush@82-68-191-81.dsl.posilan.com] has joined #baserock14:25
SotKWhy do we use `morph` in stratum specs (in system morphologies) but `name` in chunk specs (in stratum morphologies) to refer to things?15:42
SotKThis is a somewhat annoying inconsistency for me right now :(15:43
persiaI think it's a leftover.15:43
richard_mawwe use "morph" in stratum specs because we only need to know which morphology, we don't need to refer to it by name anywhere15:44
richard_mawand "name" because the name is needed for chunks15:45
persiaWhy do we use anything?15:45
richard_mawhowever, pre-chunks-in-definitions we could have used either15:45
persiaLooking at a system definition, I think it would be consistent to have the list under "strata" be similar to the list under "configuration extensions"15:45
SotKso why does the `morph` field contain stratum *names*, not stratum morphology paths then?15:45
richard_mawpersia: that's legacy reasons, we used to need more fields15:46
persiarichard_maw: Aha.  Can we fix both at the same time?15:46
persiaSotK: Would you be happy with nothing vs. "name: " ?15:46
richard_mawno, because I want to allow you to specify a list of artifacts to depend on, somewhat like the list of artifacts in system morphologies15:46
persiaI thought we were talking about system morphologies.15:47
* franred remembers to ask the same the day before yesterday, hehe15:47
richard_mawSotK: because we want to be compatible with pre-chunks-in-definitions morphologies, so we later massage the value of the "morph" field to be a proper path instead of a name15:47
SotKrichard_maw: makes sense I guess15:49
liw-orcssam2, thanks for the readline merge16:11
ssam2no problem. I need it for chef-shell ;)16:16
*** franred [~franred@82-68-191-81.dsl.posilan.com] has quit [Quit: Leaving]16:30
*** tiagogomes [~tiagogome@access.ducie-dc1.codethink.co.uk] has quit [Ping timeout: 250 seconds]16:39
*** jonathanmaw [~jonathanm@82-68-191-81.dsl.posilan.com] has quit [Quit: Leaving]16:41
*** ssam2 [~ssam2@82-68-191-81.dsl.posilan.com] has quit [Quit: Leaving]17:18
*** locallycompact [~lc@82-68-191-81.dsl.posilan.com] has quit [Ping timeout: 245 seconds]17:20
*** flatmush [~flatmush@82-68-191-81.dsl.posilan.com] has quit [Quit: Leaving.]17:48
*** locallycompact [~lc@146.200.27.158] has joined #baserock20:07
*** ratmice__ [bosshog@nightfall.forlorn.net] has quit [Ping timeout: 245 seconds]22:14
*** ratmice__ [bosshog@nightfall.forlorn.net] has joined #baserock22:15
*** locallycompact [~lc@146.200.27.158] has quit [Ping timeout: 240 seconds]23:22

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!