Commit 729be3b8 authored by Kirill Smelkov's avatar Kirill Smelkov

gitlab: First SR version works - freeze md5 sums

We've reached a state where first gitlab SR version should work. So as
promised let's freeze the md5 checksums.

All later patches should update corresponding md5 info when they change
a file.

/cc @kazuhiko, @jerome
parent a913c2e4
...@@ -175,14 +175,14 @@ eggs = ...@@ -175,14 +175,14 @@ eggs =
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg.in url = ${:_profile_base_location_}/instance.cfg.in
output = ${buildout:directory}/instance.cfg output = ${buildout:directory}/instance.cfg
# md5sum = TODO md5sum = b40cd8824b978da867404d8955b06c18
[watcher-sigkill] [watcher-sigkill]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
template= ${:_profile_base_location_}/${:_buildout_section_name_}.in template= ${:_profile_base_location_}/${:_buildout_section_name_}.in
rendered= ${buildout:bin-directory}/${:_buildout_section_name_} rendered= ${buildout:bin-directory}/${:_buildout_section_name_}
mode = 0755 mode = 0755
# md5sum = TODO md5sum = 2986dcb006dc9e8508ff81f646656131
context = context =
section bash bash section bash bash
...@@ -205,63 +205,63 @@ url = ${:_profile_base_location_}/template/${:_buildout_section_name_} ...@@ -205,63 +205,63 @@ url = ${:_profile_base_location_}/template/${:_buildout_section_name_}
[config.ru.in] [config.ru.in]
<= download-template <= download-template
# md5sum = TODO md5sum = bb12852c28079f40a0751f7f3559e2a6
[database.yml.in] [database.yml.in]
<= download-template <= download-template
# md5sum = TODO md5sum = ee656cfd96e1c82df167f68bb5773291
[gitconfig.in] [gitconfig.in]
<= download-template <= download-template
# md5sum = TODO md5sum = f4cb11e8bca379e016b062d0db859b74
[gitlab-parameters.cfg] [gitlab-parameters.cfg]
<= download-file <= download-file
# md5sum = TODO md5sum = bc98ec10209bc53f6a49888b1a2b9382
[gitlab-shell-config.yml.in] [gitlab-shell-config.yml.in]
<= download-template <= download-template
# md5sum = TODO md5sum = ea351e16b47f0008f61211eb2d7685e2
[gitlab-unicorn-startup.in] [gitlab-unicorn-startup.in]
<= download-file <= download-file
# md5sum = TODO md5sum = 2716afaa9445c0c429c6b211356ebe8f
[gitlab.yml.in] [gitlab.yml.in]
<= download-template <= download-template
# md5sum = TODO md5sum = cc32f5053dd2a2461aa5952a5b925310
[instance-gitlab.cfg.in] [instance-gitlab.cfg.in]
<= download-file <= download-file
# md5sum = TODO md5sum = dfd2b14f846eda999fe9d12108d513b4
[macrolib.cfg.in] [macrolib.cfg.in]
<= download-file <= download-file
# md5sum = TODO md5sum = a56a44e96f65f5ed20211bb6a54279f4
[nginx-gitlab-http.conf.in] [nginx-gitlab-http.conf.in]
<= download-template <= download-template
# md5sum = TODO md5sum = 590da2b00cd198c7bc261c3d893bc199
[nginx.conf.in] [nginx.conf.in]
<= download-template <= download-template
# md5sum = TODO md5sum = f1a6e2bce3f28a2243fed49d1e1601df
[rack_attack.rb.in] [rack_attack.rb.in]
<= download-template <= download-template
# md5sum = TODO md5sum = 16503c029159ea6db7d0fb5ab67093a3
[resque.yml.in] [resque.yml.in]
<= download-template <= download-template
# md5sum = TODO md5sum = 7d9cba658f9315cd058dfc74db943a66
[smtp_settings.rb.in] [smtp_settings.rb.in]
<= download-template <= download-template
# md5sum = TODO md5sum = c7c09c241b5fa8163e4995260be52604
[unicorn.rb.in] [unicorn.rb.in]
<= download-template <= download-template
# md5sum = TODO md5sum = 9bdca16362fe19c727bca38383e57068
[versions] [versions]
......
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