Updating copyright info in release.py can take a while. Let the user know.
authorW. Trevor King <wking@drexel.edu>
Thu, 21 Oct 2010 11:44:03 +0000 (07:44 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 21 Oct 2010 11:44:03 +0000 (07:44 -0400)
release.py

index b09dc2a8c6ecfe90faac5083c4a41c7b1881be0f..643e45ebfe9e0d738a51b766845a9ecdd92b9b68 100755 (executable)
@@ -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)