add option to disable rebuilds

This commit is contained in:
2024-08-14 08:35:27 +02:00
parent fc6f29c0e1
commit 62ff301c3c
2 changed files with 104 additions and 96 deletions

View File

@ -45,6 +45,11 @@ do_depclean=yes
# do eix-sync on Gentoo
do_reposync=yes
# do live-rebuild, go-rebuild, rust-rebuild, perl-cleaner etc. on Gentoo
# set to no if using binary packages that are bumped when needed.
# Leave as yes on package builders and if not using binary packages.
do_rebuilds=yes
# to only write to stderr when something unexpected happens or manual action is required
# set stderr_loglevel to warning
stderr_loglevel=debug