summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-23 15:41:37 -0200
committerRenato Botelho <renato@netgate.com>2015-12-23 15:41:37 -0200
commitc2af14877619406333c6756ffaabfe61e99aed50 (patch)
tree3f1cd049b1d80f19e0a6301ef8fb2f73131f9036 /tools/builder_common.sh
parentefcf5e2adaa75a5781deede96d29e9a8610ad4f9 (diff)
downloadpfsense-c2af14877619406333c6756ffaabfe61e99aed50.zip
pfsense-c2af14877619406333c6756ffaabfe61e99aed50.tar.gz
Note issue # opened against pkg(8)
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index 1bfd484..57f33de 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -1721,6 +1721,9 @@ pkg_repo_rsync() {
# For some reason pkg-repo fail without / in the end of directory name
# so removing it will break command
#
+ # https://github.com/freebsd/pkg/issues/1364
+ #
+ #
if script -aq ${_logfile} pkg repo ${_real_repo_path}/ \
signing_command: ${PKG_REPO_SIGNING_COMMAND} >/dev/null 2>&1; then
echo "Done!" | tee -a ${_logfile}
OpenPOWER on IntegriCloud