Revision 662b59e7
Added by Brad Davis over 3 years ago
tools/builder_common.sh | ||
---|---|---|
2087 | 2087 |
done |
2088 | 2088 |
|
2089 | 2089 |
if [ "${AWS}" = 1 ]; then |
2090 |
echo ">>> Run poudriere distclean to prune old distfiles..." | tee -a ${LOGFILE} |
|
2091 |
if ! poudriere distclean -f ${_bulk} -p ${POUDRIERE_PORTS_NAME} -y; then |
|
2092 |
echo ">>> ERROR: Something went wrong..." |
|
2093 |
print_error_pfS |
|
2094 |
fi |
|
2090 | 2095 |
echo ">>> Save a copy of the distfiles into S3..." | tee -a ${LOGFILE} |
2091 | 2096 |
# Save a copy of the distfiles from S3 |
2092 | 2097 |
find /usr/ports/distfiles > post-build-distfile-list |
Also available in: Unified diff
Clean up old distfiles using poudriere distclean