Commit 06bb53b9 authored by Julien Muchembled's avatar Julien Muchembled

fixup! slapos.recipe.build.env.sh improvements/fixes

parent 88f8884b
...@@ -986,7 +986,7 @@ developer can try same build process as the recipe tried. ...@@ -986,7 +986,7 @@ developer can try same build process as the recipe tried.
Error: System error Error: System error
>>> import glob >>> import glob
>>> cat(glob.glob(os.path.join(shared_dir, 'package/**__compile__/slapos.recipe.build.env.sh'))[0]) >>> cat(glob.glob(os.path.join(shared_dir, 'package/**__compile__/slapos.recipe.build.env.sh'))[0])
export FOO="bar" export FOO=bar
... ...
Next time buildout runs, it detects that the build failed, remove the compile dir and retry. Next time buildout runs, it detects that the build failed, remove the compile dir and retry.
......
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