summaryrefslogtreecommitdiff
path: root/morphlib/builder2.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/builder2.py')
-rw-r--r--morphlib/builder2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/builder2.py b/morphlib/builder2.py
index 9ed75397..68768699 100644
--- a/morphlib/builder2.py
+++ b/morphlib/builder2.py
@@ -200,6 +200,7 @@ class BuilderBase(object):
'kind': self.artifact.source.morphology['kind'],
'description': self.artifact.source.morphology['description'],
'repo': self.artifact.source.repo.url,
+ 'repo-alias': self.artifact.source.repo_name,
'original_ref': self.artifact.source.original_ref,
'sha1': self.artifact.source.sha1,
'morphology': self.artifact.source.filename,