From e6185f14001bbb0784ac4c35d94b7d7ebe977195 Mon Sep 17 00:00:00 2001 From: Nicolas Wavrant <nicolas.wavrant@tiolive.com> Date: Fri, 21 Feb 2014 10:35:18 +0100 Subject: [PATCH] stack-monitor: md5sums set no longer in hard development --- stack/monitor/buildout.cfg | 16 ++++++++-------- stack/monitor/monitor.cfg.in | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/stack/monitor/buildout.cfg b/stack/monitor/buildout.cfg index 2ccde0a5..02df7108 100644 --- a/stack/monitor/buildout.cfg +++ b/stack/monitor/buildout.cfg @@ -39,7 +39,7 @@ eggs = [make-rss-script] recipe = slapos.recipe.template url = ${:_profile_base_location_}/make-rss.sh.in -#md5sum = +md5sum = 8d3a4b212784b591316b8b93d6bd163e output = ${buildout:directory}/make-rss.sh.in mode = 0644 @@ -48,14 +48,14 @@ recipe = slapos.recipe.template url = ${:_profile_base_location_}/monitor.cfg.in output = ${buildout:directory}/monitor.cfg filename = monitor.cfg -#md5sum = 6564a2e7c7d9e631b997ff2960ad3299 +md5sum = feeca02cd409457b7ee61697f2eb3eef mode = 0644 [monitor-bin] recipe = hexagonit.recipe.download url = ${:_profile_base_location_}/${:filename} download-only = true -#md5sum = +md5sum = 05bbb70f6f69dc4f3fa83dc0f8c9960e filename = monitor.py.in mode = 0644 @@ -63,7 +63,7 @@ mode = 0644 recipe = hexagonit.recipe.download url = ${:_profile_base_location_}/webfiles/${:filename} download-only = true -#md5sum = +md5sum = 91ac749f86aecc0c383d93e51e15a572 filename = index.cgi.in mode = 0644 @@ -71,7 +71,7 @@ mode = 0644 recipe = hexagonit.recipe.download url = ${:_profile_base_location_}/webfiles/${:filename} download-only = true -#md5sum = +md5sum = aa375a4225e2587b22f68c28cafd7871 filename = index.html.jinja2 mode = 0644 @@ -79,7 +79,7 @@ mode = 0644 recipe = hexagonit.recipe.download url = ${:_profile_base_location_}/webfiles/${:filename} download-only = true -#md5sum = +md5sum = 4e5b7fc5c5c237836c7c81fe3e3bb903 filename = status.cgi.in mode = 0644 @@ -87,7 +87,7 @@ mode = 0644 recipe = hexagonit.recipe.download url = ${:_profile_base_location_}/webfiles/${:filename} download-only = true -#md5sum = +md5sum = 18574b804da0c65d8670959f9e7c4774 filename = settings.cgi.in mode = 0644 @@ -95,7 +95,7 @@ mode = 0644 recipe = hexagonit.recipe.download url = ${:_profile_base_location_}/${:filename} download-only = true -#md5sum = +md5sum = 916f37f083b1ef391adea2f7a717bf8a filename = status2rss.py mode = 0644 diff --git a/stack/monitor/monitor.cfg.in b/stack/monitor/monitor.cfg.in index 2d174ef1..da0cc7b6 100644 --- a/stack/monitor/monitor.cfg.in +++ b/stack/monitor/monitor.cfg.in @@ -83,7 +83,7 @@ command = $${make-rss:output} [setup-static-files] recipe = hexagonit.recipe.download url = ${download-static-files:destination}/${download-static-files:filename} -#md5sum = 628072e7212db1e8cdacb22b21752cda +md5sum = e98585b85634de48240b2c215e946769 filename = static destination = $${directory:www} ignore-existing = true @@ -108,7 +108,7 @@ url = ${index-template:location}/$${:filename} destination = $${directory:www} filename = ${index-template:filename} download-only = true -#md5sum = +md5sum = aa375a4225e2587b22f68c28cafd7871 mode = 0644 [deploy-status-cgi] @@ -150,7 +150,7 @@ recipe = hexagonit.recipe.download url = ${rss-bin:destination}/${rss-bin:filename} destination = $${directory:bin} filename = ${rss-bin:filename} -#md5sum = +md5sum = 916f37f083b1ef391adea2f7a717bf8a mode = 0744 download-only = true @@ -158,7 +158,7 @@ download-only = true recipe = slapos.recipe.template url = ${make-rss-script:output} output = $${directory:bin}/make-rss.sh -#md5sum = +md5sum = 8d3a4b212784b591316b8b93d6bd163e mode = 0744 [cadirectory] -- 2.30.9