[DRE-commits] [gemwatch] 03/03: rename deploy task to deploy
Antonio Terceiro
terceiro at moszumanska.debian.org
Thu Aug 6 14:36:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository gemwatch.
commit 7beaef940a09146aabbb559720d1ad814d6bf7da
Author: Antonio Terceiro <terceiro at debian.org>
Date: Thu Aug 6 11:36:11 2015 -0300
rename deploy task to deploy
---
Rakefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Rakefile b/Rakefile
index 8a8d722..b32d4b4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -13,7 +13,7 @@ ALIOTH_DEPLOY_COMMANDS = [
].join('; ')
desc "Deploys gemwatch on alioth.debian.org"
-task :alioth do
+task :deploy do
if !system('git diff-index --quiet HEAD')
puts "E: can't deploy with uncommitted changes"
system 'git status'
@@ -26,6 +26,8 @@ task :alioth do
sh 'git push --tags'
end
+task :alioth => :deploy
+
task :default do
system 'rake -T -s'
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gemwatch.git
More information about the Pkg-ruby-extras-commits
mailing list