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
This commit is contained in:
parent
e7c9e3639e
commit
ef4cc742e5
|
|
@ -12,6 +12,7 @@
|
|||
*.ipr
|
||||
*.iws
|
||||
*.iml
|
||||
*.pyc
|
||||
.DS_Store
|
||||
queueScatterGather
|
||||
/foo*
|
||||
|
|
|
|||
Loading…
Reference in New Issue