summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-03-27 20:49:41 -0400
committerTodd Zullinger <tmz@pobox.com>2008-03-27 20:49:41 -0400
commita4e6ac0bf265a4f0b9e19303b8f676697ac75980 (patch)
tree0790adb56b73d7da59ce3111b2830166af81d09f
parent57c469fdbc344e2aadc4cfae2500219843c9c264 (diff)
downloadlicense-check-a4e6ac0bf265a4f0b9e19303b8f676697ac75980.tar.gz
license-check-a4e6ac0bf265a4f0b9e19303b8f676697ac75980.tar.xz
license-check-a4e6ac0bf265a4f0b9e19303b8f676697ac75980.zip
only commit output if all commands were sucessful
-rwxr-xr-xlicense-stats4
1 files 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-*