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

genorig should not be done in development workflows when running locally #20

Open
fwilhe opened this issue Jul 15, 2024 · 0 comments
Open

Comments

@fwilhe
Copy link
Member

fwilhe commented Jul 15, 2024

Discussed with @Vincinator and @nkraetzschmar

Here

debian/bin/genorig.py --override-version "$version_orig" "$kernel_repo"
we are cloning the kernel each time we call the prepare_source script. This is not good for local development as it takes a few minutes each time which makes the workflow for fixing patches harder.

It would be nice if we could avoid doing this each time for a local development setup. We should still avoid a 'dirty' state, i.e. applied patches need to be accounted for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant