You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by as...@apache.org on 2008/07/24 23:04:38 UTC

svn commit: r679545 - /incubator/buildr/trunk/rakelib/apache.rake

Author: assaf
Date: Thu Jul 24 14:04:38 2008
New Revision: 679545

URL: http://svn.apache.org/viewvc?rev=679545&view=rev
Log:
Running apache:snapshot as part of staging a release, so release Gems show up in our Apache test repository.

Modified:
    incubator/buildr/trunk/rakelib/apache.rake

Modified: incubator/buildr/trunk/rakelib/apache.rake
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/rakelib/apache.rake?rev=679545&r1=679544&r2=679545&view=diff
==============================================================================
--- incubator/buildr/trunk/rakelib/apache.rake (original)
+++ incubator/buildr/trunk/rakelib/apache.rake Thu Jul 24 14:04:38 2008
@@ -162,6 +162,9 @@
     task('apache:sign').invoke
   end
 end
+task 'stage' do
+  task('apache:snapshot').invoke
+end
 task 'release:publish'=>['apache:publish:distro', 'apache:publish:site']
 task 'clobber' do
   rm_rf 'snapshot'