Commit 54d8f33b authored by Alain Takoudjou's avatar Alain Takoudjou

buildout private raw test

parent ba3fa2d1
[buildout]
extends =
# extend private url
https://lab.nexedi.com/alain.takoudjou/test/-/raw/master/component/xz-utils/buildout.cfg
../../stack/slapos.cfg
parts =
slapos-cookbook
private-download
private-file
gitclone-private
xz-utils-private
# auth with hostname: softinst90376.host.vifib.net/alain.takoudjou/testprivate
# supported by gitlab 13
[private-download]
recipe = slapos.recipe.build:download
url = https://softinst90376.host.vifib.net/alain.takoudjou/testprivate/-/raw/master/README.md
filename = README.md
location = ${buildout:parts-directory}/${:_buildout_section_name_}/${:filename}
md5sum =
# auth with hostname: lab.nexedi.com
[private-file]
recipe = slapos.recipe.build:download
url = https://lab.nexedi.com/alain.takoudjou/test/-/raw/master/hello.txt
filename = hello.txt
location = ${buildout:parts-directory}/private-download/${:filename}
md5sum =
# auth with hostname: lab.nexedi.com
[gitclone-private]
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
repository = https://lab.nexedi.com/alain.takoudjou/test.git
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