<samueldr>
I'm curious whether the misc. issues with the fastly servers (the transient errors) are being looked at by fastly; are they aware of the situation?
<samueldr>
(also wondering who's our contact peep for fastly)
pie__ has joined #nixos-dev
pie___ has quit [Remote host closed the connection]
drakonis has joined #nixos-dev
<niksnut>
samueldr: mostly ikwildrpepper
<niksnut>
sphalerite: looks like we have a wildcard rule to protect release* branches (didn't know that was possible)
<samueldr>
thanks niksnut
<niksnut>
I've created the 19.03 and 19.03-small jobsets
<niksnut>
and disabled a bunch of old jobsets (16.09!)
<domenkozar>
docs for releasing need to be updated though
<domenkozar>
sphalerite: what docs do you follow
pie___ has joined #nixos-dev
pie__ has quit [Ping timeout: 245 seconds]
drakonis has quit [Quit: WeeChat 2.3]
orivej has joined #nixos-dev
<domenkozar>
some good news, I've automated quite a bit of nixos weeekly, so I think now it might be more feasible to sent the letter even on low content
<domenkozar>
pushed a commit that removes this step, tanks
<domenkozar>
thanks*
orivej has quit [Remote host closed the connection]
orivej has joined #nixos-dev
<LnL>
oh, when did we hit 170k commits?
johanot has joined #nixos-dev
arianvp has quit [Ping timeout: 245 seconds]
arianvp has joined #nixos-dev
gchristensen has quit [Ping timeout: 245 seconds]
pepesza has quit [Ping timeout: 255 seconds]
pepesza has joined #nixos-dev
sphalerite has quit [Ping timeout: 252 seconds]
clever has quit [Ping timeout: 268 seconds]
sphalerite has joined #nixos-dev
init_6 has joined #nixos-dev
init_6 has quit []
init_6 has joined #nixos-dev
ivan_ has joined #nixos-dev
gchristensen has joined #nixos-dev
ivan has quit [Disconnected by services]
ivan_ is now known as ivan
ekleog_ has joined #nixos-dev
aszlig_ has joined #nixos-dev
cransom has quit [Ping timeout: 246 seconds]
lassulus has quit [Ping timeout: 246 seconds]
harrow has quit [Ping timeout: 246 seconds]
joko has quit [Ping timeout: 255 seconds]
tv has quit [Ping timeout: 255 seconds]
ekleog has quit [Ping timeout: 255 seconds]
aszlig has quit [Ping timeout: 255 seconds]
tv has joined #nixos-dev
<domenkozar>
any interesting content for weekly tomorrow? :)
harrow has joined #nixos-dev
cransom has joined #nixos-dev
lassulus has joined #nixos-dev
johanot has quit [Quit: WeeChat 2.2]
ixxie has joined #nixos-dev
init_6 has quit []
<samueldr>
sphalerite: might want to create and link the ZHF/ZTF issues for 19.03 in the weekly?
<sphalerite>
samueldr: I haven't created them yet :p
<samueldr>
yeah :)
asymmetric has joined #nixos-dev
clever has joined #nixos-dev
drakonis has joined #nixos-dev
drakonis_ has joined #nixos-dev
drakonis has quit [Ping timeout: 250 seconds]
asymmetric_ has joined #nixos-dev
asymmetric has quit [Ping timeout: 250 seconds]
JosW has joined #nixos-dev
cransom has quit [Ping timeout: 255 seconds]
cransom has joined #nixos-dev
<sphalerite>
what's missing for the nixos-19.03 channel to appear on nixos.org/channels? I see two evaluations of it have already succeeded
<sphalerite>
ah, I guess the biosUsb test does need to pass
<sphalerite>
machine# [ 133.461169] systemd[1]: segfault at 7fb939cae5c0 ip 00007fb939b7d250 sp 00007ffd04e5a450 error 7 in libc-2.27.so[7fb939b24000+13d000]
<sphalerite>
very nice
<gchristensen>
joy
johanot has joined #nixos-dev
<samueldr>
sphalerite: pretty much, an eval has to have all tests pass and build to complete :)
<samueldr>
(earlier I restarted one transient test failure)
<samueldr>
sphalerite: if you have an hydra account (if you don't maybe create one?) I find it useful to star some jobs to better keep track in the dashboard
<sphalerite>
gchristensen: hm ok, but how does that relate to the beta bit?
<gchristensen>
right. that part.
* gchristensen
pokes his internet "you awake?"
<gchristensen>
stableBranch = true is the reason :)
<gchristensen>
fixed, sphalerite
<gchristensen>
hydra's jobset was prematurely marked as stable
<sphalerite>
yaaaaay it wasn't my fault
<sphalerite>
lolk
<sphalerite>
thanks!
<gchristensen>
" Create two Hydra jobsets: release-17.09 and release-17.09-small with stableBranch set to false. " and it is already documented as such
<gchristensen>
but also please do update the revcount :)
<gchristensen>
oh, but, the most important thing is, way to go samueldr and sphalerite -- I'm delighted to see your getting this done!
drakonis has joined #nixos-dev
drakonis_ has quit [Ping timeout: 244 seconds]
asymmetric_ is now known as asymmetric
<asymmetric>
is there an explanation somewhere of why hnix came to be?
<gchristensen>
the author decided it would be nice to have a haskell version of nix
drakonis_ has joined #nixos-dev
drakonis has quit [Ping timeout: 250 seconds]
<ixxie>
is that a Nix parser in Haskell or a Nix-like DSL inside Haskell?
<gchristensen>
it is a nix parser in Haskell which can parse (most?) of nixpkgs
<infinisil>
ixxie: gchristensen: It is also a nix evaluator!