Commit e0d96fc4 authored by Xiaowu Zhang's avatar Xiaowu Zhang

no permission to create

parent ea764835
......@@ -1071,13 +1071,13 @@ If shared and download-cache are set to 2 different location, package will be in
... [buildout]
... newest = false
... parts = package
... download-cache = /XXXXX/
... download-cache = %s
...
... [package]
... recipe = slapos.recipe.cmmi
... url = file://%s/package-0.0.0.tar.gz
... shared = %s
... """ % (src, shared_dir))
... """ % (src, src, shared_dir))
>>> print system(buildout) #doctest:+ELLIPSIS
package: download cache directory .../slapos.recipe.cmmi/slapos/recipe/cmmi/shared/package/... set for package
......
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