Skip to content

Commit

Permalink
798264 - Katello debug collects certificate password files and some cert
Browse files Browse the repository at this point in the history
- add katello certs report to the archive
(cherry picked from commit 3199833)
  • Loading branch information
mbacovsky committed Mar 5, 2012
1 parent f24afad commit 9e33043
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/script/katello-debug
Expand Up @@ -111,6 +111,9 @@ EXCLUDES.each do |exclude|
end
end

# Create certificates report
output= `katello-debug-certificates >> #{File.join(target_dir, "certificates")}`

# Below are custom system calls to get more info
ouput = `rpm -qa | egrep "katello|candlepin|pulp|thumbslug" >> #{File.join(target_dir, "packages")}`

Expand Down

0 comments on commit 9e33043

Please sign in to comment.