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:
commit
f543278d99
@ -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