Skip to content

Commit

Permalink
verbose=1 message about vendor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Anderson committed Mar 10, 2009
1 parent 582f032 commit 44db1da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/couchapp/file_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,8 @@ def vendor_update(cls, app_dir, verbose=False):
if update_url and scm:
# for now we manage only internal handlers
handler = vendor_handlers[scm]
if verbose >= 1:
print "Updating %s from %s" % (current_path, update_url)
cmd = "%s update %s %s %s" % (handler, update_url,
current_path, vendor_dir)
(child_stdin, child_stdout, child_stderr) = _popen3(cmd)
Expand Down

0 comments on commit 44db1da

Please sign in to comment.