Revision 382c5ba6
Added by Renato Botelho over 6 years ago
tools/builder_common.sh | ||
---|---|---|
1652 | 1652 |
USE_PORTLINT=no |
1653 | 1653 |
USE_TMPFS=yes |
1654 | 1654 |
NOLINUX=yes |
1655 |
DISTFILES_CACHE=/usr/ports/distfiles |
|
1655 | 1656 |
CHECK_CHANGED_OPTIONS=yes |
1656 | 1657 |
CHECK_CHANGED_DEPS=yes |
1657 | 1658 |
ATOMIC_PACKAGE_REPOSITORY=yes |
... | ... | |
1670 | 1671 |
[ ! -d /usr/local/etc/poudriere.d ] \ |
1671 | 1672 |
&& mkdir -p /usr/local/etc/poudriere.d |
1672 | 1673 |
|
1674 |
# Create DISTFILES_CACHE if it doesn't exist |
|
1675 |
if [ ! -d /usr/ports/distfiles ]; then |
|
1676 |
mkdir -p /usr/ports/distfiles |
|
1677 |
fi |
|
1678 |
|
|
1673 | 1679 |
# Remove old jails |
1674 | 1680 |
for jail_arch in ${_archs}; do |
1675 | 1681 |
jail_name=$(poudriere_jail_name ${jail_arch}) |
Also available in: Unified diff
Revert "Don't use DISTFILES_CACHE"
This reverts commit 81041332b295b383d85ee3057d5d4d626c73cdc2.