Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
heptapod
heptapod
Commits
6ab7bed5746b
Commit
f1a7664d
authored
Jan 10, 2021
by
Georges Racinet
🦑
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Heptapod CI: displaying the tarball SHA-256 checksum
--HG-- branch : heptapod-stable
parent
88b1d5a15711
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
scripts/heptapod-make-push-tarball.sh
scripts/heptapod-make-push-tarball.sh
+2
-0
No files found.
scripts/heptapod-make-push-tarball.sh
View file @
6ab7bed5
...
...
@@ -22,7 +22,9 @@ TARBALL_PATH=/tmp/${TARBALL}
echo
"Generating
${
TARBALL
}
"
hg archive
-t
tgz
${
TARBALL_PATH
}
echo
"Generating SHA-256 checksum"
sha256sum
${
TARBALL_PATH
}
>
${
TARBALL_PATH
}
.sha256sum
cat
${
TARBALL_PATH
}
.sha256sum
if
[
-n
"
$HEPTAPOD_TARBALL_UPLOAD_KEY
"
]
;
then
`
dirname
$0
`
/heptapod-sftp-push
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment