Skip to content

Commit

Permalink
pre rel 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkraemer committed Mar 25, 2006
1 parent cdb0170 commit e77c276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rakefile
Expand Up @@ -302,11 +302,11 @@ task :update_version => [:prerelease] do
end
end
end
mv "lib/rake.rb.new", "lib/rake.rb"
mv "lib/rdig.rb.new", "lib/rdig.rb"
if ENV['RELTEST']
announce "Release Task Testing, skipping commiting of new version"
else
sh %{svn commit -m "Updated to version #{PKG_VERSION}" lib/rake.rb}
sh %{svn commit -m "Updated to version #{PKG_VERSION}" lib/rdig.rb}
end
end
end
Expand All @@ -317,7 +317,7 @@ task :tag => [:prerelease] do
reltag << ENV['REUSE'].gsub(/\./, '_') if ENV['REUSE']
announce "Tagging with [#{reltag}]"
if ENV['RELTEST']
announce "Release Task Testing, skipping CVS tagging"
announce "Release Task Testing, skipping tagging"
else
sh %{cd ..; svn copy trunk tags/#{reltag}}
end
Expand Down

0 comments on commit e77c276

Please sign in to comment.