From 3b0aaac626a70dddc63c4a716aeca91f1f1f4f33 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Fri, 18 Sep 2020 16:37:45 +1000 Subject: [PATCH] Added checksum hashes order to release --- scripts/publish.sh | 2 +- scripts/xcompile.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index c878481e..40b290f6 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -32,5 +32,5 @@ upload() { done < <(find ./build -mindepth 1 -maxdepth 1 -print0) } -release +# release upload diff --git a/scripts/xcompile.sh b/scripts/xcompile.sh index 4f640ba0..d41d97c6 100755 --- a/scripts/xcompile.sh +++ b/scripts/xcompile.sh @@ -11,3 +11,4 @@ CGO_ENABLED=0 gox -ldflags "${LDFLAGS}" -os=linux -output="build/yq_{{.OS}}_{{. cd build rhash -r -a . -P -o checksums +rhash --list-hashes > checksums_hashes_order \ No newline at end of file