Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Framework: expand package installing function with custom parameter #7122

Closed
wants to merge 2 commits into from

Conversation

igorpecovnik
Copy link
Member

@igorpecovnik igorpecovnik commented Aug 22, 2024

Description

Expand functions install_deb_chroot and install_artifact_deb_chroot with additional parameter.

  • This adds support to pass additional parameters to package installer.

Enable allow-downgrades to base-files to allow building images with older version than current

Framework stores our base-files in rootfs cache with version that comes from trunk and when we make stable images for current or previous release, build fails with error E: Packages were downgraded and -y was used without --allow-downgrades.

#7048 AR-2350 AR-2454

How Has This Been Tested?

Manual install of broken builds.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

…ith accepting additional custom parameter

This adds support to pass additonal parameters to package installer.
…s with older version than current

Framework stores our base-files in rootfs cache with version that comes from trunk and when we make stable images for current or previous release, build fails with error  E: Packages were downgraded and -y was used without --allow-downgrades.
@igorpecovnik igorpecovnik requested a review from a team as a code owner August 22, 2024 08:47
@github-actions github-actions bot added the size/small PR with less then 50 lines label Aug 22, 2024
@igorpecovnik igorpecovnik added Bugfix Pull request is fixing a bug 08 Milestone: Third quarter release and removed size/small PR with less then 50 lines labels Aug 22, 2024
@github-actions github-actions bot added the Framework Framework components label Aug 22, 2024
@igorpecovnik igorpecovnik added the Needs review Seeking for review label Aug 22, 2024
@igorpecovnik
Copy link
Member Author

Closing in favour of better solution #7123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
08 Milestone: Third quarter release Bugfix Pull request is fixing a bug Framework Framework components Needs review Seeking for review
Development

Successfully merging this pull request may close these issues.

1 participant