Skip to content

Commit

Permalink
update release scripts for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
quix committed Jun 7, 2010
1 parent f41a3b5 commit ffb608e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile.drake
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ task :drake_prerelease => [:clobber, :gemspec] do
unless `git status` =~ %r!nothing to commit \(working directory clean\)!
raise "Directory not clean"
end
unless `git pull` =~ %r!Already up-to-date!
raise "New stuff from remote repository"
end
#unless `git pull` =~ %r!Already up-to-date!
# raise "New stuff from remote repository"
#end
%w[github.com rubyforge.org].each { |server|
cmd = "ping " + (
if Config::CONFIG["host"] =~ %r!darwin!
Expand Down Expand Up @@ -59,7 +59,7 @@ task :drake_finish_release do
}

git("tag", "drake-" + SPEC.version.to_s)
git(*%w(push --tags origin master))
git(*%w(push --tags origin))
end

task :drake_release =>
Expand Down

0 comments on commit ffb608e

Please sign in to comment.