Lines Matching +full:repo +full:- +full:name
5 # Copyright (C) 2015-2016 Intel Corporation
7 # SPDX-License-Identifier: GPL-2.0-only
44 return -1
46 logger.error("%s is a directory - expected path to SDK installer file" % target_sdk)
47 return -1
63 cmd = "ssh %s 'mkdir -p %s'" % (host, destdir)
88 cmd = "sh %s -p -y -d %s" % (dest_sdk, destination)
97 rm_or_not = " && rm -f %s" % dest_sdk
100 cmd = "ssh %s 'sh %s -p -y -d %s%s'" % (host, dest_sdk, destdir, rm_or_not)
108 # Setting up the git repo
110 …-e; mkdir -p %s/layers; cd %s/layers; if [ ! -e .git ]; then git init .; cp .git/hooks/post-update…
112 …-e; mkdir -p %s/layers; cd %s/layers; if [ ! -e .git ]; then git init .; cp .git/hooks/post-update…
117 logger.error('Failed to set up layer git repo')
122 …mentParser(description="OpenEmbedded extensible SDK publishing tool - writes server-side data to s…
123 parser.add_argument('-d', '--debug', help='Enable debug output', action='store_true')
124 parser.add_argument('-q', '--quiet', help='Print only errors', action='store_true')
125 …parser.add_argument('-k', '--keep-orig', help='When published to a remote host, the eSDK installer…