From dc25479b87764c05653956cd7b699cc6787ba672 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 20 Oct 2013 01:45:00 -0500 Subject: [PATCH] apply: disable ports tree validity check due to errors on sauce --- apply | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apply b/apply index ea57666..de544d7 100755 --- a/apply +++ b/apply @@ -145,7 +145,8 @@ upstream_snap_age="$(( $(date +%s) - $(zfs_ds_creation "${upstream_ds}@${upstrea [ "${upstream_snap_age}" -le 86400 ] || omg "Snapshot is stale! (${upstream_snap_age} seconds)" # Make sure the snapshot actually looks like a ports tree -ports_tree_valid "${upstream_fs}/.zfs/snapshot/${upstream_snap}" || wtf "This sure is an odd-looking ports tree... ${upstream_fs}" +# Disabled because sauce is giving 'File name too long' now that it is a jail. +#ports_tree_valid "${upstream_fs}/.zfs/snapshot/${upstream_snap}" || wtf "This sure is an odd-looking ports tree... ${upstream_fs}" # Make sure nothing is / [ "${ports_fs}" -a "${ports_fs}" != '/' ] || wtf "ports_fs is / ?!" -- 2.42.0