Skip to content

Commit

Permalink
debug stmt to know signign script
Browse files Browse the repository at this point in the history
Signed-off-by: poorndm <[email protected]>
  • Loading branch information
poorndm committed May 13, 2024
1 parent c80781f commit 236199c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/omnibus/packagers/rpm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ def create_rpm_file
if dist_tag != ".el8" && dist_tag != ".el9" && dist_tag != ".amazon2023"
sign_cmd.prepend("#{signing_script} \"").concat("\"")
log.info(log_key) { " DEBUGGING Stmt - omnibus-rpm.rb RHEL 8 and Amazon-2023 has gpg-agent running so skipping the expect script -sign_cmd - #{sign_cmd} AND signing_script -> #{signing_script}" }
echo "<<<<<< signing_script - `cat #{signing_script}` "
end

shellout!("#{sign_cmd}", environment: { "HOME" => home })
Expand Down

0 comments on commit 236199c

Please sign in to comment.