gchristensen changed the topic of #nixos-borg to: https://www.patreon.com/ofborg https://monitoring.nix.ci/dashboard/db/ofborg?refresh=10s&orgId=1&from=now-1h&to=now "I get to skip reviewing the PHP code and just wait until it is rewritten in something sane, like POSIX shell. || https://logs.nix.samueldr.com/nixos-borg
<{^_^}> [ofborg] @zowoq opened pull request #515 → config.public.json: add trailing slash to doc → https://git.io/Jf73s
orivej has joined #nixos-borg
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #nixos-borg
orivej has quit [Read error: Connection reset by peer]
orivej_ has joined #nixos-borg
cole-h has quit [Quit: Goodbye]
orivej_ has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos-borg
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-borg
MichaelRaskin has quit [Quit: MichaelRaskin]
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 264 seconds]
orivej_ has joined #nixos-borg
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 264 seconds]
orivej_ has joined #nixos-borg
orivej has joined #nixos-borg
orivej_ has quit [Ping timeout: 256 seconds]
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 265 seconds]
orivej_ has joined #nixos-borg
orivej_ has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos-borg
evanjs has quit [Read error: Connection reset by peer]
evanjs has joined #nixos-borg
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #nixos-borg
orivej_ has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-borg
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-borg
orivej_ has joined #nixos-borg
orivej has quit [Ping timeout: 246 seconds]
orivej_ has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos-borg
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-borg
orivej_ has joined #nixos-borg
orivej has quit [Ping timeout: 265 seconds]
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-borg
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-borg
cole-h has joined #nixos-borg
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-borg
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-borg
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 256 seconds]
<cole-h> Should we drop travis altogether, now that it fails on everything involving nixpkgs due to a too-old Nix version?
<gchristensen> sure
<cole-h> OK, then I'll do that in the GH Actions PR as well. Last call for objections to merging ofborg#485.
<{^_^}> https://github.com/NixOS/ofborg/pull/485 (by cole-h, 4 weeks ago, open): ci: add GitHub Actions
<cole-h> Actually, I wonder if just bumping the `nix: 2.1` to `nix: 2.2` would work...
<cole-h> Lettuce find out.
<LnL> there's an open issue for the travis configuration IIRC
<gchristensen> eggcelent idea
<cole-h> :D
<LnL> so don't think 2.2 exists yet
<cole-h> Well, judging by the fact there's no yellow dot on that commit, I daresay you're right. Then I'll remove the yml in a separate commit and it can be reverted when support for 2.2 exists (if we want to have both GHA and travis for redundancy)
<cole-h> It's weird, because the docs say that "This option supports all Nix releases..." https://docs.travis-ci.com/user/languages/nix#default-nix-version
orivej has joined #nixos-borg
<cole-h> Gonna shower and then rebase+merge when I get back (if there are no complaints).
orivej has quit [Quit: No Ping reply in 180 seconds.]
<{^_^}> travis-ci/travis-build#1833 (by asymmetric, 23 weeks ago, open): nix: default to latest nix
orivej has joined #nixos-borg
<LnL> cole-h: sounds good, if ci passes
<cole-h> LnL: Well, CI won't pass until it gets merged, since, AFAIK, NixOS has turned off third-party CI org-wide (meaning it needs to be merged in prior to seeing if it actually works... lol)
<LnL> I know :p
<cole-h> hehe
<{^_^}> [ofborg] @cole-h merged pull request #485 → ci: add GitHub Actions → https://git.io/Jfljh
<{^_^}> [ofborg] @cole-h pushed 2 commits to released: https://git.io/Jf7MS
<LnL> hmm, shouldn't it have triggered for the master push now?
<cole-h> That's what I was thinking. Maybe I munged the config. Gonna force-push one of my PRs and see if it triggers Actions
<cole-h> Or maybe it doesn't take effect until after it gets merged into released
<cole-h> CI is working on ofborg#503
<{^_^}> https://github.com/NixOS/ofborg/pull/503 (by cole-h, 3 weeks ago, open): tasks/eval: label package updates
<LnL> oh master
<cole-h> OH
<cole-h> LOL
<cole-h> Major derp moment there.
<LnL> same happens to me frequently when I checkout/rebase
<{^_^}> [ofborg] @cole-h opened pull request #516 → ci: released branch, not master → https://git.io/Jf7MN
<cole-h> Hahaha
<cole-h> I guess ofborg was ahead of the curve on this whole master vs main thing :P
<LnL> yeah :D
<cole-h> LnL: I'm thinking ofborg#515 could be completely fixed if we change what is probably a `something.contains(path)` to `something.starts_with(path)`
<{^_^}> https://github.com/NixOS/ofborg/pull/515 (by zowoq, 10 hours ago, open): config.public.json: add trailing slash to doc
<gchristensen> I switched away from master a long time ago, but got tired of tools that hard-coded master
<LnL> yeah
<LnL> assuming that path is the root of the repo and not the full checkout
<cole-h> Right
<{^_^}> [ofborg] @cole-h merged pull request #516 → ci: released branch, not master → https://git.io/Jf7MN
<{^_^}> [ofborg] @cole-h pushed to released « ci: released branch, not master »: https://git.io/Jf7Dn
<cole-h> Yeah, there we go
<cole-h> lol
orivej_ has joined #nixos-borg
orivej has quit [Ping timeout: 264 seconds]
orivej_ has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-borg
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-borg
orivej has quit [Quit: orivej]
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos-borg
orivej has joined #nixos-borg
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-borg
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-borg
orivej has quit [Quit: No Ping reply in 210 seconds.]
orivej has joined #nixos-borg
orivej_ has joined #nixos-borg
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-borg
orivej_ has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #nixos-borg
orivej has quit [Read error: Connection reset by peer]
orivej_ has joined #nixos-borg