mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00: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
@ -177,7 +177,7 @@ else
|
||||
${scp_cmd} ${client_user}@${host}:${chroot}/tmp/${pkgname}.log ${log}
|
||||
result=$?
|
||||
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
|
||||
if ! grep -q "even though it is marked BROKEN" ${log}; then
|
||||
buildlogdir=$(realpath ${builddir}/logs/)
|
||||
|
Loading…
Reference in New Issue
Block a user