From 15354c284879c734ca9bd87450d715dcdbe8aec2 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 20 Sep 2012 13:02:18 +0200 Subject: capified and moved bin to own dir --- leap_ca.rb | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 leap_ca.rb (limited to 'leap_ca.rb') diff --git a/leap_ca.rb b/leap_ca.rb deleted file mode 100755 index baefff2..0000000 --- a/leap_ca.rb +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/ruby - -require 'rubygems' -require 'daemons' -require 'yajl/http_stream' - -require 'lib/cert' -require 'lib/couch_stream' -require 'lib/couch_changes' -require 'lib/pool' - - -puts "Tracking #{Cert.database.root}" -couch = CouchStream.new(Cert.database.root) -changes = CouchChanges.new(couch) -pool = LeapCA::Pool.new(File.expand_path("../config/pool.yml", __FILE__)) -pool.fill -Daemons.run_proc('leap_ca.rb') do - changes.follow do |hash| - p hash - if hash[:deleted] - pool.fill - end - end -end -- cgit v1.2.3