Commit 0107c07bbe7fd9c2dc04aa6d6b5c9059db4d39f5

Authored by Antonio Terceiro
1 parent 8297b72b

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 184 {
185 185 dput: :dput,
186 186 dch: :devscripts,
  187 + git: :git,
187 188 }.each do |program, package|
188 189 if ! system("which #{program} >/dev/null 2>&1")
189 190 puts "Program #{program} missing, install the package #{package}"
... ...