Skip to content

Commit

Permalink
Attempt to fix dirty git
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-dadams committed Nov 14, 2024
1 parent a481921 commit efc38f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build/sign_deb.exp
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ send -- "$GPG_PASSPHRASE\r"

# Wait until the process completes
expect eof


2 changes: 1 addition & 1 deletion build/sign_rpm.exp
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set timeout -1
spawn rpmsign -v --addsign $rpm_file
expect "Enter pass phrase:"
send -- "${GPG_PASSPHRASE}\r"
expect eof
expect eof
2 changes: 1 addition & 1 deletion build/sign_tar.exp
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ expect {
catch wait result
exit [lindex $result 3]
}
}
}

0 comments on commit efc38f4

Please sign in to comment.