barbican/rpmbuild/automated_rpm_build.exp
Douglas Mendizabal 0db6b00660 Fix automatic signing
Jenkins didn't like the previous expect script.  This one should work.

Change-Id: Ic94daef65f342a12f8f194163271f2204ba28b27
2013-11-20 18:06:16 -06:00

11 lines
119 B
Plaintext
Executable File

#!/usr/bin/expect
set timeout -1
spawn "./rpmbuild/build_rpm.sh"
expect "Enter pass phrase: "
send "\n"
expect eof