diff options
author | Sven Gothel <[email protected]> | 2020-01-02 02:27:47 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-02 02:27:47 +0100 |
commit | cea726809231f9355533326cef9cfbef4678ea2f (patch) | |
tree | 1991163ebf9fb4392d96e75c81e7ed185e7192e9 | |
parent | e121e8a23b4af0d4ccc76ed4d5751033ee713e0c (diff) |
promote-latest-builds: Add sha512sum.txt over all archive/*.7z files
-rwxr-xr-x | jenkins-builds/promote-latest-builds.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jenkins-builds/promote-latest-builds.sh b/jenkins-builds/promote-latest-builds.sh index 73f6471..f201a4c 100755 --- a/jenkins-builds/promote-latest-builds.sh +++ b/jenkins-builds/promote-latest-builds.sh @@ -235,6 +235,8 @@ function promote-latest-builds() { prom_merge_modules $dest gluegen joal jogl jocl + sha512sum -b $dest/*.7z > $dest/sha512sum.txt + prom_cleanup $dest uri=gluegen_$bgluegenslave-joal_$bjoalslave-jogl_$bjoglslave-jocl_$bjoclslave |