diff --git a/sunrise-commit b/sunrise-commit index 592d453..c2cd98b 100755 --- a/sunrise-commit +++ b/sunrise-commit @@ -353,9 +353,12 @@ main() { if [ $? -eq 2 ]; then old_repoman= - say "${GREEN}Please update portage to newer version in order to have repoman supporting" - say "--ask option and thus delay the following question until after 'repoman full'.${RESET}" - say + #say "${GREEN}Please consider updating portage to newer version.${RESET}" + #say + req repoman manifest + if ! repoman full; then + [ -n "${force}" ] || die 'Please correct the problems pointed out by repoman.' + fi confirm fi