Commit 848ba39b authored by Marco Mariani's avatar Marco Mariani

updated md5; specify drush version

parent f2b81420
......@@ -15,7 +15,7 @@ md5sum = 068d7a77958fce6bb002659aa7ccaeb7
[application-template]
recipe = slapos.recipe.download
url = ${:_profile_base_location_}/settings.php.in
md5sum = 393813c5660590dfde74f835afa3389a
md5sum = 0406dfa6a733a541257ccf13c36366f7
download-only = True
filename = template.in
mode = 0644
......@@ -43,6 +43,6 @@ recipe = cp.recipe.cmd
pear = ${apache-php:location}/bin/pear
install_cmd =
${:pear} channel-info pear.drush.org >/dev/null || ${:pear} channel-discover pear.drush.org
${:pear} info drush/drush >/dev/null || ${:pear} install drush/drush
${:pear} info drush/drush >/dev/null || ${:pear} install drush/drush-5.8.0
${:pear} info Console_Table >/dev/null || ${:pear} install Console_Table
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