From a4e6ac0bf265a4f0b9e19303b8f676697ac75980 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Thu, 27 Mar 2008 20:49:41 -0400 Subject: only commit output if all commands were sucessful --- license-stats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/license-stats b/license-stats index ccb7955..b25373c 100755 --- a/license-stats +++ b/license-stats @@ -3,8 +3,8 @@ time ( \ cd devel && cvs -q up && cd .. && \ ./check-licenses.py -p > data/bad-license-tags-by-package && \ - ./check-licenses.py -o > data/bad-license-tags-by-owner \ + ./check-licenses.py -o > data/bad-license-tags-by-owner && \ + git-commit -m "update license tag data" data/bad-license-tags-by-* ) -git-commit -m "update license tag data" data/bad-license-tags-by-* #git-log -p HEAD^..HEAD data/bad-license-tags-by-* -- cgit