add option to disable rebuilds
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user