getsolus / solbuild

The Solus package build system
https://getsol.us
Apache License 2.0
21 stars 12 forks source link

Put eopkg files in local repository if available #7

Closed jepotter1-archive closed 4 years ago

jepotter1-archive commented 4 years ago

It would make writing packages easier if there was an option to have solbuild put the generated eopkg files into /var/lib/solbuild/local instead of the current directory.

This would help:

Maybe implement a -o option to specify the output location?

JoshStrobl commented 4 years ago

Avoid accidentally checking eopkg files into git

This is the wrong way of solving this. Use a global .gitignore to ignore the files.

Make it easier to test packages using the local repository

This is something you can do already with something as simple as an alias, it's what I do.