From c2af14877619406333c6756ffaabfe61e99aed50 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 23 Dec 2015 15:41:37 -0200 Subject: Note issue # opened against pkg(8) --- tools/builder_common.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') 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} -- cgit v1.1