Commit 0107c07bbe7fd9c2dc04aa6d6b5c9059db4d39f5
1 parent
8297b72b
Exists in
master
and in
15 other branches
noosfero:release: also need git
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
lib/tasks/release.rake
| @@ -184,6 +184,7 @@ EOF | @@ -184,6 +184,7 @@ EOF | ||
| 184 | { | 184 | { |
| 185 | dput: :dput, | 185 | dput: :dput, |
| 186 | dch: :devscripts, | 186 | dch: :devscripts, |
| 187 | + git: :git, | ||
| 187 | }.each do |program, package| | 188 | }.each do |program, package| |
| 188 | if ! system("which #{program} >/dev/null 2>&1") | 189 | if ! system("which #{program} >/dev/null 2>&1") |
| 189 | puts "Program #{program} missing, install the package #{package}" | 190 | puts "Program #{program} missing, install the package #{package}" |