Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Do not delete local.patch file after reapplying #26

@kasperg

Description

@kasperg

bandaid-apply checks for the existence of a local.patch file and applies it if available. Afterwards the patch file is deleted. Is this necessary?

In my opinion the existence of a local.path file shows developers that the project has been modified locally and that these changes should be reapplied after updating the project resulting in the following workflow:

  1. `drush dl some-project``
  2. If a some-project.local.path file exists: drush ba some-project.

If the local.patch file is deleted the following workflow seems to be required

  1. drush bt some-project - or check VCS history to see if the files for the project have been changed after updating
  2. `drush dl some-project``
  3. If a some-project.local.path file exists: drush ba some-project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions