2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Merge pull request #6251 from neo954/gpg-signing

Use xCAT Automatic Signing Key, 5619700D to do the signing
This commit is contained in:
zet809 2019-04-19 14:29:40 +08:00 committed by GitHub
commit f543278d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ if [ "$OSNAME" != "AIX" ]; then
createrepo $i >/dev/null
fi
rm -f $i/repodata/repomd.xml.asc
gpg -a --detach-sign --default-key 5619700 $i/repodata/repomd.xml
gpg -a --detach-sign --default-key 5619700D $i/repodata/repomd.xml
if [ ! -f $i/repodata/repomd.xml.key ]; then
cp $GSA/../keys/repomd.xml.key $i/repodata
fi