tazpkg diff tazpkg @ rev 898

Module 'get': fix temp dir; module 'find-depends': faster search, add debug messages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 29 22:00:47 2015 +0200 (2015-12-29)
parents 67996045442a
children 0b78aae43c97
line diff
     1.1 --- a/tazpkg	Tue Nov 17 12:45:13 2015 +0200
     1.2 +++ b/tazpkg	Tue Dec 29 22:00:47 2015 +0200
     1.3 @@ -475,6 +475,9 @@
     1.4  	clean-cache|-cc)
     1.5  		# Remove all downloaded packages.
     1.6  		check_cmd su; @@MODULES@@/cache clean;;
     1.7 +	list-cache)
     1.8 +		# List of packages in the cache.
     1.9 +		@@MODULES@@/cache list;;
    1.10  
    1.11  
    1.12  	list-undigest)