From aae521753d8a8f2c447cfef2feebc1f2758fcfdd Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 28 Aug 2015 17:27:21 -0300 Subject: [PATCH] noosfero:release: remove call to missing task --- lib/tasks/release.rake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tasks/release.rake b/lib/tasks/release.rake index 9336f53..560db21 100644 --- a/lib/tasks/release.rake +++ b/lib/tasks/release.rake @@ -239,12 +239,12 @@ EOF end end - Rake::Task['noosfero:upload'].invoke if confirm('Upload the packages') puts "==> Uploading debian packages..." Rake::Task['noosfero:upload_packages'].invoke(target) else - puts "I: please upload the package manually!" + puts "I: please upload the package manually later by running" + puts "I: $ rake noosfero:upload_packages" end rm_f "tmp/pending-release" -- libgit2 0.21.2