Commit 833d9ff44e3ca1c397d067fa9d5c3760aedf2e22:
remove obsolete code to upload minutes
Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>
------------------------------------------------------------
tools/collate_minutes.rb | -----
------------------------------------------------------------
5 changes: 0 additions, 5 deletions.
------------------------------------------------------------
diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index 85db5e3..79377b3 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -771,8 +771,3 @@ def layout(title = nil)
open("#{SITE_MINUTES}/index.html", 'w') {|file| file.write page}
print("Wrote #{SITE_MINUTES}/index.html\n")
-
-if `hostname`.strip == 'rubix'
- system "rsync -av #{SITE_MINUTES}/ " +
- "people.apache.org:public_html/board/minutes/"
-end