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

T6684: new Debian package repo snapshot logic #758

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

HollyGurza
Copy link
Contributor

patch live-build to save information about all installed packages and their source repo, including temporary packages

Change Summary

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes)
  • Migration from an old Vyatta component to vyos-1x, please link to related PR inside obsoleted component
  • Other (please describe):

Related Task(s)

Component(s) name

Related PR(s)

vyos/vyos-live-build#2

Proposed changes

How to test

Checklist:

  • I have read the CONTRIBUTING document
  • I have linked this PR to one or more Phabricator Task(s)
  • My commit headlines contain a valid Task id
  • My change requires a change to the documentation
  • I have updated the documentation accordingly

Copy link

github-actions bot commented Sep 11, 2024

👍
No issues in PR Title / Commit Title

RUN apt-get update && apt-get install -y \
cpio

RUN wget https://github.com/vyos/vyos-live-build/commit/3ddf0e979c352f2917be6a949fb8dd37b5c9f2b7.patch \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Until we decide whether we really need a full-blown fork of live-build, maybe just put the patch in this repository?

Now it's a bit of a "worst of both worlds" situation: it requires a full fork but is also pulling the upstream repo. If we are ready to pull the upstream repo, the fork is not useful.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed, now the patch file is stored in the docker context dir

patch live-build to save information about all installed packages and their source repo, including temporary packages
@dmbaturin dmbaturin merged commit d5adf5b into vyos:current Sep 16, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants