Merge branch 'master' into i18n/fr

This commit is contained in:
xxxserxxx 2021-02-11 16:49:04 -06:00 committed by GitHub
commit 150680c7cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 29 additions and 29 deletions

View File

@ -8,7 +8,20 @@
6. Download and verify the correct version of one of the binaries
7. Finish the draft release and publish.
8. Check gotop-builder for a successful everything build; if successful, publish.
10. Wait for the [AUR](https://github.com/xxxserxxx/gotop-linux) project to finish building.
9. Notify Nix
10. ~~Notify Homebrew~~ Automated now.
11. Trigger extensions:
```
for p in builder nvidia remote linux; do
curl -H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${TOKEN}" \
--request POST \
--data "{'event_type': 'my-release', 'client_payload': {'tag': '${TAG}'}}" \
https://api.github.com/repos/xxxserxxx/gotop-${p}/dispatches
done
```
and then go in and mark each release as not a pre-release.
12. Wait for the [AUR](https://github.com/xxxserxxx/gotop-linux) project to finish building.
1. Update package versions in gotop and gotop-bin
2. namcap PKGBUILD
3. updpkgsums
@ -17,23 +30,9 @@
6. git push
7. Test install `gotop`, `gotop-bin`, and `gotop-git` with running & version check
11. Notify Nix
12. ~~Notify Homebrew~~ Automated now.
The AUR project still needs secret credentials to aurpublish to the AUR
repository, so the final publish step is still currently manual.
Oh, what a tangled web.
```
for p in builder nvidia remote; do
curl -H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${TOKEN}" \
--request POST \
--data "{'event_type': 'my-release', 'client_payload': {'tag': '${TAG}'}}" \
https://api.github.com/repos/xxxserxxx/gotop-${p}/dispatches
done
```
## Nix

File diff suppressed because one or more lines are too long

View File

@ -123,6 +123,7 @@ colorschemefile="16| Farbschemadatei konnte nicht gefunden werden {0} in {1}"
colorschemeread="17| Farbschemadatei konnte nicht gelesen werden {0}: {1}"
colorschemeparse="18| Farbschemadatei konnte nicht analysiert werden: {0}"
findlayout="19| Farbschemadatei konnte nicht gelesen werden {0}: {1}"
findlayout="19| Layoutdatei konnte nicht gefunden werden {0}: {1}"
logopen="20| Protokolldatei konnte nicht geöffnet werden {0}: {1}"
table="21| Tabellen-Widget TopRow-Wert kleiner als 0. TopRow: {0}"
nohostname="22| Hostname konnte nicht abgerufen werden: {0}"

View File

@ -123,7 +123,7 @@ setuperr="15| error setting up {0}: {1}"
colorschemefile="16| failed to find colorscheme file {0} in {1}"
colorschemeread="17| failed to read colorscheme file {0}: {1}"
colorschemeparse="18| failed to parse colorscheme file: {0}"
findlayout="19| failed to read colorscheme file {0}: {1}"
findlayout="19| failed to find layout file {0}: {1}"
logopen="20| failed to open log file {0}: {1}"
table="21| table widget TopRow value less than 0. TopRow: {0}"
nohostname="22| could not get hostname: {0}"

View File

@ -123,7 +123,7 @@ setuperr="15| eraro agordante {0}: {1}"
colorschemefile="16| malsukcesis trovi kloraj skemoj dosiero {0} en {1}"
colorschemeread="17| malsukcesis legi kloraj skemoj dosiero {0}: {1}"
colorschemeparse="18| Fiaskis analizi kloraj skemoj dosiero: {0}"
findlayout="19| malsukcesis legi kloraj skemoj dosiero {0}: {1}"
findlayout="19| malsukcesis trovi aranĝan dosieron {0}: {1}"
logopen="20| malsukcesis malfermi enskribi dosieron {0}: {1}"
table="21| Tabla fenestraĵo TopRow-valoro malpli ol 0. TopRow: {0}"
nohostname="22| Ne povis akiri hostname: {0}"

View File

@ -121,7 +121,7 @@ setuperr="18| pu gnittes rorre {0}: {1}"
colorschemefile="19| elif emehcsroloc dnif ot deliaf {0} ni {1}"
colorschemeread="20| elif emehcsroloc daer ot deliaf {0}: {1}"
colorschemeparse="21| elif emehcsroloc esrap ot deliaf: {0}"
findlayout="22| elif emehcsroloc daer ot deliaf {0}: {1}"
findlayout="22| elif tuoyal dnif ot deliaf {0}: {1}"
logopen="22| elif gol nepo ot deliaf {0}: {1}"
table="22| woRpoT .0 naht ssel eulav woRpoT tegdiw elbat: {0}"
nohostname="22| emantsoh teg ton dluoc: {0}"

View File

@ -122,7 +122,7 @@ setuperr="15| error setting up {0}: {1}"
colorschemefile="16| failed to find colorscheme file {0} in {1}"
colorschemeread="17| failed to read colorscheme file {0}: {1}"
colorschemeparse="18| failed to parse colorscheme file: {0}"
findlayout="19| failed to read colorscheme file {0}: {1}"
findlayout="19| failed to find layout file {0}: {1}"
logopen="20| failed to open log file {0}: {1}"
table="21| table widget TopRow value less than 0. TopRow: {0}"
nohostname="22| could not get hostname: {0}"