summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml30
-rw-r--r--README.md4
-rw-r--r--build/nfpm.yml2
3 files changed, 3 insertions, 33 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
deleted file mode 100644
index 5cb2c80..0000000
--- a/.github/workflows/release.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-name: Post release triggers
-
-on:
- release:
- types: [published]
-
-
-jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - name: Get tag name
- shell: bash
- run: echo "##[set-output name=tag;]$(echo ${GITHUB_REF##*/})"
- id: tag_name
-
- - name: Update and inform Homebrew
- uses: dawidd6/action-homebrew-bump-formula@v3
- with:
- token: ${{ secrets.homebrew }}
- formula: gotop
- tag: ${{ steps.tag_name.outputs.tag }}
-
- - name: Update Arch AURs
- uses: peter-evans/repository-dispatch@v1
- with:
- token: ${{ secrets.REPO_ACCESS_TOKEN }}
- repository: xxxserxxx/gotop-linux
- event-type: my-release
- client-payload: '{"tag": "${{ steps.tag_name.outputs.tag }}"}'
diff --git a/README.md b/README.md
index 54148d7..52807b2 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Join us in [\#gotop:matrix.org](https://app.element.io/#/room/#gotop:matrix.org)
</div>
-See the [mini-blog](https://github.com/xxxserxxx/gotop/wiki/Micro-Blog) for updates on the build status, and the [change log](/CHANGELOG.md) for release updates.
+See the [change log](/CHANGELOG.md) for release updates.
<img src="./assets/screenshots/demo.gif" />
@@ -52,7 +52,7 @@ If you install gotop by hand, or you download or create new layouts or colorsche
Extensions have proven problematic; go plugins are not usable in real-world cases, and the solution I had running for a while was hacky, at best. Consequently, extensions have been moved into the main code base for now.
-- nvidia support: use the `--nvidia` flag to enable. You must have the `nvidia- smi` package installed, and gotop must be able to find the `nvidia-smi` executable, for this to work.
+- nvidia support: use the `--nvidia` flag to enable. You must have the `nvidia-smi` package installed, and gotop must be able to find the `nvidia-smi` executable, for this to work.
- remote: allows gotop to pull sensor data from applications exporting Prometheus metrics, including remote gotop instances themselves.
### Console Users
diff --git a/build/nfpm.yml b/build/nfpm.yml
index 3c3bc66..12cb213 100644
--- a/build/nfpm.yml
+++ b/build/nfpm.yml
@@ -28,4 +28,4 @@ contents:
# Manpage
- src: ${MANPAGE}
- dst: /usr/share/man/man8/gotop.8.gz
+ dst: /usr/share/man/man8/gotop.1.gz