Skip to content

Commit

Permalink
857842 - get all the packages, fixes earlier syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike McCune committed Sep 21, 2012
1 parent b8ce5d7 commit d1696a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/katello-debug
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ output = `katello-debug-certificates >> #{File.join(target_dir, "certificates")}
output = `find /root/ssl-build -ls | sort -k 11 > #{File.join(target_dir, "ssl_build_dir")}`

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


if (options[:archive])
Expand Down

0 comments on commit d1696a2

Please sign in to comment.