Commit aae521753d8a8f2c447cfef2feebc1f2758fcfdd
1 parent
814a5768
Exists in
master
and in
29 other branches
noosfero:release: remove call to missing task
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
lib/tasks/release.rake
... | ... | @@ -239,12 +239,12 @@ EOF |
239 | 239 | end |
240 | 240 | end |
241 | 241 | |
242 | - Rake::Task['noosfero:upload'].invoke | |
243 | 242 | if confirm('Upload the packages') |
244 | 243 | puts "==> Uploading debian packages..." |
245 | 244 | Rake::Task['noosfero:upload_packages'].invoke(target) |
246 | 245 | else |
247 | - puts "I: please upload the package manually!" | |
246 | + puts "I: please upload the package manually later by running" | |
247 | + puts "I: $ rake noosfero:upload_packages" | |
248 | 248 | end |
249 | 249 | |
250 | 250 | rm_f "tmp/pending-release" | ... | ... |