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:
parent
5a6cbce2cd
commit
66ccfe948a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user