Commit 271173db authored by Romain Courteaud's avatar Romain Courteaud

jinja2: do nothing on update if we're sure that the source hasn't changed

See nexedi/slapos.recipe.build@f458eb8b
parent 4f213d38
......@@ -274,5 +274,7 @@ class Recipe(object):
return
return self.rendered
update = install
def update(self):
if not self.md5sum:
self.install()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment