Skip to content

Commit

Permalink
web interface: use the current nixpkgs update patch commit message fo…
Browse files Browse the repository at this point in the history
…rmat
  • Loading branch information
Phreedom committed Apr 30, 2016
1 parent 49050b4 commit e014790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nixpkgs-monitor-site
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ get '/patch' do
%{
From: #{maintainers_with_email.select{|m| params[:m] and m.downcase.include? (params[:m].downcase)}.first ||
"Nixpkgs Monitor <none@none>" }
Subject: #{params[:p]}: update from #{DistroPackage::Nix.by_internal_name[params[:p]].version} to #{params[:v]}#{
Subject: #{params[:p]}: #{DistroPackage::Nix.by_internal_name[params[:p]].version} -> #{params[:v]}#{
vulnerable.has_key?(params[:p]) ? ", potentially fixes #{vulnerable[params[:p]].values.map{|s| s.to_a}.flatten.join(', ')}": ""
}
Expand Down

0 comments on commit e014790

Please sign in to comment.