Switching the hosted registry

This commit is contained in:
James Jones
2023-01-03 20:01:16 -05:00
parent 4e9ebe2023
commit bebe14acdc
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ set name [lindex $argv 3]
### rpm-sign-expect -- Sign RPMs by sending passphrase and other elements
spawn rpm --define "_gpg_name $name <$email>" --addsign $rpm
spawn rpm --define {"_gpg_name $name <$email>"} --addsign $rpm
expect -exact "Enter pass phrase: "
send -- "$passphrase\r"
expect eof