Author: cyrus
Date: 2015-07-08 00:32:38 +0200 (Wed, 08 Jul 2015)
New Revision: 46255

Modified:
   trunk/scripts/feeds
Log:
scripts/feeds: print the source of packages installed

Can be helpful in diagnosing unexpected package overlaps between
feeds/core.

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

Modified: trunk/scripts/feeds
===================================================================
--- trunk/scripts/feeds 2015-07-07 22:07:22 UTC (rev 46254)
+++ trunk/scripts/feeds 2015-07-07 22:32:38 UTC (rev 46255)
@@ -497,8 +497,8 @@
        $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";
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to