1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine AUTHORS format

This commit is contained in:
winlin 2021-06-01 09:36:28 +08:00
parent 9e2c6d458e
commit 7e657ae654
2 changed files with 19 additions and 16 deletions

View file

@ -7,8 +7,7 @@ authors=`git log --format='%ae'|grep -v localhost|grep -v demo|grep -v none|sort
if [[ $? -ne 0 ]]; then echo "no authors"; exit -1; fi
for author in $authors; do
echo $author| grep -e "winlin" -e 'winterserver' \
-e 'zhaowenjie' >/dev/null 2>&1 && continue;
echo $author| grep -e "winlin" -e 'winterserver' >/dev/null 2>&1 && continue;
username=$(echo $author |awk -F '@' '{print $1}')
grep $username $AFILE 1>/dev/null 2>/dev/null && continue;