builder: enhance debug of profile setting
This commit is contained in:
committed by
GitHub
parent
9119c8c973
commit
1ef3938a96
@@ -385,7 +385,9 @@ unless ( $skip_portage_sync == 1 ) {
|
||||
}
|
||||
|
||||
# preparing for MOAR automation
|
||||
qx|eselect profile set $profile|;
|
||||
say "Setting new profile to $profile" if defined $profile;
|
||||
qx|eselect profile set $profile| if defined $profile;
|
||||
system("eselect profile list") if defined $profile;
|
||||
|
||||
if ( $use_equo && $entropy_repository eq "weekly" ) {
|
||||
qx|equo repo disable sabayonlinux.org|;
|
||||
|
||||
Reference in New Issue
Block a user