summaryrefslogtreecommitdiff
path: root/scripts/release-upload
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-08-19 15:50:05 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-08-19 15:54:07 +0000
commit29b6bf544e9dad4c307214104f58c53baaf94cd1 (patch)
tree66809f7203bf838e2a9caf0d833bb16e8f95e29a /scripts/release-upload
parentebfcbd166dfe49c6632d0aeeb6d2050a4d507576 (diff)
parent2859c97778cb211a53d5a38a687b5f93ec7fa5ac (diff)
downloaddefinitions-29b6bf544e9dad4c307214104f58c53baaf94cd1.tar.gz
Merge branch 'baserock/richardmaw/fix-up-release-test'
Rubber-stamped-by: Richard Maw The majority of the patches were approved, but for the rest there is nobody else familiar enough with the code to comment. This code has been through a Mason pipeline a couple of times though, so it is less likely to break anything.
Diffstat (limited to 'scripts/release-upload')
-rwxr-xr-xscripts/release-upload2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release-upload b/scripts/release-upload
index d7ba8705..273f9ed5 100755
--- a/scripts/release-upload
+++ b/scripts/release-upload
@@ -227,7 +227,7 @@ class BuildArtifactPublisher(object):
# FIXME: These are hardcoded for simplicity. They would be
# possible to deduce automatically from the workspace, but
# that can happen later.
- repo = 'baserock:baserock/definitions'
+ repo = 'file://%s' % os.path.abspath('.')
ref = 'HEAD'
argv = [self.settings['morph-cmd'], 'list-artifacts', '--quiet', repo, ref]