Preparing for deployment to new server

This commit is contained in:
Godwin
2014-06-02 18:45:26 -06:00
parent 8bcc1852b5
commit 930aa130d6
5 changed files with 78 additions and 5 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ namespace :migrate do
while !data && attempts < 10
if attempts > 0
sleep 2
puts "Download failed, attempt #{attempt + 1} to obtain #{type.singularize} data from live server"
puts "Download failed, attempt #{attempts + 1} to obtain #{type.singularize} data from live server"
end
begin
data = get_data(is_entity ? type.singularize : (vocabulary ? 'taxonomy_term' : 'node'), is_entity || vocabulary ? nil : table, vocabulary ? table : nil)