holdenk commented on code in PR #131:
URL: https://github.com/apache/spark-docker/pull/131#discussion_r3636836459
##########
tools/template.py:
##########
@@ -40,6 +40,8 @@
"3.5.7": "564CA14951C29266889F9C5B90E2BA86F7A9B307",
# issuer "[email protected]"
"3.5.8": "F28C9C925C188C35E345614DEDA00CE834F0FC5C",
+ # issuer "[email protected]"
+ "3.5.9": "D05CF4F16124A4B97D7F96C417C47D58C0A604AC",
Review Comment:
So the raw key text doesn't show up like that in our keys file (e.g. if I
look for the 3.5.8 key with `curl -s https://downloads.apache.org/spark/KEYS |
grep -I F28C9C925C188C35E345614DEDA00CE834F0FC5C`) it also doesn't show
anything). But if you download the keys file both the 3.5.8 and 3.5.9 release
keys are there:
```
hkarau spark % gpg --show-keys keys | grep -I
F28C9C925C188C35E345614DEDA00CE834F0FC5C
F28C9C925C188C35E345614DEDA00CE834F0FC5C
gpg: WARNING: No valid encryption subkey left over.
hkarau spark % gpg --show-keys keys | grep -I
D05CF4F16124A4B97D7F96C417C47D58C0A604AC
gpg: WARNING: No valid encryption subkey left over.
D05CF4F16124A4B97D7F96C417C47D58C0A604AC
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]