diff options
author | W. Trevor King <wking@drexel.edu> | 2012-02-16 16:15:24 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2012-02-16 16:43:50 -0500 |
commit | 21286ccdbbf4c8853545392df087244fc8510293 (patch) | |
tree | 60b5e9601055cc28307752707d17dc6a672256f6 /.gitmodules | |
parent | 0d3d9a3780a27f1c80833638ad0622bf4e67023d (diff) | |
download | bugseverywhere-21286ccdbbf4c8853545392df087244fc8510293.tar.gz |
Add update-copyright as a submodule and update release.py accordingly.
Also add `**kwargs` to `invoke` so we can specify the environment.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5bbe5ed --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "update-copyright"] + path = update-copyright + url = git://gitorious.org/update-copyright/wtk.git |