[debian-edu-commits] debian-edu/debian-edu-doc.git (#1514) - master (branch) updated: 1.5_20130617_7.1-26-g721f4fd

David Prévot taffit at alioth.debian.org
Fri Jul 5 21:41:37 UTC 2013


The branch, master has been updated
       via  721f4fdef0ecafa7deac44d09b47d645e9723ab6 (commit)
      from  b71bcb87a43f87917aa00a2eaeb5dc1c6314369b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 721f4fdef0ecafa7deac44d09b47d645e9723ab6
Author: David Prévot <taffit at debian.org>
Date:   Fri Jul 5 17:36:47 2013 -0400

    Actually ignore the ignorable FIXME

-----------------------------------------------------------------------

Summary of changes:
 documentation/scripts/get_manual |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/documentation/scripts/get_manual b/documentation/scripts/get_manual
index ab73dfe..7569312 100755
--- a/documentation/scripts/get_manual
+++ b/documentation/scripts/get_manual
@@ -166,9 +166,9 @@ xmllint $xmlfile > $TMPFILE2
 mv $TMPFILE2 $xmlfile
 
 # motivate
-if [ "$(grep -v FIXMEs $xmlfile |grep FIXME|uniq)" != "" ] ; then
+if [ "$(grep -v FIXMEs $xmlfile |grep FIXME|grep -v 'status ignore'|uniq)" != "" ] ; then
 	echo "====================" >> $TMPFILE
-	echo `grep -v FIXMEs $xmlfile |grep FIXME|uniq|wc -l` FIXMEs left to fix >> $TMPFILE
+	echo `grep -v FIXMEs $xmlfile |grep FIXME|grep -v 'status ignore'|uniq|wc -l` FIXMEs left to fix >> $TMPFILE
 	echo "====================" >> $TMPFILE
 fi
 mv $TMPFILE fixme-status.txt


hooks/post-receive
-- 
debian-edu-doc.git (Debian package debian-edu-doc)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "debian-edu-doc.git" (Debian package debian-edu-doc).




More information about the debian-edu-commits mailing list