<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -23,10 +23,15 @@ task :preview do
   preview true
 end
 
-desc &quot;Update server by pulling changes from git and applying them&quot;
+desc &quot;Update recipes from git&quot;
 task :update do
   sh &quot;git pull origin master&quot;
-  sh &quot;rake&quot;
+end
+
+desc &quot;Upgrade server by pulling changes from git and applying them&quot;
+task :upgrade do
+  Rake::Task[:update].invoke
+  Rake::Task[:all].invoke
 end
 
 desc &quot;Generate README as HTML&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9812a55edf3ad6f720b35ba2ab41975b7add7225</id>
    </parent>
  </parents>
  <author>
    <name>Igal Koshevoy</name>
    <email>igal@pragmaticraft.com</email>
  </author>
  <url>http://github.com/igal/osbp_automateit/commit/b483d021afa0801b6c311c45ee59b27dee47ac8b</url>
  <id>b483d021afa0801b6c311c45ee59b27dee47ac8b</id>
  <committed-date>2009-03-24T04:50:20-07:00</committed-date>
  <authored-date>2009-03-24T04:50:20-07:00</authored-date>
  <message>Added separate &quot;rake update&quot; and &quot;rake upgrade&quot; tasks.</message>
  <tree>3df1e98999092d42f5fe8a175c6b6f9cd00bf74d</tree>
  <committer>
    <name>Igal Koshevoy</name>
    <email>igal@pragmaticraft.com</email>
  </committer>
</commit>
