summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2022-02-14 16:44:27 -0600
committerSean E. Russell <ser@ser1.net>2022-02-15 11:53:47 -0600
commitf21a46134638da7d2fe38915f7298362f8e82452 (patch)
tree4d485d56938b3833fa24f5721f94f4af7d7b6cc8 /docs
parentf15c3dea66598c3ffa9035a69b04827e71172d33 (diff)
Fixed target directory for man page; removes the homebrew trigger in release workflow -- gotop is in core.
Diffstat (limited to 'docs')
-rw-r--r--docs/releasing.md17
1 files changed, 1 insertions, 16 deletions
diff --git a/docs/releasing.md b/docs/releasing.md
index 452e8b6..0438243 100644
--- a/docs/releasing.md
+++ b/docs/releasing.md
@@ -7,23 +7,8 @@
5. Download and verify the correct version of one of the binaries
6. Finish the draft release and publish.
7. Check gotop-builder for a successful everything build; if successful, publish.
-8. Notify Nix
+8. ~~Notify Nix~~ -- this seems to have been automated by the Nix folks?
9. ~~Notify Homebrew~~ ~~Automated now.~~ Automation broke. Notify manually.
10. Do the Arch release.
1. cd actions/arch-package
2. VERSION=v4.1.2 ./run.sh
-
-## Nix
-
-I haven't yet figured this out, so currently just file a ticket and hope somebody on that end updates the package.
-
-Nix adds new and interesting complexities to the release.
-
-0. Download the gotop src package; run sha256 on it to get the hash
-1. cd to the nixpkgs directory
-2. Update the sha256 hash in `pkgs/tools/system/gotop/default.nix`
-2. `docker run -it --rm --mount type=bind,source="\$(pwd)",target=/mnt nixos/nix sh`
-3. `cd /mnt`
-8. install & run vgo2nix to update deps.nix
-7. `nix-build -A gotop`
-8. When it fails, ...