Skip to content

Improve check_patches before applying #74

@jaumef

Description

@jaumef

When applying with "--from-commit" option, instead of using the ".patch" files uploaded, it uses all the patches on the "patch/<pr_number>" path.

This generates 2 problems:

  • Slow check for all files (sorted by commit number) to find which one has the correct hash
  • May apply more commits than uploaded
    • Patches made manually that are sorted under the ones uploaded
    • Copies of the patch files
    • A commit that was uploaded and then removed with a "push --force"
    • ...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions