lib/ash/drupal.rb in capistrano-ash-1.1.15 vs lib/ash/drupal.rb in capistrano-ash-1.1.16
- old
+ new
@@ -194,12 +194,12 @@
run "mkdir -p #{shared_path}/#{url}/#{uc_root}"
end
end
desc <<-DESC
- Stubbed: Moves downloadable files from the public directory (Drupal root)
- to the shared directories
+ Moves downloadable files from the public directory (Drupal root) to the shared
+ directories
Example:
sites/abc/files/ubercart/products
sites/xyz/files/ubercart/downloadable_products
@@ -228,12 +228,12 @@
run "#{drush_bin} -l #{url} -r #{latest_release} vset --yes uc_file_base_dir ../../shared/#{url}/#{uc_root}/#{uc_downloadable_products_root}"
end
end
desc <<-DESC
- Stubbed: Moves encryption key files from the public directory (Drupal root)
- to the shared directories
+ Moves encryption key files from the public directory (Drupal root) to the shared
+ directories
Example:
sites/abc/files/ubercart/keys
sites/xyz/files/ubercart/keys
@@ -250,9 +250,8 @@
# root file path is for encryption keys. This should
# be set as relative to the root of the drupal directory
run "#{drush_bin} -l #{url} -r #{latest_release} vset --yes uc_credit_encryption_path ../../shared/#{url}/#{uc_root}/#{uc_encryption_keys_root}"
end
end
-
end
end
end
\ No newline at end of file