00:30
lvrabec has quit [Ping timeout: 268 seconds]
00:31
lvrabec has joined #fedora-coreos
00:53
gursewak_ has joined #fedora-coreos
00:53
misuto0 has joined #fedora-coreos
00:54
gursewak has quit [Read error: Connection reset by peer]
00:55
misuto has quit [Read error: Connection reset by peer]
00:55
misuto0 is now known as misuto
01:48
mnguyen has quit [Ping timeout: 246 seconds]
02:08
jlebon has quit [Quit: leaving]
02:53
gursewak_ has quit [Ping timeout: 264 seconds]
03:07
<
dustymabe >
looks like CI passed. if anyone wants to approve and merge ^^ feel free
03:48
lvrabec has quit [*.net *.split]
03:48
Anonymous[m]1 has quit [*.net *.split]
03:48
OnuralpSezer[m]1 has quit [*.net *.split]
03:48
miabbott[m] has quit [*.net *.split]
03:48
cverna has quit [*.net *.split]
03:48
JosephGayoso[m] has quit [*.net *.split]
03:48
Kan-RuChen[m] has quit [*.net *.split]
03:48
defolos has quit [*.net *.split]
03:48
rsalveti has quit [*.net *.split]
03:48
hjst has quit [*.net *.split]
03:48
zodbot has quit [*.net *.split]
03:48
pej0 has quit [*.net *.split]
03:48
u1106 has quit [*.net *.split]
03:48
tempora has quit [*.net *.split]
03:48
rsalveti has joined #fedora-coreos
03:48
zodbot has joined #fedora-coreos
03:48
zodbot has quit [Changing host]
03:48
zodbot has joined #fedora-coreos
03:48
pej0 has joined #fedora-coreos
03:48
tempora has joined #fedora-coreos
03:50
hjst has joined #fedora-coreos
03:50
defolos has joined #fedora-coreos
03:50
u1106 has joined #fedora-coreos
03:51
lvrabec has joined #fedora-coreos
03:52
Kan-RuChen[m] has joined #fedora-coreos
03:53
cverna has joined #fedora-coreos
03:54
JosephGayoso[m] has joined #fedora-coreos
03:55
miabbott[m] has joined #fedora-coreos
03:59
Anonymous[m]1 has joined #fedora-coreos
03:59
OnuralpSezer[m]1 has joined #fedora-coreos
04:49
<
bgilbert >
dustymabe: done
05:37
<
adamw >
great. i filed a stable push request but it probably won't get done till jednorozec wakes up.
05:42
paragan has joined #fedora-coreos
06:33
bgilbert has quit [Ping timeout: 252 seconds]
06:43
jcajka has joined #fedora-coreos
07:07
saschagrunert has joined #fedora-coreos
07:13
Betal has quit [Quit: WeeChat 3.7]
07:52
c4rt0 has joined #fedora-coreos
08:13
jpn has quit [Ping timeout: 268 seconds]
08:15
jpn has joined #fedora-coreos
09:45
jpn has quit [Ping timeout: 252 seconds]
09:57
jpn has joined #fedora-coreos
11:38
mnguyen has joined #fedora-coreos
11:39
jpn has quit [Ping timeout: 246 seconds]
11:40
crobinso has joined #fedora-coreos
11:54
plarsen has joined #fedora-coreos
11:59
nalind has joined #fedora-coreos
11:59
vgoyal has joined #fedora-coreos
12:00
crobinso has quit [Remote host closed the connection]
12:11
mnguyen_ has joined #fedora-coreos
12:23
jpn has joined #fedora-coreos
12:28
fifofonix has joined #fedora-coreos
12:29
gursewak_ has joined #fedora-coreos
12:34
jpn has quit [Ping timeout: 246 seconds]
12:42
mockgeek has joined #fedora-coreos
12:43
mockgeek is now known as mock
12:47
jpn has joined #fedora-coreos
12:52
jpn has quit [Ping timeout: 264 seconds]
12:53
mheon has joined #fedora-coreos
13:03
jlebon has joined #fedora-coreos
13:05
jpn has joined #fedora-coreos
13:09
jpn has quit [Ping timeout: 252 seconds]
13:11
crobinso has joined #fedora-coreos
13:21
jpn has joined #fedora-coreos
13:25
jpn has quit [Ping timeout: 248 seconds]
13:37
jpn has joined #fedora-coreos
14:00
azukku has joined #fedora-coreos
14:30
mnguyen_ has quit [Quit: Leaving]
14:49
azukku has quit [Quit: Leaving.]
15:11
saschagrunert has quit [Quit: Leaving]
15:19
<
dustymabe >
jlebon: I have a few more credential related functions i'd like to add to coreos-ci-lib
15:20
<
dustymabe >
do we want them all to be toplevel vars/ like tryWithCredentials or do we want to move that stuff into utils ?
15:20
jcajka has quit [Quit: Leaving]
15:20
<
jlebon >
if it's a custom step that takes a closure, the former, otherwise the latter
15:21
<
dustymabe >
hmm can you clarify more?
15:22
<
dustymabe >
for example shwrap doesn't take a closure, but it is a top level var/
15:22
<
dustymabe >
tryWithCredentials does take a closure, though
15:25
<
jlebon >
heh good point. i'd say if it takes a closure, let's always follow the `call()` convention. if it doesn't, i guess it depends on how ergonomic we need it to be. shwrap is used often so it's nice to have it be toplevel
15:25
<
jlebon >
but if the function name is generic, then it's less confusing to have it scoped to utils
15:26
<
dustymabe >
i'll post up a PR and you let me know what you think :)
15:36
<
jlebon >
dustymabe: here or there?
15:38
<
dustymabe >
here works
15:38
<
dustymabe >
higher bandwidth probably better
15:39
<
jlebon >
ahh, i commented there
15:39
<
jlebon >
we can go video if you'd like
15:39
gursewak_ has quit [Remote host closed the connection]
15:40
<
dustymabe >
is there any way to have coreos installer actually write directly to the virtio serial device ?
15:40
<
dustymabe >
rather than doing the `cp` at the end?
15:40
<
jlebon >
that's how I had it before, but it requires coreos-installer changes to make it work
15:41
<
jlebon >
it seems odd to force the requirement on coreos-installer to be able to write its output to a character device, so that doesn't seem right either
15:44
<
dustymabe >
yeah, at best we could add an env var to coreos-installer to override allow it, but probably not worth the effort
15:45
<
dustymabe >
ok. definitely not great, but i don't see any better options either
15:46
<
dustymabe >
I was going to try to suggest we name the output file something with `virtio` in the name and trigger off of that
15:49
<
jlebon >
dustymabe: that's a possibility. though i think we can revert this entirely if we get off 9p.
15:52
<
jlebon >
walters: nice debugging!
16:02
paragan has quit [Ping timeout: 246 seconds]
16:05
paragan has joined #fedora-coreos
16:10
<
dustymabe >
anyone want to run the meeting today?
16:10
<
dustymabe >
there's a chance i'll have to watch the kids for a period of time
16:12
<
dustymabe >
adamw: looks like the compose and all tests passed with that new glibc
16:18
<
dustymabe >
SumantroMukherje: can I delete the GCP project that youwere using?
16:20
bgilbert has joined #fedora-coreos
16:20
<
adamw >
dustymabe: great. it's been pushed stable now too
16:22
marmijo has joined #fedora-coreos
16:23
<
dustymabe >
minus glibc (now that it's stable)
16:24
paragan has quit [Quit: Leaving]
16:25
<
jlebon >
dustymabe: i can run it
16:26
<
dustymabe >
jlebon++
16:26
<
jlebon >
all: please add the meeting tag to things you'd like discussed
16:27
<
jlebon >
we're still looking for people to action the decision, right?
16:28
<
SumantroMukherje >
Yes
16:28
<
SumantroMukherje >
Dusty you may delete the project
16:31
<
dustymabe >
jlebon: yeah, i guess not much for discussion there
16:31
<
dustymabe >
just need someone to dig in
16:31
<
jlebon >
aaradhak davdunc dustymabe gursewak jaimelm jbrooks jcajka jdoss jlebon jmarrero lorbus miabbott nasirhm ravanelli saqali skunkerk walters
16:31
<
jlebon >
FCOS community meeting in #fedora-meeting-1
16:33
<
jlebon >
dustymabe: ack
16:37
marmijo has quit [Quit: Client closed]
16:38
marmijo has joined #fedora-coreos
16:43
aaradhak has joined #fedora-coreos
16:53
fifofonix has quit [Ping timeout: 246 seconds]
16:54
gursewak has joined #fedora-coreos
17:04
gursewak has quit [Quit: Leaving]
17:10
jpn has quit [Ping timeout: 252 seconds]
17:23
jpn has joined #fedora-coreos
17:37
x3mboy has joined #fedora-coreos
17:42
jpn has quit [Ping timeout: 268 seconds]
17:43
zodbot has quit [Remote host closed the connection]
17:43
zodbot has joined #fedora-coreos
17:47
jpn has joined #fedora-coreos
17:56
jpn has quit [Ping timeout: 246 seconds]
18:16
misuto has quit [Remote host closed the connection]
18:16
misuto has joined #fedora-coreos
18:22
c4rt0 has quit [Quit: Leaving]
18:49
bgilbert has quit [Ping timeout: 268 seconds]
18:51
jpn has joined #fedora-coreos
19:13
aaradhak has quit [Quit: Connection closed for inactivity]
19:16
jpn has quit [Ping timeout: 260 seconds]
19:44
jpn has joined #fedora-coreos
20:02
jpn has quit [Ping timeout: 272 seconds]
20:28
jpn has joined #fedora-coreos
20:59
nalind has quit [Quit: until next time]
21:08
<
dustymabe >
jlebon - i think we're hitting memory limits on our build-cosa job too
21:15
<
jlebon >
dustymabe: is it OK if we discuss it tomorrow?
21:17
<
jlebon >
+1 thanks!
21:26
ilius has joined #fedora-coreos
21:37
jpn has quit [Ping timeout: 268 seconds]
22:04
jpn has joined #fedora-coreos
22:11
jpn has quit [Ping timeout: 246 seconds]
22:23
jpn has joined #fedora-coreos
22:28
jpn has quit [Ping timeout: 260 seconds]
22:48
plarsen has quit [Quit: NullPointerException!]
22:49
misuto has quit [Remote host closed the connection]
22:49
misuto has joined #fedora-coreos
23:00
mheon has quit [Ping timeout: 252 seconds]
23:03
jpn has joined #fedora-coreos
23:11
jpn has quit [Ping timeout: 260 seconds]
23:22
vgoyal has quit [Quit: Leaving]
23:25
jpn has joined #fedora-coreos
23:33
jpn has quit [Ping timeout: 246 seconds]
23:44
jpn has joined #fedora-coreos
23:52
jpn has quit [Ping timeout: 252 seconds]