Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pkg-varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
pkg-varnish-cache
Commits
f904030c
Commit
f904030c
authored
Apr 14, 2016
by
Lasse Karstensen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No realpath on our wheezy jenkins box.
parent
afb368ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
dl-source
dl-source
+3
-4
No files found.
dl-source
View file @
f904030c
...
...
@@ -13,7 +13,7 @@ dl() {
}
RELEASEVERSION
=
$1
OUTPUTDIR
=
$
(
realpath
$2
)
OUTPUTDIR
=
$
2
if
[
$#
-ne
2
]
;
then
echo
"Usage:
$0
release outputdir"
...
...
@@ -36,10 +36,9 @@ if ! gpg --list-key C4DEFFEB 1>/dev/null; then
fi
# Do file verification.
cd
$TMPDIR
gpg
--verify
SHA256SUM.gpg SHA256SUM
(
cd
$TMPDIR
&&
gpg
--verify
SHA256SUM.gpg SHA256SUM
)
# Release must be a part of the signed signature file to be valid.
grep
"varnish-
$RELEASEVERSION
.tar.gz"
SHA256SUM |
sha256sum
-c
-
(
cd
$TMPDIR
&&
grep
"varnish-
$RELEASEVERSION
.tar.gz"
SHA256SUM |
sha256sum
-c
-
)
mv
$TMPDIR
/
*
gz
$OUTPUTDIR
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