| 18 Nov 2025 |
raitobezarius | i see nothing on my end | 15:02:05 |
raitobezarius | did you really target refs/for/main ? | 15:02:52 |
just1602 | Yeah, I've configured jj to push to the main branch by default and it does the refs magic under the hood, but I'll try by specifying it explicitely | 15:07:21 |
just1602 | Nope, still doesn't work, there's clearly something broken | 15:08:53 |
raitobezarius | i see you performing a git upload on the server | 15:18:23 |
raitobezarius | but there's no error attached whatsover | 15:18:27 |
raitobezarius | could you try a normal git push? | 15:18:32 |
raitobezarius | i'm not familiar with jj | 15:18:35 |
raitobezarius | and send me the outputs with -vv or something | 15:18:44 |
raitobezarius | gerrit should reply something | 15:18:48 |
raitobezarius | it seems like you are getting a gerrit reply but it's hidden by jj | 15:18:55 |
Qyriad | I'm wondering if this is some implicit vs explicit Change-ID nonsense | 15:19:17 |
raitobezarius | that's very plausible | 15:19:34 |
raitobezarius | but gerrit would explain why it would reject it | 15:19:42 |
just1602 | ❯ git push origin HEAD:refs/for/main
Enumerating objects: 44, done.
Counting objects: 100% (44/44), done.
Delta compression using up to 24 threads
Compressing objects: 100% (23/23), done.
Writing objects: 100% (23/23), 1.83 KiB | 1.83 MiB/s, done.
Total 23 (delta 21), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Resolving deltas: 100% (21/21)
remote: Processing changes: refs: 2, done
To ssh://gerrit.lix.systems:2022/lix
! [remote rejected] HEAD -> refs/for/main (cannot combine normal pushes and magic pushes)
! [remote rejected] 2.94.0 -> 2.94.0 (cannot combine normal pushes and magic pushes)
error: failed to push some refs to 'ssh://gerrit.lix.systems:2022/lix'
| 15:32:01 |
puck | it suggests you're trying to push to 2.94.0? | 16:03:47 |
just1602 | but I don't :P | 16:35:06 |
just1602 | I'll try to check what's going on. | 16:35:13 |
| @lorenzleutgeb:matrix.org left the room. | 16:37:09 |
just1602 | Thanks puck you point me toward the right thing. I had followTags = true in my git config. | 16:42:18 |
puck | yeah,. i was going to point to the config file if you didn't notice | 16:46:23 |
just1602 | That's the sad part with jj, it doesn't always rely on git, but when it does the git config still applies. | 16:49:26 |
Winter | Contrary to the release notes, we did not observe a 38 % improvement on nix search.
this should clarify that it's (presumably) referencing the Nix relnotes | 16:52:48 |
raitobezarius | it refers to our own release notes | 16:53:44 |
raitobezarius | i should probably update the actual number we figured out | 16:53:57 |
raitobezarius | it went past review | 16:54:05 |
Winter | build-dir no longer defaults to temp-dir
I was under the impression that this is also true in 2.93.{1..} -- if it is, maybe make the differences between latest 2.93.z and 2.94.0 the only thing there to avoid confusion? Or is this just for greater visibility? | 16:57:00 |
raitobezarius | yeah, i was on the edge on this one | 16:57:46 |
raitobezarius | and i consider that repeating things is key to pedagogy | 16:57:54 |
raitobezarius | there's extra information in the blog post around this feature | 16:58:03 |