sunflowerit / waftlib

Apache License 2.0
7 stars 14 forks source link

[IMP] #9242 Survive broken 'git am' patches #50

Closed thomaspaulb closed 5 months ago

thomaspaulb commented 5 months ago

We recently started using a new way of applying MR's to branches. Instead of letting gitaggregator merge, we apply a shell_command_after that applies the MR as a 'git am' patch, which preserves pinning. However when 'git am' fails, the directory is left in a broken state and this should be fixed upon rebuild.

thomaspaulb commented 5 months ago

@Hussam-Suleiman Please review