paulsherwood | jjardon: there is no option for that, currently | 05:49 |
---|---|---|
jjardon | paulsherwood: I think it would be useful; that option would have save me a couple of hours yesterday | 05:52 |
paulsherwood | jjardon: ok. you mean you want all output from configure-commands and build-commands visible, along with what it currently logs? | 05:55 |
jjardon | Yeah; basically I needed to know what was the output of the ./configure command to check if a chunk was correctly configured | 05:56 |
jjardon | Maybe a -v/--verbose option? | 05:57 |
*** locallycompact has joined #baserock | 07:29 | |
gtristan | jjardon, you know it goes into the log of the given build already right ? | 07:29 |
gtristan | jjardon, I think that kind of option can be awkward to try to use, especially when you have > 1 instances (and are building many chunks in parallel)... directing all stdout/stderr from many builds to the console at once is a bit weird :-S | 07:31 |
*** ctbruce has joined #baserock | 07:31 | |
*** toscalix has joined #baserock | 07:40 | |
*** gtristan has quit IRC | 07:50 | |
*** rdale has joined #baserock | 07:50 | |
*** gtristan has joined #baserock | 07:57 | |
*** CTtpollard has quit IRC | 08:04 | |
*** CTtpollard has joined #baserock | 08:08 | |
*** toscalix has quit IRC | 08:10 | |
*** edcragg has joined #baserock | 08:10 | |
*** toscalix has joined #baserock | 08:10 | |
*** jonathanmaw has joined #baserock | 08:20 | |
*** locallycompact has quit IRC | 08:34 | |
*** ssam2 has joined #baserock | 09:07 | |
*** ChanServ sets mode: +v ssam2 | 09:07 | |
*** locallycompact has joined #baserock | 09:09 | |
*** CTtpollard has quit IRC | 09:27 | |
*** CTtpollard has joined #baserock | 09:28 | |
*** CTtpollard has quit IRC | 09:29 | |
*** CTtpollard has joined #baserock | 09:29 | |
*** jonathanmaw has quit IRC | 09:39 | |
jjardon | gtristan: yep, but in this case the build is done in a remote server where I only have access to the console output | 09:45 |
radiofree | Set the log file location to some remotely accessible location so you can read it via a web browser or something? | 09:48 |
jjardon | I think having the option in ybd is way more convenient | 09:51 |
jjardon | but yeah, thats an option I will use next time if there is not other way: what is the option to set the log file? | 09:52 |
SotK | iirc you have to use tee | 09:53 |
*** jonathanmaw has joined #baserock | 09:53 | |
radiofree | It would probably be easier to just share the artifact dir over http | 09:53 |
edcragg | that would be quite handy | 09:54 |
pedroalvarez | I assume the goal here is to make clear what is going on, when making builds on a remote CI server | 09:56 |
pedroalvarez | I don't think there is a perfect solution, although IMO is nice to have a --build-log-in-stdout option, even if that is mixed, but maybe prefixing with the chunk name | 09:58 |
*** jonathanmaw_ has joined #baserock | 10:01 | |
*** CTtpollard has quit IRC | 10:01 | |
*** jonathanmaw_ has quit IRC | 10:01 | |
*** jonathanmaw__ has joined #baserock | 10:02 | |
*** CTtpollard has joined #baserock | 10:03 | |
*** jonathanmaw has quit IRC | 10:05 | |
rjek | Does anyone have any suggestions for how to incrementally backup a Trove that runs on a Baserock system? | 11:15 |
rjek | I want to use obnam, but I also want to avoid having to write a definition for all of obnam's dependancies and redeploying the system. | 11:16 |
locallycompact | can you not just build it locally? | 11:16 |
rjek | locallycompact: How do you mean? | 11:17 |
rjek | I could run obnam on another machine and have it pull backups, but push backups are much faster | 11:17 |
ssam2 | for the baserock infrastructure we rsync, which is already there | 11:17 |
rjek | ssam2: rsync doesn't do incremental backups | 11:18 |
ssam2 | right | 11:18 |
ssam2 | what does it do ? | 11:18 |
locallycompact | rjek, can you not just clone obnam on the trove and build it | 11:18 |
rjek | ssam2: It mirrors/synchronises | 11:18 |
locallycompact | it's got git it's got python | 11:18 |
ssam2 | one person's mirror is another person's backup | 11:18 |
rjek | locallycompact: I could do that, I was just wondering if there was already a solution to this in Trove. | 11:18 |
ssam2 | there's no solution built-in to Trove | 11:18 |
rjek | OK | 11:19 |
pedroalvarez | rjek: keep us posted, if having obman as the default solution for backups in trove is good, we may integrate it and create some docs for it | 11:20 |
rjek | For now I'll do an obnam pull | 11:21 |
pedroalvarez | although I think that pulling the backup makes more sense for our setup, we can have the backups machine here, and not in the cloud | 11:21 |
*** franred has quit IRC | 11:29 | |
*** franred has joined #baserock | 11:44 | |
*** gtristan has quit IRC | 12:50 | |
*** edcragg has quit IRC | 15:17 | |
*** edcragg has joined #baserock | 15:18 | |
*** ctbruce has quit IRC | 15:24 | |
*** jonathanmaw__ has quit IRC | 16:08 | |
benbrown_ | I sent out a couple more gitlab + lorry controller patches to gerrit last night btw | 16:13 |
benbrown_ | If anyone is desperate to review something :) | 16:13 |
locallycompact | why does baserock have an executable called json in /usr/include | 16:14 |
locallycompact | I want to put a folder there | 16:14 |
locallycompact | I think it's coming from audio-bluetooth | 16:14 |
pedroalvarez | why don't you call it something else? | 16:18 |
pedroalvarez | benbrown_: looked at it, and at the migration | 16:18 |
pedroalvarez | I wondered what can happen in some cases when you upgrade a trove, and then want to roll back | 16:18 |
benbrown_ | rm -rf /home/lorry/webapp.db | 16:20 |
benbrown_ | on a serious note, I'm not sure | 16:20 |
pedroalvarez | benbrown_: tbh, we should probably care less about it | 16:22 |
pedroalvarez | it doesn't have (very) important data | 16:22 |
*** locallycompact has quit IRC | 16:25 | |
*** franred has quit IRC | 16:25 | |
*** CTtpollard has quit IRC | 16:27 | |
*** ssam2 has quit IRC | 16:47 | |
*** edcragg has quit IRC | 17:12 | |
*** rdale has quit IRC | 17:44 | |
*** toscalix has quit IRC | 19:49 | |
*** toscalix has joined #baserock | 20:27 | |
*** toscalix has quit IRC | 20:50 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!