merged contrib and main (still honors votes over insts)
This commit is contained in:
parent
4ad8f25184
commit
762c0107f9
|
@ -15,7 +15,7 @@ Popularity contest results:
|
|||
|
||||
wget http://people.debian.org/~ballombe/popcon/main/by_vote
|
||||
wget http://people.debian.org/~ballombe/popcon/contrib/by_vote
|
||||
awk '/^[0-9]+ +[0-9a-z]/ {print $2}' by_vote by_vote.1
|
||||
awk '/^[0-9]+ +[0-9a-z]/ {print $4 " " $2}' by_vote by_vote.1 | sort -nr | cut -d\ -f2
|
||||
|
||||
-----
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue