RT# 79780 - added a 60 second pause when there is a connection failure, then retry...
[freeside.git] / rpm / build / expect-addsign
1 #!/usr/bin/expect
2 set p "not our actual passphrase"
3 set f [lindex $argv 0]
4 #spawn /bin/rpm --resign $f
5 spawn /usr/bin/rpm --resign $f
6 expect "Enter pass phrase:"
7 send -- "$p\r"
8 expect eof