<dustymabe>
thanks for your patience.. also might be good to tag some others in to get more reviews on what you have now
plarsen has quit [Quit: NullPointerException!]
jcajka has quit [Quit: Leaving]
paragan has quit [Quit: Leaving]
cyberpear has quit [Quit: Connection closed for inactivity]
arnulfo_7 has joined #fedora-coreos
arnulfo_7 has quit [Max SendQ exceeded]
jpn has quit [Ping timeout: 272 seconds]
vgoyal has quit [Ping timeout: 272 seconds]
Betal has joined #fedora-coreos
cyberpear has joined #fedora-coreos
vgoyal has joined #fedora-coreos
<dustymabe>
saqali: i'm going to deploy the FCOS pipeline to our staging cluster later today or tomorrow. Maybe you can do it instead to learn (or re-learn) the process a bit.
<dustymabe>
we can do a screenshare, so we can work on it together.
<dustymabe>
walters: I need some help with the makefile layout for 2919
<dustymabe>
what I did was create a new file cmd/cmd-remote-session.go
<dustymabe>
and then updated the makefile with an entry for bin/cmd-remote-session: go build -mod vendor -o $@ cmd/cmd-remote-session.go
<dustymabe>
but after rebasing onto your latest changes in 2919 where you changed the bin/coreos-assembler to be `cd cmd && go build -mod vendor -o ../$@` it no longer works if I put my file in the cmd/ dir
<dustymabe>
previously it was bin/coreos-assembler: go build -mod vendor -o $@ cmd/coreos-assembler.go
<dustymabe>
I guess maybe I should try to make cmd-remote-session its own standalone binary any longer
<dustymabe>
I guess maybe I shouldn't try to make cmd-remote-session its own standalone binary any longer
<miabbott[m]>
dustymabe: do we have any documentation/architecture docs/etc about the multi-arch builders for FCOS? just a general overview of how things operate would suffice
<miabbott[m]>
looks like we'll have to work on `builder-common.bu` to support building `coreos-assembler` from the `rhcos-4.x` branches when we start moving the RHCOS pipeline
koalillo has joined #fedora-coreos
<koalillo>
yesterday I tried to boot FCOS on a RPI3 using https://github.com/pftf/RPi3 ... and it seemed to work, but failed with weird errors (resizing partitions, IIRC). Is there a better way on RPI3? If there's not, is there interest in bugs about this setup?
jpn has joined #fedora-coreos
<dustymabe>
miabbott[m]: i'm hoping to drop the cosa container building soon
<dustymabe>
koalillo: i'm hoping it works on the pi3 but I don't know if anyone has had success there
<dustymabe>
koalillo: maybe start with a discussion forum post about the topic and the errors you are seeing
<dustymabe>
and then we can open issues if needed based on that discussion
jpn has quit [Ping timeout: 260 seconds]
<koalillo>
thanks dustymabe , let's see if I find some time to reproduce!
<miabbott[m]>
dustymabe: ah with the work that renata is doing?
<miabbott[m]>
re: cosa container building
<dustymabe>
miabbott[m]: right, that will have them building and pushing to a registry and then we won't need to build on each builder