Skip to content

Commit

Permalink
Merge pull request Katello#732 from mccun934/857842-mmccune
Browse files Browse the repository at this point in the history
857842 - get all the packages, fixes earlier syntax error
  • Loading branch information
bbuckingham committed Sep 21, 2012
2 parents 145de82 + d1696a2 commit aaf4a78
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 aaf4a78

Please sign in to comment.