summaryrefslogtreecommitdiff
path: root/ybd/assembly.py
diff options
context:
space:
mode:
Diffstat (limited to 'ybd/assembly.py')
-rw-r--r--ybd/assembly.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ybd/assembly.py b/ybd/assembly.py
index c818c8c..1b5c571 100644
--- a/ybd/assembly.py
+++ b/ybd/assembly.py
@@ -171,6 +171,8 @@ def run_build(dn):
if dn.get('repo'):
repos.checkout(dn)
dn['SOURCE_DATE_EPOCH'] = repos.source_date_epoch(dn['checkout'])
+ elif dn.get('url'):
+ repos.get_binary(dn)
get_build_commands(dn)
env_vars = sandbox.env_vars_for_build(dn)