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:
parent
ef43532cf4
commit
81a5c1b8da
7 changed files with 10 additions and 8 deletions
|
@ -182,8 +182,8 @@ echo "" >> $SRS_AUTO_HEADERS_H
|
|||
#####################################################################################
|
||||
# generated the contributors from AUTHORS.txt
|
||||
#####################################################################################
|
||||
if [[ -f ../AUTHORS.txt ]]; then
|
||||
SRS_CONSTRIBUTORS=`cat ../AUTHORS.txt|grep "*"|awk '{print $2}'`
|
||||
if [[ -f AUTHORS.txt ]]; then
|
||||
SRS_CONSTRIBUTORS=`cat AUTHORS.txt|grep "*"|awk '{print $2}'`
|
||||
echo "#define SRS_CONSTRIBUTORS \"\\" >> $SRS_AUTO_HEADERS_H
|
||||
for CONTRIBUTOR in $SRS_CONSTRIBUTORS; do
|
||||
CONTRIBUTOR=`echo $CONTRIBUTOR|sed 's/@users.noreply.github.com>/@github>/g'`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue