Lines Matching refs:destination
37 destination = args.dest
38 logger.debug("target_sdk = %s, update_server = %s" % (target_sdk, destination))
49 if ':' in destination:
51 host, destdir = destination.split(':')
55 dest_sdk = os.path.join(destination, sdk_basename)
56 destdir = destination
61 mkdir(destination)
74 if (os.stat(target_sdk).st_dev == os.stat(destination).st_dev):
79 cmd = "scp %s %s" % (target_sdk, destination)
82 logger.error("scp %s %s failed" % (target_sdk, destination))
88 cmd = "sh %s -p -y -d %s" % (dest_sdk, destination)
91 logger.info('Successfully unpacked %s to %s' % (dest_sdk, destination))
94 logger.error('Failed to unpack %s to %s' % (dest_sdk, destination))
110 … && git config user.name "OE" && git commit -q -m "init repo" || true' % (destination, destination)