change log for rtems-testing (2011-08-01)

rtems-vc at rtems.org rtems-vc at rtems.org
Mon Aug 1 23:10:02 UTC 2011


 *joel*:
2011-08-01	Joel Sherrill <joel.sherrill at oarcorp.com>

	* check_submission: Check for spaces at end of lines.

M   1.14  merge-helpers/ChangeLog
M    1.5  merge-helpers/check_submission

diff -u rtems-testing/merge-helpers/ChangeLog:1.13 rtems-testing/merge-helpers/ChangeLog:1.14
--- rtems-testing/merge-helpers/ChangeLog:1.13	Mon Aug  1 14:47:00 2011
+++ rtems-testing/merge-helpers/ChangeLog	Mon Aug  1 17:21:40 2011
@@ -1,5 +1,9 @@
 2011-08-01	Joel Sherrill <joel.sherrill at oarcorp.com>
 
+	* check_submission: Check for spaces at end of lines.
+
+2011-08-01	Joel Sherrill <joel.sherrill at oarcorp.com>
+
 	* check_submission: Fix error in string test.
 
 2011-08-01	Joel Sherrill <joel.sherrill at oarcorp.com>

diff -u rtems-testing/merge-helpers/check_submission:1.4 rtems-testing/merge-helpers/check_submission:1.5
--- rtems-testing/merge-helpers/check_submission:1.4	Mon Aug  1 14:47:00 2011
+++ rtems-testing/merge-helpers/check_submission	Mon Aug  1 17:21:40 2011
@@ -171,6 +171,14 @@
   test_its_NOT_there ${f} "this file may be found in the file"
 done
 
+# We do not want spaces at the end of lines
+echo "=== Checking for spaces at the end of lines"
+find_source -m -c -C | while read f
+do
+  egrep " +$" $f >/dev/null
+  test $? -eq 0 && echo "$f has spaces at the end of one or more lines."
+done
+
 # We do not want GPL code
 echo "=== Checking for hints of GPL code"
 find_source -m -c -C | while read f



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110801/81d8a502/attachment.html>


More information about the vc mailing list