|
|
|
@ -195,6 +195,10 @@ count_log=0 |
|
|
|
|
|
|
|
for stagelevel in $( echo $stages | tr -d '[]' | sed 's,.,& ,g' ) ; do |
|
|
|
while read x x x tree pkg x ; do |
|
|
|
|
|
|
|
# strip base package name |
|
|
|
pkg="${pkg#*=}" |
|
|
|
|
|
|
|
[ "$repository" -a \ |
|
|
|
"${repository/ $tree /}" = "$repository" ] && continue |
|
|
|
|
|
|
|
|