openSUSE / obs-build

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

pbuild: add support for nested projects aka project links aka layers #897

Open lnussel opened 1 year ago

lnussel commented 1 year ago

Would be nice to have some kind of project link support in pbuild. Eg to take ring0 and then add some packages on top. Right now one would have to fork the original project, then add extra submodules. That requires rebasing etc. An alternative could be the ability to import another pbuild project as subdirectory (eg git submodule). pbuild could then recurse into such directories and build the full list of packages as if they were at the same level. That would allow to more easily fork/override individual packages just like in OBS.