Correct example with md5sum

parent a1204218
...@@ -115,8 +115,8 @@ Example buildout:: ...@@ -115,8 +115,8 @@ Example buildout::
recipe = slapos.recipe.build recipe = slapos.recipe.build
slapos_promise = slapos_promise =
... ...
x86 = http://host/path/x86.zip x86 = http://host/path/x86.zip [md5sum]
x86-64 = http://host/path/x64.zip x86-64 = http://host/path/x64.zip [md5sum]
script = script =
if not self.options.get('url'): self.options['url'], self.options['md5sum'] = self.options[guessPlatform()].split(' ') if not self.options.get('url'): self.options['url'], self.options['md5sum'] = self.options[guessPlatform()].split(' ')
extract_dir = self.extract(self.download(self.options['url'], self.options.get('md5sum'))) extract_dir = self.extract(self.download(self.options['url'], self.options.get('md5sum')))
......
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