<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>bin/encoder.rb</filename>
    </added>
    <added>
      <filename>bin/notifier.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -93,7 +93,7 @@ You can start Merb directly:
 The encoder can be run with 
 
     cd /var/local/www/panda
-    merb -r lib/encoder.rb -p 5001 -e encoder
+    merb -r bin/encoder.rb -p 5001 -e encoder
 
 Using God with the supplied config is the best method to control Merb and the encoder:
 </diff>
      <filename>README_EC2</filename>
    </modified>
    <modified>
      <diff>@@ -35,7 +35,7 @@ God.watch do |w|
   w.name = &quot;encoder&quot;
   current_path  = &quot;/var/local/www/panda&quot;
   port = 4091
-  w.start = &quot;/bin/bash -c 'cd #{current_path}; merb -r lib/encoder.rb -d -p #{port} -e encoder'&quot;
+  w.start = &quot;/bin/bash -c 'cd #{current_path}; merb -r bin/encoder.rb -d -p #{port} -e encoder'&quot;
   w.stop = &quot;/bin/bash -c 'cd #{current_path}; merb -k #{port}'&quot;
   w.pid_file = File.join(current_path, &quot;log/merb.#{port}.pid&quot;)
   w.behavior(:clean_pid_file)
@@ -55,7 +55,7 @@ God.watch do |w|
   w.name = &quot;notifier&quot;
   current_path  = &quot;/var/local/www/panda&quot;
   port = 6001
-  w.start = &quot;/bin/bash -c 'cd #{current_path}; merb -r lib/notifier.rb -d -p #{port} -e notifier'&quot;
+  w.start = &quot;/bin/bash -c 'cd #{current_path}; merb -r bin/notifier.rb -d -p #{port} -e notifier'&quot;
   w.stop = &quot;/bin/bash -c 'cd #{current_path}; merb -k #{port}'&quot;
   w.pid_file = File.join(current_path, &quot;log/merb.#{port}.pid&quot;)
   w.behavior(:clean_pid_file)</diff>
      <filename>panda.god</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/encoder.rb</filename>
    </removed>
    <removed>
      <filename>lib/notifier.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>45e2047a0f76707106e6b144cc90ab8660e73f5e</id>
    </parent>
  </parents>
  <author>
    <name>Martyn Loughran</name>
    <email>martyn@new-bamboo.co.uk</email>
  </author>
  <url>http://github.com/newbamboo/panda/commit/56b67323719f9a3aeaad04dec38c0f209f46249d</url>
  <id>56b67323719f9a3aeaad04dec38c0f209f46249d</id>
  <committed-date>2008-10-14T04:36:40-07:00</committed-date>
  <authored-date>2008-10-14T04:36:40-07:00</authored-date>
  <message>Moved notifier and encoder into bin directory.

* Allows us to autoload the lib directory.
* Also that's where they should be - they're scripts!</message>
  <tree>f59178df4720a81cbb434f1dc95a3b76b9954005</tree>
  <committer>
    <name>Martyn Loughran</name>
    <email>martyn@new-bamboo.co.uk</email>
  </committer>
</commit>
