;tools:just: more updates

This commit is contained in:
Simon Michael 2025-10-02 10:14:13 -10:00
parent c871ca0ebb
commit 84f037dc7e

View File

@ -1093,6 +1093,7 @@ nightlybin:
git push -f origin HEAD:nightly git push -f origin HEAD:nightly
git push -f origin HEAD:binaries git push -f origin HEAD:binaries
echo "When binaries have built successfully, run just nightlyrel-bin-copy" echo "When binaries have built successfully, run just nightlyrel-bin-copy"
just ghworkflows-open
# Browse the github nightly prerelease. # Browse the github nightly prerelease.
@nightlyrel-open: @nightlyrel-open:
@ -1693,14 +1694,18 @@ installcommithook:
@push *INTERVAL: @push *INTERVAL:
just functest --hide && tools/push {{ INTERVAL }} just functest --hide && tools/push {{ INTERVAL }}
# Get the id of the latest run of the named workflow. # Browse the All workflows status page on github.
@_ghrun-id WORKFLOW: @ghworkflows-open:
gh run list --workflow {{ WORKFLOW }} --json databaseId --jq '.[0].databaseId' open -a safari https://ci.hledger.org
# Browse the latest run of the named workflow. # Browse the latest run of the named workflow.
@ghrun-open WORKFLOW: @ghrun-open WORKFLOW:
gh run view --web $(just _ghrun-id {{ WORKFLOW }}) gh run view --web $(just _ghrun-id {{ WORKFLOW }})
# Get the id of the latest run of the named workflow.
@_ghrun-id WORKFLOW:
gh run list --workflow {{ WORKFLOW }} --json databaseId --jq '.[0].databaseId'
# stackclean: \ # stackclean: \
# $(call def-help-hide,stackclean, remove .stack-work/ dirs ) # $(call def-help-hide,stackclean, remove .stack-work/ dirs )
# $(STACK) purge # $(STACK) purge