You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2023/01/13 15:20:46 UTC

[GitHub] [solr] magibney opened a new pull request, #1288: update `releaseWizard.py` to support offline gpg key

magibney opened a new pull request, #1288:
URL: https://github.com/apache/solr/pull/1288

   The release wizard detection of gpg keys fails in the event that the main key is offline (which causes the script output for `gpg --list-secret-keys` to display slightly differently). This PR introduces a minor tweak to parsing only, to enable gpg key detection to work in such cases.
   
   The relevant section (full flag description from `man gpg` below) is `A # after the initial tags sec or ssb means that the secret key or subkey is currently not usable.`
   
   ```
          --list-secret-keys
          -K     List the specified secret keys.  If no keys are specified, then
                 all known secret keys are listed.  A # after the initial tags
                 sec or ssb means that the secret key or subkey is currently not
                 usable.  We also say that this key has been taken offline (for
                 example, a primary key can be taken offline by exporting the key
                 using the command --export-secret-subkeys).  A > after these
                 tags indicate that the key is stored on a smartcard.  See also
                 --list-keys.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] magibney merged pull request #1288: update `releaseWizard.py` to support offline gpg key

Posted by GitBox <gi...@apache.org>.
magibney merged PR #1288:
URL: https://github.com/apache/solr/pull/1288


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org