Commit 89e404b5 authored by Vincent Pelletier's avatar Vincent Pelletier

Make tidstorage-repozo arguments more readable.

Split line more naturally (don't separate switch from related argument).
Use long options instead of abbreviations.
parent e789c59f
......@@ -43,7 +43,10 @@ class Recipe(GenericBaseRecipe):
repozo_wrapper = self.createPythonScript(
self.options['repozo-wrapper'],
'slapos.recipe.librecipe.execute.execute',
[self.options['tidstorage-repozo-binary'], '--config',
configuration_file, '--repozo', self.options['repozo-binary'], '-z'])
[self.options['tidstorage-repozo-binary'],
'--config', configuration_file,
'--repozo', self.options['repozo-binary'],
'--gzip',
])
return [configuration_file, tidstorage_wrapper, repozo_wrapper]
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