Commit 3b67f66b authored by Nicolas Wavrant's avatar Nicolas Wavrant

stack/flask :Âuser can now download and work on his own git repository

parent 25ea4c7c
...@@ -147,7 +147,7 @@ name = example.com ...@@ -147,7 +147,7 @@ name = example.com
[base-server] [base-server]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = ${server_base_py:location}/${server_base_py:filename} url = ${server_base_py:location}/${server_base_py:filename}
#md5sum = md5sum = a2bf143a482d46dee421a24189a4b069
download-only = true download-only = true
destination = $${directory:www} destination = $${directory:www}
mode = 0644 mode = 0644
...@@ -155,7 +155,7 @@ mode = 0644 ...@@ -155,7 +155,7 @@ mode = 0644
[base-module] [base-module]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = ${module_base_py:location}/${module_base_py:filename} url = ${module_base_py:location}/${module_base_py:filename}
#md5sum = md5sum = 5ad39f196605b062e94b738da03fe91c
download-only = true download-only = true
destination = $${directory:www} destination = $${directory:www}
mode = 0644 mode = 0644
...@@ -164,6 +164,7 @@ mode = 0644 ...@@ -164,6 +164,7 @@ mode = 0644
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
repository = ${git-user:location} repository = ${git-user:location}
location = $${directory:www} location = $${directory:www}
develop = true
git-executable = ${git-user:git-executable} git-executable = ${git-user:git-executable}
[git-change-origin] [git-change-origin]
...@@ -192,4 +193,4 @@ curl_path = ${curl:location}/bin/curl ...@@ -192,4 +193,4 @@ curl_path = ${curl:location}/bin/curl
[symlinks] [symlinks]
recipe = cns.recipe.symlink recipe = cns.recipe.symlink
symlink_target = $${directory:bin} symlink_target = $${directory:bin}
symlink_base = ${buildout:directory}/bin symlink_base = ${buildout:directory}/bin
\ No newline at end of file
...@@ -31,7 +31,7 @@ mode = 0644 ...@@ -31,7 +31,7 @@ mode = 0644
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-flask.cfg url = ${:_profile_base_location_}/instance-flask.cfg
output = ${buildout:directory}/template-flask.cfg output = ${buildout:directory}/template-flask.cfg
#md5sum = 4ecf02b09c8e8a3440bd9eb9e846314f md5sum = 6aa3a502443034806be7024f1313d3c2
mode = 0644 mode = 0644
[template_nginx_conf] [template_nginx_conf]
...@@ -70,7 +70,8 @@ mode = 0644 ...@@ -70,7 +70,8 @@ mode = 0644
[git-user] [git-user]
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
repository = ${code:git-repo} repository = http://github.com/Sebatyne/FlaskMinimum.git
branch = master
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
...@@ -88,4 +89,4 @@ eggs = ...@@ -88,4 +89,4 @@ eggs =
[versions] [versions]
gunicorn = 18.0 gunicorn = 18.0
Flask = 0.10 Flask = 0.10
\ No newline at end of file
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