Merge "build-image: remove [trusted=yes] from package feed"

This commit is contained in:
Zuul 2022-05-02 13:49:55 +00:00 committed by Gerrit Code Review
commit 0cc70dc5ac

View File

@ -366,10 +366,10 @@ if __name__ == "__main__":
if update_debootstrap_mirror(lat_initramfs_yaml):
logger.debug("Debootstrap switches to mirror %s in %s", REPO_ALL, lat_initramfs_yaml)
binary_repo_url = ''.join(['deb [trusted=yes] ',
binary_repo_url = ''.join(['deb ',
os.environ.get('REPOMGR_DEPLOY_URL'),
REPO_BINARY, ' bullseye main'])
build_repo_url = ''.join(['deb [trusted=yes] ',
build_repo_url = ''.join(['deb ',
os.environ.get('REPOMGR_DEPLOY_URL'),
REPO_BUILD, ' bullseye main'])