" >> download.html
+ for i in `ls main|sort -r`; do
+ TS=`git log master/$i | grep "Date:" | head -1 | awk '{$1="";$2="";$7="";print substr($0,3,length($0)-3)}'`
+ if [ -z "$TS" ]; then TS=`date`; fi
+ echo "
" >> download.html
+ for i in `ls dev|sort -r|grep "\.bin"`; do
+ TS=`git log dev2/$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 dev2/${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
+ echo "
\n" >> download.html
+ done
+ echo "
"
echo "
Master repository
" >> download.html
for i in `ls master|sort -r`; do
TS=`git log master/$i | grep "Date:" | head -1 | awk '{$1="";$2="";$7="";print substr($0,3,length($0)-3)}'`
if [ -z "$TS" ]; then TS=`date`; fi
echo "
Note: If suffix is the same, update should work fully. If the number is different, update contains changes in the file system. A full re-flash is required to get all new features, but the update should not break anything. If the letter is different, a full re-flash is mandatory, update will not work