From 5fa55159a2dfaed6a009d280999fa29dfc401703 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 27 Jul 2016 00:28:30 +0000 Subject: Fix release-upload scrpit to use new options in list-artifacts Change-Id: Idbdfca36a75b5b0f927e22ba06468cb39c946ba0 --- scripts/release-upload | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/release-upload b/scripts/release-upload index 106a6e49..f8b3337c 100755 --- a/scripts/release-upload +++ b/scripts/release-upload @@ -230,7 +230,8 @@ class BuildArtifactPublisher(object): repo = 'file://%s' % os.path.abspath('.') ref = 'HEAD' - argv = [self.settings['morph-cmd'], 'list-artifacts', '--quiet', repo, ref] + argv = [self.settings['morph-cmd'], 'list-artifacts', '--quiet', + '--repo', repo, '--ref', ref] argv += self.find_system_morphologies(cluster_morphology_path) output = cliapp.runcmd(argv) basenames = output.splitlines() -- cgit v1.2.1