metux / deb-pkg

Toolkit for building apt/yum completely from sources
GNU Affero General Public License v3.0
2 stars 0 forks source link

Generic builder script #8

Closed metux closed 1 year ago

metux commented 1 year ago

What is the problem you're trying to solve

For now, there's no generic command line tool yet. For each individual project (or branch) we have a separate tiny script that calls the actual builder tool w/ appropriate config file name and the pool to build.

We should have a generic command line tool for that, so we don't need these individual scriptlets anymore.

Describe the solution you'd like

./build-pool

Additional context

History:

metux commented 1 year ago

done