summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-02-24 12:38:52 -0300
committerRenato Botelho <renato@netgate.com>2016-02-24 12:38:52 -0300
commit569929efa93f84237c09f0a0a4169fb181e5842b (patch)
tree93dc1e93daf46f70f8401243c69a65d21d43bf38 /tools/builder_common.sh
parent1e678c387195a05a470342fe445f5604d39ab755 (diff)
downloadpfsense-569929efa93f84237c09f0a0a4169fb181e5842b.zip
pfsense-569929efa93f84237c09f0a0a4169fb181e5842b.tar.gz
Fix builder setup with signed repo
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index c322f64..ff93700 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -1483,6 +1483,10 @@ builder_setup() {
${_arch} \
${PKG_REPO_CONF_BRANCH} \
${IS_RELEASE}
+
+ # Use fingerprint keys from repo
+ sed -i '' -e "/fingerprints:/ s,\"/,\"${BUILDER_ROOT}/src/," \
+ ${PKG_REPO_PATH}
fi
pkg install ${PRODUCT_NAME}-builder
OpenPOWER on IntegriCloud