public
Rubygem
Description: Apache Buildr
Homepage: http://incubator.apache.org/buildr
Clone URL: git://github.com/vic/buildr.git
Search Repo:
Running apache:snapshot as part of staging a release, so release Gems show 
up in our Apache test repository.

git-svn-id: https://svn.apache.org/repos/asf/incubator/buildr/trunk@679545 
13f79535-47bb-0310-9956-ffa450edef68
assaf (author)
Thu Jul 24 14:04:38 -0700 2008
commit  a17bf32135d2161c8e8ed2a7ea5a579471adf9c3
tree    de9f7030e57abb357aa69265b263996dd23af7ec
parent  b531d81afe78254259cdbdb9f3d0f627cfe78062
...
162
163
164
 
 
 
165
166
167
...
162
163
164
165
166
167
168
169
170
0
@@ -162,6 +162,9 @@ task 'stage:prepare'=>['staged/distro', 'staged/site'] do |task|
0
     task('apache:sign').invoke
0
   end
0
 end
0
+task 'stage' do
0
+ task('apache:snapshot').invoke
0
+end
0
 task 'release:publish'=>['apache:publish:distro', 'apache:publish:site']
0
 task 'clobber' do
0
   rm_rf 'snapshot'

Comments

    No one has commented yet.