2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Use xCAT Automatic Signing Key, 5619700D to do the signing.

This commit is contained in:
GONG Jie 2019-04-19 14:26:11 +08:00
parent 5a6cbce2cd
commit 66ccfe948a

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