288
283
" specified location. Please ensure that"
289
284
' "%s" is of the form "machine:/path".' % push_location)
290
285
print "Pushing to %s" % push_location
291
rsync(tree.basedir+'/', push_location, ssh=usessh,
286
rsync(tree.basedir+'/', push_location, ssh=True,
292
287
excludes=final_exclusions)
294
289
set_push_data(tree, push_location)