build-pkgs: don't sign aptly repos when publishing

The embedded GPG keys in aptly have expired, making repos published by
aptly unusable. This makes all builds fail.

The key itself is embedded in stx-tools, and in build-tools.

Disable repo signing to unblock the builds.

Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
Change-Id: Ib3f2c3a2c1192ede04b5136bb575d27884e4a276
This commit is contained in:
Davlet Panech 2024-02-23 15:37:02 -05:00
parent e9a87bc57b
commit db80b7b73a
1 changed files with 1 additions and 0 deletions

View File

@ -379,6 +379,7 @@ class Deb_aptly():
architectures=extra_param['architectures'], prefix=extra_param['prefix'],
distribution=extra_param['distribution'],
sign_gpgkey=SIGN_KEY, sign_passphrase=SIGN_PASSWD,
sign_skip=extra_param['sign_skip'],
origin=extra_param['origin'])
task_state = self.__wait_for_task(task, 10)
if task_state != 'SUCCEEDED':