HomeSort by relevance Sort by last modified time
    Searched refs:artifact_path (Results 1 - 2 of 2) sorted by null

  /device/google/dragon-kernel/
push-kernel.sh 7 echo usage: $0 [artifact_path] [rootdir] [kernel_path]
9 echo artifact_path=smaug-release/R45-7199.0.0
15 artifact_path=$1
45 if [ -z "$artifact_path" ]; then
48 echo ERROR: could not determine artifact_path
51 artifact_path=${build}/${latest}
53 gspath=${gsbase}/${artifact_path}
74 Build: $artifact_path
  /prebuilts/sdk/
update_current.py 176 def fetch_artifact(target, buildId, artifact_path):
177 print 'Fetching %s from %s...' % (artifact_path, target)
178 fetchCmd = [FETCH_ARTIFACT, '--bid', str(buildId), '--target', target, artifact_path]
182 print >> sys.stderr, 'FAIL: Unable to retrieve %s artifact for build ID %d' % (artifact_path, buildId)
184 return artifact_path
189 artifact_path = fetch_artifact(target, buildId, 'top-of-tree-m2repository-%s.zip' % (buildId))
190 if not artifact_path:
194 repoDir = os.path.basename(artifact_path)[:-4]
195 with zipfile.ZipFile(artifact_path) as zipFile:
211 artifact_path = fetch_artifact(target, buildId, 'sdk-repo-%s-platforms-%s.zip' % (platform, buildId)
    [all...]

Completed in 96 milliseconds