openSUSE / obs-build

OBS build script, can be used with OBS or stand alone
GNU General Public License v2.0
132 stars 183 forks source link

Auto detection of in-place building mode #881

Closed lnussel closed 1 year ago

lnussel commented 1 year ago

FWIW this is kind of a workaround short of options to specify in-place mode in the symsync tag #851

lnussel commented 1 year ago

related potential upstream discussion https://github.com/rpm-software-management/rpm/discussions/2198

mlschroe commented 1 year ago

I implemented something like that in commit 6584ed08f122ad9e098818507e7ae649d038e329

lnussel commented 1 year ago

Thanks! It's only a subset though. We also need a way to enable build in place explicitly or when the spec is top level IMO.