mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-03 05:18:24 +03:00
tests: Use long key IDs
Short key IDs are not secure, and may be rejected by OpenPGP implementations. See https://evil32.com/ Signed-off-by: Justus Winter <justus@sequoia-pgp.org>
This commit is contained in:
parent
f46cc0cd85
commit
ad8c9f9817
@ -34,7 +34,7 @@ setup_os_repository_signed () {
|
||||
bootdir=${1:-usr/lib/modules/3.6.0}
|
||||
|
||||
oldpwd=`pwd`
|
||||
keyid="472CDAFA"
|
||||
keyid="7FCA23D8472CDAFA"
|
||||
|
||||
cd ${test_tmpdir}
|
||||
mkdir testos-repo
|
||||
|
@ -33,7 +33,7 @@ fi
|
||||
|
||||
echo "1..7"
|
||||
|
||||
keyid="472CDAFA"
|
||||
keyid="7FCA23D8472CDAFA"
|
||||
oldpwd=`pwd`
|
||||
mkdir ostree-srv
|
||||
cd ostree-srv
|
||||
|
Loading…
Reference in New Issue
Block a user