use temporary checkout of repository as robot path for --new-pr and --update-pr to determine locations for patch files#2803
Conversation
…-update-pr so it's considered when figuring out to which easyconfig the specified patch files belong to
|
@migueldiascosta Thoughts on this change? I think it should be OK, relying on local easyconfigs for this was never a good idea imho... This fixes the following issue reported by @vanzod: With this patch: |
|
@boegel at some point you changed from extending the robot path to not using it at all, so the title and docstrings should be changed accordingly? also, what about if one is using |
|
@migueldiascosta Using |
|
Going in, thanks @boegel! |
… so only that is considered when figuring out to which easyconfig the specified patch files belong to
MarkedRemoved theWIPsince need to check whether not considering the easyconfigs in the local robot path makes sense...WIP, there's no point in checking easyconfigs in the local robot path imho.