Skip to content

scm: natively support patch sets #347

@jkloetzke

Description

@jkloetzke

Currently patches are applied with a checkoutScript which has a number of drawbacks:

  • quilt patch series files are not easily supported
  • The user is not able to override the patch set with scmOverrides
  • Changes to the patch set are considered incompatible changes and will trigger a clean rebuild of the dependencies because the checkoutScript has changed.
  • The checkoutScript has to deal with updates to the underlying checkout. This typically fails if a git repository is patched (and there are updates on a branch.) or if a tarball was updated.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions