[builder] use ACCEPT_LICENSE with wildcard since Entropy 302

This commit is contained in:
Ettore Di Giacinto
2016-05-26 12:17:07 +02:00
parent 36fc5a6656
commit fb745c8ed8
+1 -2
View File
@@ -52,6 +52,7 @@ help() if $help;
$ENV{LC_ALL} = "en_US.UTF-8"; #here be dragons
$ENV{ETP_NONINTERACTIVE} = 1;
$ENV{ACCEPT_LICENSE} = "*"; # we can use wildcard since entropy 302
# A barely print replacement
sub say { print join( "\n", @_ ) . "\n"; }
@@ -307,8 +308,6 @@ unless ( $skip_portage_sync == 1 ) {
# preparing for MOAR automation
qx|eselect profile set $profile|;
qx{ls /usr/portage/licenses -1 | xargs -0 > /etc/entropy/packages/license.accept}
; #HAHA
if ( $use_equo && $entropy_repository eq "weekly" ) {
qx|equo repo disable sabayonlinux.org|;