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