commit 249e29577df6c173aa5a65c6564554c0bcb4b5ee
parent cd96f4c55d8457feaf99f786c649c9dd0a6d9f12
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Fri, 31 Aug 2007 15:50:04 +0000
don't save index in sup-sync-back, since that only fucks things up if errors happen and has no positive benefit
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@555 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/bin/sup-sync-back b/bin/sup-sync-back
@@ -166,7 +166,6 @@ rescue Exception => e
File.open("sup-exception-log.txt", "w") { |f| f.puts e.backtrace }
raise
ensure
- index.save
Redwood::finish
index.unlock
end