/patch_rebaser

DLRN custom pre-processing script to automatically rebase patches on top of incoming repo changes.

Primary LanguagePythonMIT LicenseMIT

Script - Patch Rebaser

DLRN custom pre-processing script to automatically rebase patches on top of incoming repo changes.

  • Free software: MIT license

Pre-requisites

To run DLRN with the script:

  • Place patch_rebaser.py on the same host. Make sure the file is executable.
  • Place patch_rebaser.ini in the same directory as the script. You can use patch_rebaser.ini.example as a template.
  • Update custom_preprocess= in DLRN's projects.ini with full path to the script.

Make sure everything is set up correctly to authenticate with any of the expect git remotes (SSH keys, SSL certs, host keys, kerberos config, etc).

Credits

This package was created with Cookiecutter based on the audreyr/cookiecutter-pypackage project template.