heldwin has quit [Remote host closed the connection]
heldwin has joined #fedora-coreos
<bgilbert>
dustymabe: another possibility is for the job to mark newly-created PRs as draft, so we skip the Prow runs until we think the PR is interesting enough to merge
nemric has joined #fedora-coreos
heldwin has quit [Remote host closed the connection]
bgilbert has quit [Ping timeout: 240 seconds]
b100s has joined #fedora-coreos
<b100s>
hi2all; today I've encountered into https://flatcar-linux.org/ and surprised about more than one descendent of CoreOS. What do you think about this distro? How many descendants of CoreOS in the wild and actual use?
mnguyen has joined #fedora-coreos
mnguyen_ has quit [Ping timeout: 256 seconds]
jcajka has joined #fedora-coreos
mnguyen has quit [Ping timeout: 255 seconds]
mnguyen has joined #fedora-coreos
<travier[m]>
b100s: You're in the room for Fedora CoreOS discussions so we're obviously biased. From my perspective, Fedora CoreOS (and Red Hat CoreOS) is about merging the best from CoreOS Container Linux and Fedora / Red Hat Atomic Host. Flatcar is a continuation of the Container Linux project. I'm not familiar enough with the changes they've done to say more.
Betal has quit [Quit: WeeChat 3.5]
jpn has joined #fedora-coreos
jpn has quit [Quit: Lost terminal]
jpn has joined #fedora-coreos
BobSlept has joined #fedora-coreos
heldwin has joined #fedora-coreos
<BobSlept>
Just want to let you know that i've succesfully setup my first fedora coresos server. I first tested on a RPI4 and after that I just created a very simple ignition file with ssh access. After installation I've then added a second harddrive by hand via systemd. Then tried to setup a podman container and when it worked, i've let podman generate a systemd file. It now survives reboots, pulls container image on start of the service. It's
<BobSlept>
super cool. it's just my home "server". But super fun, and in the end it was easier then i thought it would be. Ofcourse it's an fairly easy setup right now, but it works and can't wait on the first auto update to see if it all survives :D
<travier[m]>
Bob Slept: nice!
jpn has quit [Ping timeout: 258 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 256 seconds]
jpn has joined #fedora-coreos
jpn has quit [Quit: Lost terminal]
jpn has joined #fedora-coreos
ravanelli has joined #fedora-coreos
crobinso has joined #fedora-coreos
<nemric>
BobSlept: nice, now you can cpoy/paste your systemd service content in your butane file, and your config will survive across frash installs ;)
<nemric>
*fresh
mnguyen_ has joined #fedora-coreos
mnguyen has quit [Ping timeout: 256 seconds]
mheon has joined #fedora-coreos
<nemric>
Yeah ! since 2 hours now, the "redhat.vscode-yaml" extension for VScode now "support" Butane Config file schema from JSON Schema Store ! You just need to install the extension of course and set file association : "files.associations": {"*.bu": "yaml"} in your workspace settings !
<crobinso>
dustymabe: ah right. if you want to split the package further to have a aaarch64_be variant that's cool with me too
<crobinso>
s/variant/subrpm/
<dustymabe>
crobinso: +1 - we don't want to ask for too much (i.e. others might think we're being unreasonable) so we might keep it as is, but it's good to know that you're open to it.
<LakshmiRavichand>
in my local run, I see 'ext.config.ignition.resource.remote' to be passing which looks good
<jlebon>
dustymabe: i am if you are :) patch itself looks sane
<dustymabe>
LakshmiRavichand: +1
<dustymabe>
can you update the commit message in that PR?
MohamedEltayeb[m has quit [Quit: You have been kicked for being idle]
SandipanRoy[m]1 has quit [Quit: You have been kicked for being idle]
<LakshmiRavichand>
dustymabe: updated them :)
fdavidg has joined #fedora-coreos
paragan has quit [Quit: Leaving]
<dustymabe>
LakshmiRavichand: I'm not so worried about the PR description, but more about the git commit message.. i.e. run `git commit --amend` locally and update the message and then force push.
<dustymabe>
I'm free to do a screenshare if that would help
<dustymabe>
won't each of them be trying to update the meta.json ?
<jlebon>
there's locking
<jlebon>
grep cmdlib.py for 'lock'
* walters
is going to submit a patch to pipewire that has it monitor keystrokes and if it detects someone types "dumb question" it makes a buzzer sound 😉
<dustymabe>
🤣
<dustymabe>
it would be going off all the time for me
<dustymabe>
🚨
<dustymabe>
🚨
<jlebon>
hehe
<dustymabe>
ok right.. locking is one thing, but there exists the "in memory" representation of meta.json for each of the runs
<dustymabe>
which can/will be out of date
<dustymabe>
I guess it's `merge_meta` which handles that