X-Git-Url: https://scripts.mit.edu/gitweb/wizard.git/blobdiff_plain/30380c4b5b28df9670ea5952e14bc485d1d34133..6a287fd5e5ada7a97b0f3df96bb4c7ccba4b562d:/wizard/git.py diff --git a/wizard/git.py b/wizard/git.py index 6340766..d0c50c4 100644 --- a/wizard/git.py +++ b/wizard/git.py @@ -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: