[script/builder] removing quiet from sync, can make some builds fail

This commit is contained in:
mudler
2015-11-14 19:35:09 +01:00
parent 77e3672493
commit ffb6216d60
+1 -1
View File
@@ -93,7 +93,7 @@ auto-sync = no' > /etc/portage/repos.conf/local.conf
system("mkdir -p /usr/portage/distfiles/git3-src");
# sync portage and overlays
system("layman -S;emerge --sync --quiet");
system("layman -S;emerge --sync");
qx|eselect profile set $profile|;