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