X-Git-Url: https://scripts.mit.edu/gitweb/wizard.git/blobdiff_plain/d7786425882d73e2b351b6caaf27bc877cf591a2..ab821ded0093db5f0f2b70e161542292c4f5c7c5:/wizard/command/install.py?ds=sidebyside diff --git a/wizard/command/install.py b/wizard/command/install.py index e736fc9..dee3452 100644 --- a/wizard/command/install.py +++ b/wizard/command/install.py @@ -17,10 +17,10 @@ def main(argv, baton): appname, _, version = app.partition('-') application = deploy.applications()[appname] sh = shell.Shell() - sh.call("git", "clone", "--shared", application.repository(options.srv_path), dir) + sh.call("git", "clone", "-q", "--shared", application.repository(options.srv_path), dir) with util.ChangeDirectory(dir): if version: - sh.call("git", "reset", "--hard", app) + sh.call("git", "reset", "-q", "--hard", app) # this command's stdin should be hooked up to ours try: configure_args = args[2:] + command.makeBaseArgs(options)