Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove branching fingerprint selection
It is unnecessary. It is much easier to just include multiple
fingerprints.
  • Loading branch information
jstuder-gh committed Apr 7, 2019
1 parent 60f1dd9 commit d203319
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions Dockerfile
Expand Up @@ -13,20 +13,9 @@ RUN buildDeps=' \
make \
' \
\
keyfp=$( \
timestampFromDate() { \
date -d $(echo $1 | cut -c1-7 | tr . - | xargs printf '%s-01') '+%s'; \
}; \
\
if [ $(timestampFromDate $rakudo_version) -lt $(timestampFromDate '2019.03') ]; then \
echo 'ECF8B611205B447E091246AF959E3D6197190DD5'; \
else \
echo '7A6C9EB8809CFEAF0ED4E09F18C438E6FF24326D'; \
fi \
) \
\
url="https://rakudo.org/downloads/star/rakudo-star-${rakudo_version}.tar.gz" \
keyserver='ha.pool.sks-keyservers.net' \
keyfp='ECF8B611205B447E091246AF959E3D6197190DD5 7A6C9EB8809CFEAF0ED4E09F18C438E6FF24326D' \
tmpdir="$(mktemp -d)" \
&& set -x \
&& export GNUPGHOME="$tmpdir" \
Expand Down

0 comments on commit d203319

Please sign in to comment.