]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/git.py
prepare-pristine: stage deleted files too, and update upgrade docs.
[wizard.git] / wizard / git.py
index d0c50c4cb661fa056abf64141fea6c0ffd9b403f..965327b4caa59b4c33310b60ee5dac38260aebd2 100644 (file)
@@ -13,7 +13,7 @@ def commit_configure():
     Performs a commit of changes performed during configuration of an install
     with an appropriate logfile message.
     """
-    message = "Autoinstall configuration of %s locker.\n\n%s" % (util.get_dir_owner(), util.get_git_footer())
+    message = "Autoinstall configuration.\n\n%s" % util.get_git_footer()
     util.set_git_env()
     try:
         message += "\nConfigured-by: " + util.get_operator_git()