Skip to content

Commit

Permalink
scripts/feeds: print the source of packages installed
Browse files Browse the repository at this point in the history
Can be helpful in diagnosing unexpected package overlaps between
feeds/core.

Signed-off-by: Karl Palsson <[email protected]>

SVN-Revision: 46255
  • Loading branch information
Steven Barth committed Jul 7, 2015
1 parent 1ef0bc6 commit 37c015f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/feeds
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,8 @@ sub install_package {
$installed{$src} = 1;

defined($override) and $override == 1
and warn "Overriding package '$src'\n"
or warn "Installing package '$src'\n";
and warn "Overriding core package '$src' with version from $feed->[1]\n"
or warn "Installing package '$src' from $feed->[1]\n";

do_install_package($feed, $pkg) == 0 or do {
warn "failed.\n";
Expand Down

0 comments on commit 37c015f

Please sign in to comment.