From fceff79d5dc6a81443babe81df4e4406ca156f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=E1=B4=8F=C9=B4=C9=A2=20Jie?= Date: Fri, 22 Jun 2018 14:31:09 +0800 Subject: [PATCH] Specify the new GPG key 5619700D used for signing (#5316) --- build-ubunturepo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-ubunturepo b/build-ubunturepo index ba4cd8dcb..a44c886c8 100755 --- a/build-ubunturepo +++ b/build-ubunturepo @@ -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