mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
Remove debugging code that crept in.
This commit is contained in:
parent
2761d6e52b
commit
6dad2ee054
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266457
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ else
|
||||||
${scp_cmd} ${client_user}@${host}:${chroot}/tmp/${pkgname}.log ${log}
|
${scp_cmd} ${client_user}@${host}:${chroot}/tmp/${pkgname}.log ${log}
|
||||||
result=$?
|
result=$?
|
||||||
if [ $result -ne 0 ]; then
|
if [ $result -ne 0 ]; then
|
||||||
(echo ${chroot}@${host}; echo "huh? ${client_user}"; ${ssh_cmd} -a -n ${client_user}@${host} ls -laR ${chroot}/tmp) | mail -s "${pkgname} logfile not found" ${mailto}
|
(echo ${chroot}@${host}; ${ssh_cmd} -a -n ${client_user}@${host} ls -laR ${chroot}/tmp) | mail -s "${pkgname} logfile not found" ${mailto}
|
||||||
else
|
else
|
||||||
if ! grep -q "even though it is marked BROKEN" ${log}; then
|
if ! grep -q "even though it is marked BROKEN" ${log}; then
|
||||||
buildlogdir=$(realpath ${builddir}/logs/)
|
buildlogdir=$(realpath ${builddir}/logs/)
|
||||||
|
|
Loading…
Add table
Reference in a new issue