From 66ccfe948a844530a78d02def76e63f6b84f37c3 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Fri, 19 Apr 2019 14:26:11 +0800 Subject: [PATCH] Use xCAT Automatic Signing Key, 5619700D to do the signing. --- builddep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builddep.sh b/builddep.sh index 926fa7bdb..9f0f4fb0c 100755 --- a/builddep.sh +++ b/builddep.sh @@ -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