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,12 +239,12 @@ EOF | ||
| 239 | end | 239 | end |
| 240 | end | 240 | end |
| 241 | 241 | ||
| 242 | - Rake::Task['noosfero:upload'].invoke | ||
| 243 | if confirm('Upload the packages') | 242 | if confirm('Upload the packages') |
| 244 | puts "==> Uploading debian packages..." | 243 | puts "==> Uploading debian packages..." |
| 245 | Rake::Task['noosfero:upload_packages'].invoke(target) | 244 | Rake::Task['noosfero:upload_packages'].invoke(target) |
| 246 | else | 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 | end | 248 | end |
| 249 | 249 | ||
| 250 | rm_f "tmp/pending-release" | 250 | rm_f "tmp/pending-release" |