projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5daaf67
)
Updating copyright info in release.py can take a while. Let the user know.
author
W. Trevor King
<wking@drexel.edu>
Thu, 21 Oct 2010 11:44:03 +0000
(07:44 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 21 Oct 2010 11:44:03 +0000
(07:44 -0400)
release.py
patch
|
blob
|
history
diff --git
a/release.py
b/release.py
index b09dc2a8c6ecfe90faac5083c4a41c7b1881be0f..643e45ebfe9e0d738a51b766845a9ecdd92b9b68 100755
(executable)
--- a/
release.py
+++ b/
release.py
@@
-169,6
+169,7
@@
commit if it fails.
print "Handle pending changes before releasing."
sys.exit(1)
set_release_version(tag)
+ print "Update copyright information..."
update_authors()
update_files()
commit("Bumped to version %s" % tag)