hopefully the last fix
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Thu, 8 Oct 2009 15:48:42 +0000 (15:48 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Thu, 8 Oct 2009 15:48:42 +0000 (15:48 +0000)
scripts/all-modules.sh

index df1ccb1..12058e7 100755 (executable)
@@ -32,11 +32,7 @@ function do_version () {
     out_tmp=$out_dir/.version.html
     
     mkdir -p $out_dir
-    
-    ( echo $name ; \
-      date ; \
-      $build_dir/module-version --www $name -a --url ; \
-      date ) &> $out_tmp
+    $build_dir/module-version --www $name -a --url &> $out_tmp
     mv -f $out_tmp $out_file
 }
 
@@ -50,19 +46,7 @@ function do_diff () {
     out_tmp=$out_dir/.diff.html
     
     mkdir -p $out_dir
-    
-### older syntax was messy    
-#    ( echo $name ; \
-#      date ; \
-#      $build_dir/module-diff -a -o ; \
-#      date ) &> $out_tmp
-#
-#    ( echo 'WARNINGS (if any)' ; \
-#      egrep 'was not found|Skipping failed' $out_tmp ;
-#      cat $out_tmp ) > $out_file
-
     $build_dir/module-diff --www $name -a &> $out_tmp
-
     mv -f $out_tmp $out_file
 
 }