tazwok rev 356

Remove list-blocked (use: tazwok report blocked)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 00:14:48 2011 +0100 (2011-02-24)
parents f8983e6aff0b
children fa9f18c16af1
files tazwok
line diff
     1.1 --- a/tazwok	Thu Feb 24 00:11:38 2011 +0100
     1.2 +++ b/tazwok	Thu Feb 24 00:14:48 2011 +0100
     1.3 @@ -63,7 +63,6 @@
     1.4    maintainers    List all maintainers in the wok.
     1.5    maintained-by  List packages maintained by a contributor.
     1.6    tags           List all tags used in wok receipts.
     1.7 -  list-blocked   List all blocked packages.
     1.8    block          Add package from the blocked list to prevent cooking it.
     1.9    unblock        Remove package from the blocked list.\n
    1.10   
    1.11 @@ -3265,11 +3264,6 @@
    1.12  			exit 1
    1.13  		fi
    1.14  	;;
    1.15 -	list-blocked)
    1.16 -		# List all blocked packages
    1.17 -		echo ""
    1.18 -		cat $PACKAGES_REPOSITORY/blocked
    1.19 -		echo "" ;;
    1.20  	block)
    1.21  		# Add a pkg name to the list of blocked packages.
    1.22  		echo ""