diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-26 01:37:25 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-26 01:37:25 +0200 |
commit | c145fa264165d3838a03e3349af45d0e157d8fa0 (patch) | |
tree | 152f360e079ff0c42285cc3225489129f2612585 /scripts | |
parent | f15acd530962d34550dc20af0bd04633b74190f2 (diff) | |
download | gentoo-c145fa264165d3838a03e3349af45d0e157d8fa0.tar.gz gentoo-c145fa264165d3838a03e3349af45d0e157d8fa0.tar.bz2 gentoo-c145fa264165d3838a03e3349af45d0e157d8fa0.tar.xz gentoo-c145fa264165d3838a03e3349af45d0e157d8fa0.zip |
Always sync before build
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/bootstrap/builder.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/bootstrap/builder.sh b/scripts/bootstrap/builder.sh index cccdf55..d01a201 100644 --- a/scripts/bootstrap/builder.sh +++ b/scripts/bootstrap/builder.sh @@ -4,6 +4,8 @@ # REBUILD_INTERVAL (days), manual if not specified # REBUILD_FAILED (days), manual if not specified +bash /etc/portage/scripts/bootstrap/builder_sync.sh + # This is intended as permanent container while [ 1 ]; do emerge --usepkg --buildpkg --keep-going --update --deep --with-bdeps=y --newuse @world |