From ef4cc742e590ead64feb10ba17054f92bdd3dd8b Mon Sep 17 00:00:00 2001 From: Mauricio Carneiro Date: Sat, 26 Jan 2013 12:36:30 -0500 Subject: [PATCH] Fixing the licensing scripts - Fixed shell glob limitation that was failing license updates on big commits - Hook will now force user to re-commit after updating the licenses (pre-commit hook can't update and commit in the same process) - Moved all scripts to bash/zsh - Separated the license utilities in a separate python module to avoid copying code GSATDG-28 #resolve --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6e2c2f224..9a20b68ca 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ *.ipr *.iws *.iml +*.pyc .DS_Store queueScatterGather /foo*