mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Add anti-foot-shooting measure.
Feature safe: yes
This commit is contained in:
parent
883391196b
commit
c53373e936
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268127
@ -145,7 +145,7 @@ ${scp_cmd} ${client_user}@${host}:${chroot}/tmp/${pkgname}.log ${builddir}/logs/
|
||||
# XXX Set dirty flag if any of the scp's fail
|
||||
|
||||
mkdir -p ${builddir}/distfiles/.pbtmp/${pkgname}
|
||||
${ssh_cmd} -a -n ${client_user}@${host} tar -C ${chroot}/tmp/distfiles -cf - . | \
|
||||
${ssh_cmd} -a -n ${client_user}@${host} tar -C ${chroot}/tmp/distfiles -exclude ${chroot}/tmp/distfiles/RESTRICTED -cf - . | \
|
||||
tar --unlink -C ${builddir}/distfiles/.pbtmp/${pkgname} -xvf - && \
|
||||
touch ${builddir}/distfiles/.pbtmp/${pkgname}/.done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user