tazpkg diff modules/upgrade @ 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 | d2e1b7133079 |
line diff
1.1 --- a/modules/upgrade Wed Sep 02 03:31:47 2015 +0300 1.2 +++ b/modules/upgrade Mon Oct 05 03:53:47 2015 +0300 1.3 @@ -27,7 +27,7 @@ 1.4 tmp_up_list=$(mktemp) 1.5 1.6 repo_number=1 1.7 -for repo in $(tazpkg call look_for_priority); do 1.8 +for repo in $PRIORITY; do 1.9 if [ "$repo" == "$PKGS_DB" ]; then 1.10 repo_name='Main' 1.11 else