Skip to content

Commit

Permalink
Merge pull request #3178 from teythoon/justus/long-key-ids
Browse files Browse the repository at this point in the history
tests: Use long key IDs
  • Loading branch information
cgwalters committed Feb 16, 2024
2 parents f46cc0c + ad8c9f9 commit c726010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test-admin-gpg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test-commit-sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi

echo "1..7"

keyid="472CDAFA"
keyid="7FCA23D8472CDAFA"
oldpwd=`pwd`
mkdir ostree-srv
cd ostree-srv
Expand Down

0 comments on commit c726010

Please sign in to comment.