/[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 400 by hertzog, Sun Sep 22 20:23:01 2002 UTC revision 402 by hertzog, Mon Sep 23 10:15:11 2002 UTC
# Line 46  do Line 46  do
46      if [ -e $dir/force-rebuild ]; then      if [ -e $dir/force-rebuild ]; then
47          needupdate="yes"          needupdate="yes"
48      fi      fi
49        # If the XSL file is newer than the HTML file, then force update
50        if [ "../xsl/pts.xsl" -nt "$htmlfile" ]; then
51            needupdate="yes"
52        fi
53      # Create parameters and check if an update is needed      # Create parameters and check if an update is needed
54      for i in news excuse other s-p-u t-p-u stable-security testing-security experimental stable testing unstable      for i in news excuse other s-p-u t-p-u stable-security testing-security experimental stable testing unstable
55      do      do

Legend:
Removed from v.400  
changed lines
  Added in v.402

  ViewVC Help
Powered by ViewVC 1.1.5