Fix automatic signing

Jenkins didn't like the previous expect script.  This one should work.

Change-Id: Ic94daef65f342a12f8f194163271f2204ba28b27
This commit is contained in:
Douglas Mendizabal 2013-11-20 18:06:16 -06:00
parent bdde8f4271
commit 0db6b00660

View File

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