tazpkg diff modules/check @ rev 844

Finish modularization. Beta release: still have few FIXMEs and TODOs.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 03:53:47 2015 +0300 (2015-10-05)
parents 0560ba4306a1
children 8a73a58ed3cb
line diff
     1.1 --- a/modules/check	Wed Sep 02 03:31:47 2015 +0300
     1.2 +++ b/modules/check	Mon Oct 05 03:53:47 2015 +0300
     1.3 @@ -85,9 +85,6 @@
     1.4  
     1.5  
     1.6  
     1.7 -# Get repositories priority list.
     1.8 -priority=$(tazpkg call look_for_priority)
     1.9 -
    1.10  cd "$INSTALLED"
    1.11  if [ -z "$2" -o -n "$full" ]; then PACKAGES="$(ls)"; else PACKAGES="$2"; fi
    1.12  PACKAGE_PRINTED=''