aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-10-21 07:44:03 -0400
committerW. Trevor King <wking@drexel.edu>2010-10-21 07:44:03 -0400
commit125a79ae1bfc519719efa5451c96275429c21c73 (patch)
tree65a7a21c112c48a12f9a1819d876f25553f70c2f /release.py
parent5daaf672771aa7cca3824bcd0adbdace9b1c580c (diff)
downloadbugseverywhere-125a79ae1bfc519719efa5451c96275429c21c73.tar.gz
Updating copyright info in release.py can take a while. Let the user know.
Diffstat (limited to 'release.py')
-rwxr-xr-xrelease.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release.py b/release.py
index b09dc2a..643e45e 100755
--- 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)