Project

General

Profile

« Previous | Next » 

Revision 3d35f537

Added by Renato Botelho over 3 years ago

AWS: Add missing s3 parameter to ls

View differences:

tools/builder_common.sh
1616 1616
			script -aq ${LOGFILE} zfs create ${ZFS_TANK}/poudriere/ports/${POUDRIERE_PORTS_NAME}
1617 1617

  
1618 1618
			# If S3 doesn't contain stashed ports tree, create one
1619
			if ! aws_exec ls s3://pfsense-engineering-build-pkg/${FLAVOR}-ports.tz >/dev/null 2>&1; then
1619
			if ! aws_exec s3 ls s3://pfsense-engineering-build-pkg/${FLAVOR}-ports.tz >/dev/null 2>&1; then
1620 1620
				mkdir ${SCRATCHDIR}/${FLAVOR}-ports
1621 1621
				${BUILDER_SCRIPTS}/git_checkout.sh \
1622 1622
				    -r ${POUDRIERE_PORTS_GIT_URL} \

Also available in: Unified diff