[Bug 1979102] Review Request: xstdcmap - Utility to define standard colormap properties

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1979102



--- Comment #5 from Davide Cavalca <dcavalca@xxxxxx> ---
And this is the update-keyring.sh I used to generate the keyring (that I plan
to commit to dist-git alongside the package).

#!/bin/sh

name='xstdcmap'
version=$(rpm -q --qf '%{VERSION}\n' --specfile "${name}.spec" | head -1)

workdir="$(mktemp -d)"
trap 'rm -rf "$workdir"' EXIT

gpg2 --with-fingerprint "${name}-${version}.tar.bz2.sig" 2>&1 |
  awk '$2 == "using" { print "0x" $NF }' |
  xargs gpg2 --homedir="${workdir}" \
             --keyserver='hkps://pgp.mit.edu' \
             --recv-keys

gpg2 --homedir="${workdir}" --export --export-options export-minimal >
"${name}.gpg"


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux