[csw-devel] SF.net SVN: gar:[10453] csw/mgar/gar/v2/bin/checkpkg

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Jul 6 10:23:36 CEST 2010


Revision: 10453
          http://gar.svn.sourceforge.net/gar/?rev=10453&view=rev
Author:   wahwah
Date:     2010-07-06 08:23:36 +0000 (Tue, 06 Jul 2010)

Log Message:
-----------
mGAR v2: checkpkg, the saving of error tag file is now independent of the debug mode.

Modified Paths:
--------------
    csw/mgar/gar/v2/bin/checkpkg

Modified: csw/mgar/gar/v2/bin/checkpkg
===================================================================
--- csw/mgar/gar/v2/bin/checkpkg	2010-07-06 01:18:22 UTC (rev 10452)
+++ csw/mgar/gar/v2/bin/checkpkg	2010-07-06 08:23:36 UTC (rev 10453)
@@ -319,7 +319,6 @@
 done
 
 # This check is special; it uses one executable for all the checks written in Python.
-print "Analyzing collected statistics..."
 ${command_basedir}/checkpkg_run_modules.py \
     ${extra_options} \
     -b "${checkpkg_stats_basedir}" \
@@ -353,6 +352,13 @@
 	done
 fi
 
+for tagfile in ${EXTRACTDIR}/tags.*; do
+  if [[ "${SAVE_TAGS}" -eq 1 ]]; then
+    echo "Saving ${tagfile} to ${SAVED_TAGS_FILE} (pwd = `pwd`)"
+    cat "${tagfile}" >> "${SAVED_TAGS_FILE}"
+  fi
+done
+
 # Collecting errors and applying the overrides.
 # This has to use the original files.
 ${command_basedir}/analyze_module_results.py \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list