aptly: update expired GPG key

Aptly repos are signed with a GPG key embedded in environment
containers. That key expired today (2024-02-23).

Key was replaced with a new one [1]; update key fingerprint in this repo
to match.

[1] https://review.opendev.org/c/starlingx/tools/+/910036

Depends-On: https://review.opendev.org/c/starlingx/tools/+/910036
Partial-Bug: 2054862
Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
Change-Id: I7d20a1e7276796e694f837f004b8133e28ae5de4
This commit is contained in:
Davlet Panech 2024-02-23 21:26:33 -05:00
parent e9a87bc57b
commit 0b24411a7c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ from typing import Optional
PREFIX_LOCAL = 'deb-local-'
PREFIX_REMOTE = 'deb-remote-'
PREFIX_MERGE = 'deb-merge-'
SIGN_KEY = 'E82373F817C276756FA64756FAAD0555200D6582'
SIGN_KEY = '8C58D092AD39022571D1F57AFA689A0116E3E718'
SIGN_PASSWD = 'starlingx'
DEFAULT_TIMEOUT_COUNT = 1
STX_DIST = os.environ.get('STX_DIST')