-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Releasing 7.3.10 fails with gpg: cannot open '/dev/tty': No such device or address
#9726
Labels
Comments
Somewhat frustratingly, this logic worked when I tested it 22 days ago:
|
This was referenced Jan 11, 2022
Root cause: a preexisting I didn't notice this in my testing because the test pass automation never actually pushed the The fix is to add
|
wadells
added a commit
that referenced
this issue
Jan 11, 2022
Do not prompt for any reason, especially not if a repomd.xml.asc already exists when signing repomd.xml. Attempting to prompt (instead of overwriting) results in publish failures like the following: + gpg --detach-sign --armor /rpmrepo/teleport/repodata/repomd.xml gpg: cannot open '/dev/tty': No such device or address Contributes to #9726. (cherry picked from commit 0fb71e9)
wadells
added a commit
that referenced
this issue
Jan 11, 2022
Do not prompt for any reason, especially not if a repomd.xml.asc already exists when signing repomd.xml. Attempting to prompt (instead of overwriting) results in publish failures like the following: + gpg --detach-sign --armor /rpmrepo/teleport/repodata/repomd.xml gpg: cannot open '/dev/tty': No such device or address Contributes to #9726. (cherry picked from commit 0fb71e9)
wadells
added a commit
that referenced
this issue
Jan 11, 2022
Do not prompt for any reason, especially not if a repomd.xml.asc already exists when signing repomd.xml. Attempting to prompt (instead of overwriting) results in publish failures like the following: + gpg --detach-sign --armor /rpmrepo/teleport/repodata/repomd.xml gpg: cannot open '/dev/tty': No such device or address Contributes to #9726. (cherry picked from commit 0fb71e9)
wadells
added a commit
that referenced
this issue
Jan 11, 2022
Do not prompt for any reason, especially not if a repomd.xml.asc already exists when signing repomd.xml. Attempting to prompt (instead of overwriting) results in publish failures like the following: + gpg --detach-sign --armor /rpmrepo/teleport/repodata/repomd.xml gpg: cannot open '/dev/tty': No such device or address Contributes to #9726.
This was referenced Jan 11, 2022
Merged
wadells
added a commit
that referenced
this issue
Jan 12, 2022
Do not prompt for any reason, especially not if a repomd.xml.asc already exists when signing repomd.xml. Attempting to prompt (instead of overwriting) results in publish failures like the following: + gpg --detach-sign --armor /rpmrepo/teleport/repodata/repomd.xml gpg: cannot open '/dev/tty': No such device or address Contributes to #9726.
wadells
added a commit
that referenced
this issue
Jan 12, 2022
Do not prompt for any reason, especially not if a repomd.xml.asc already exists when signing repomd.xml. Attempting to prompt (instead of overwriting) results in publish failures like the following: + gpg --detach-sign --armor /rpmrepo/teleport/repodata/repomd.xml gpg: cannot open '/dev/tty': No such device or address Contributes to #9726. (cherry picked from commit 0fb71e9)
wadells
added a commit
that referenced
this issue
Jan 12, 2022
Do not prompt for any reason, especially not if a repomd.xml.asc already exists when signing repomd.xml. Attempting to prompt (instead of overwriting) results in publish failures like the following: + gpg --detach-sign --armor /rpmrepo/teleport/repodata/repomd.xml gpg: cannot open '/dev/tty': No such device or address Contributes to #9726. (cherry picked from commit 0fb71e9)
wadells
added a commit
that referenced
this issue
Jan 12, 2022
Do not prompt for any reason, especially not if a repomd.xml.asc already exists when signing repomd.xml. Attempting to prompt (instead of overwriting) results in publish failures like the following: + gpg --detach-sign --armor /rpmrepo/teleport/repodata/repomd.xml gpg: cannot open '/dev/tty': No such device or address Contributes to #9726. (cherry picked from commit 0fb71e9)
15 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
What happened:
@r0mant tried to release 7.3.10 today, but the release automation failed during the publish package step withe the following signature:
As seen at https://drone.teleport.dev/gravitational/teleport/9816/1/14
This is the result of #9027 and ports.
What you expected to happen:
I expect releases to run to completion without any infrastructural issues.
The text was updated successfully, but these errors were encountered: