/[qa]/trunk/pts/www/bin/generate_html.sh
ViewVC logotype

Diff of /trunk/pts/www/bin/generate_html.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1820 by zack, Fri Jan 25 17:51:20 2008 UTC revision 1821 by zack, Fri Jan 25 17:58:44 2008 UTC
# Line 89  do Line 89  do
89          if [ -n "$verbose" ]; then          if [ -n "$verbose" ]; then
90              echo "Doing $package ..."              echo "Doing $package ..."
91          fi          fi
92            errors="no"
93          xsltproc -o $htmlfile \          xsltproc -o $htmlfile \
94            --stringparam date "$date" $param \            --stringparam date "$date" $param \
95            ../xsl/pts.xsl $input            ../xsl/pts.xsl $input
96            test "$?" -ne 0 && errors="yes"
97          if [ -f "$dir/news.xml" ]; then          if [ -f "$dir/news.xml" ]; then
98            xsltproc -o $rssfile \            xsltproc -o $rssfile \
99              --stringparam date "$date" $param \              --stringparam date "$date" $param \
100              ../xsl/news2rss.xsl $dir/news.xml              ../xsl/news2rss.xsl $dir/news.xml
101              test "$?" -ne 0 && errors="yes"
102          fi          fi
103            test "$errors" = "yes" && \
104              echo "PTS: non-0 exit code while generating output for package $package"
105          rm -f $dir/force-rebuild || true          rm -f $dir/force-rebuild || true
106      fi      fi
107  done  done

Legend:
Removed from v.1820  
changed lines
  Added in v.1821

  ViewVC Help
Powered by ViewVC 1.1.5