projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
RT# 79352 - keep original email if all new emails are attached to other contacts...
[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