From c145fa264165d3838a03e3349af45d0e157d8fa0 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sat, 26 Oct 2019 01:37:25 +0200 Subject: Always sync before build --- scripts/bootstrap/builder.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/bootstrap/builder.sh') 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 -- cgit v1.2.1