Revision c2af1487
Added by Renato Botelho over 9 years ago
tools/builder_common.sh | ||
---|---|---|
1721 | 1721 |
# For some reason pkg-repo fail without / in the end of directory name |
1722 | 1722 |
# so removing it will break command |
1723 | 1723 |
# |
1724 |
# https://github.com/freebsd/pkg/issues/1364 |
|
1725 |
# |
|
1726 |
# |
|
1724 | 1727 |
if script -aq ${_logfile} pkg repo ${_real_repo_path}/ \ |
1725 | 1728 |
signing_command: ${PKG_REPO_SIGNING_COMMAND} >/dev/null 2>&1; then |
1726 | 1729 |
echo "Done!" | tee -a ${_logfile} |
Also available in: Unified diff
Note issue # opened against pkg(8)