-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nixos/syncthing: add versioning #73405
Conversation
267dd1e
to
a8f6a29
Compare
a8f6a29
to
f7c026f
Compare
Note you can test whether the issue still occurs with
|
4c86171
to
74b0495
Compare
74b0495
to
fc58c10
Compare
which issue? |
the lack of descriptions broke the metrics job, preventing a channel from advancing |
Basically, when changing a module, it's good not to just test the module (which I am sure you did), but also this job. |
I see, when I have some more time (I guess on Monday or Sunday), I will have a look at this metrics job. Never heard of it before, also @GrahamcOfBorg did not post anything. Is this party of https://hydra.nixos.org ? I also couldn't find any information about this in the https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md. Btw I think the pull request can be merged now. |
ofborg does not evaluate NixOS tests unfortunately. NixOS/ofborg#315 |
@FRidh thank your explanation and your links. When I ran the command, you posted, in the branch of my changes, I get this error :
I also get this error on the current |
I noticed it as well, even though the test passes on Hydra! Will need to investigate this further. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so lets try this again?
looks like it worked. https://hydra.nixos.org/job/nixpkgs/trunk/metrics |
It seems that syncthing is now using the following format
This stanza is generated from GUI. The GUI generates xml like this by pull request syncthing/syncthing#7407 . |
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @FRidh