2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 11:10:24 +00:00

Specify the new GPG key 5619700D used for signing (#5316)

This commit is contained in:
Gᴏɴɢ Jie
2018-06-22 14:31:09 +08:00
committed by yangsong
parent ab0c535f1a
commit fceff79d5d

View File

@@ -335,7 +335,7 @@ __EOF__
echo "GPGSIGN=$GPGSIGN specified, the repo will not be signed"
echo "" >> conf/distributions
else
echo "SignWith: yes" >> conf/distributions
echo "SignWith: 5619700D" >> conf/distributions
echo "" >> conf/distributions
fi
done
@@ -462,7 +462,7 @@ __EOF__
echo "GPGSIGN=$GPGSIGN specified, the repo will not be signed"
echo "" >> conf/distributions
else
echo "SignWith: yes" >> conf/distributions
echo "SignWith: 5619700D" >> conf/distributions
echo "" >> conf/distributions
fi