Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:Staging:B
openSUSE-build-key
key2rpmname
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File key2rpmname of Package openSUSE-build-key
#!/bin/bash function keyname() { for key in "$@"; do while read line; do [ "${line:0:4}" = "pub:" ] || continue IFS=: eval set -- "\$line" keyid="${5:8}" printf "gpg-pubkey-%s-%08x\n" "${keyid,,}" "$6" done < <(gpg --with-colons --import-options show-only --import 2>/dev/null < "$key") done } keyname "$@"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor