summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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