diff --git a/.travis/push.sh b/.travis/push.sh index 136e437..e3551e9 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -23,7 +23,7 @@ generate_website_index() { TS=`git log devel/$i | grep "Date:" | head -1 | awk '{$1="";$2="";$7="";print substr($0,3,length($0)-3)}'` if [ -z "$TS" ]; then TS=`date`; fi VERS=`basename $i -full.bin` - CL=`cat $VERS-changelog.txt 2>/dev/null` + CL=`cat devel/${VERS}-changelog.txt 2>/dev/null` echo "VERS $VERS: CL $CL" echo "
  • $i ($TS)" >> download.html if [ -n "${CL}" ]; then echo "
    ${CL}" >> download.html; fi