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

Move AUTHORS.txt to trunk for docker to access it

This commit is contained in:
winlin 2021-06-30 08:20:53 +08:00
parent ef43532cf4
commit 81a5c1b8da
7 changed files with 10 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
AFILE=`dirname $0`/../../AUTHORS.txt
AFILE=`dirname $0`/../AUTHORS.txt
if [[ ! -f $AFILE ]]; then echo "No file at $AFILE"; exit -1; fi
authors=`git log --format='%ae'|grep -v localhost|grep -v demo|grep -v none|sort|uniq`