]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/git.py
Move wizard.scripts module to plugins, added hooks accordingly.
[wizard.git] / wizard / git.py
index 634076612964c2088a4db77d18a1aa85b7911606..d0c50c4cb661fa056abf64141fea6c0ffd9b403f 100644 (file)
@@ -9,6 +9,10 @@ def describe():
     return shell.safeCall("git", "describe", "--tags", strip=True)
 
 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())
     util.set_git_env()
     try: