Replies: 1 comment 1 reply
-
|
I see your point but I've been reluctant so far to copy the code. There are a number of drawbacks:
But maybe this all pales in comparison to the useless multiple checkout variants. I thought they are less of a problem because they affect only 9 recipes in basement so far. Recipes in other layers should not be affected, right?
I see no good other option either. The problem is that we need
Well, then it may be the way to go. At least trying it out doesn't seem to hurt... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
ATM we have many packages with more than 1 checkout variant leading to multiple checkout directories, e.g.:
Even after making all
checkoutToolsweak (not sure if this is a good idea at all...) they still have differentcheckoutVariantIds, which is expected I think after reading the documentation once more...The issue with this is IMO, that you can no longer edit the sources in a single directory and rebuild the software. But the only way out of this seams to copy the sources into the build workspace and apply the autoreconf stuff?
Reworking the autoconf/autotools classes this way would also help me a lot when using git repos instead of urlscms...
Beta Was this translation helpful? Give feedback.
All reactions