Commit 6c67cb8337b819ab581d3bd5b9b8b00af4f379bc:
    don't retry refreshes

Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>

------------------------------------------------------------
www/board/agenda/models/agenda.rb                            | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/board/agenda/models/agenda.rb 
b/www/board/agenda/models/agenda.rb
index 69f95a1..34c6de8 100755
--- a/www/board/agenda/models/agenda.rb
+++ b/www/board/agenda/models/agenda.rb
@@ -57,7 +57,7 @@ def self.parse(file, mode)
 
   # update agenda file in SVN
   def self.update(file, message, retries=20, &block)
-    commit_rc = 999
+    commit_rc = (message ? 999 : 0)
 
     # Create a temporary work directory
     dir = Dir.mktmpdir

Reply via email to