From 757886180b0d4b487d40179e8a83c0de0624c7c5 Mon Sep 17 00:00:00 2001 From: dusk Date: Wed, 30 Jul 2025 15:32:19 +0300 Subject: [PATCH] docs: hacking: update spindle section to mention changing owner did Change-Id: urqyorovvzvprxqyqqmuqovquttlvvqw --- docs/hacking.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/hacking.md b/docs/hacking.md index 8cc858b..e7d279b 100644 --- a/docs/hacking.md +++ b/docs/hacking.md @@ -91,12 +91,13 @@ git push local-dev main ## running a spindle -The above VM should already be running a spindle on -`localhost:6555`. You can head to the spindle dashboard on -`http://localhost:3000/spindles`, and register a spindle -with hostname `localhost:6555`. It should instantly be -verified. You can then configure each repository to use this -spindle and run CI jobs. +Be sure to change the `owner` field for the spindle in +`nix/vm.nix` to your own DID. The above VM should already +be running a spindle on `localhost:6555`. You can head to +the spindle dashboard on `http://localhost:3000/spindles`, +and register a spindle with hostname `localhost:6555`. It +should instantly be verified. You can then configure each +repository to use this spindle and run CI jobs. Of interest when debugging spindles: -- 2.43.0