https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292682
Dan Langille <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Dan Langille <[email protected]> --- (In reply to Jessica Clarke from comment #6) [I work with Wallace] I now know the cause of the missing files. This is the command we use to copy source: # export RELEASE=12.1 # export RELEASESHORT=121 # cd /usr/freebsd-images/$RELEASE/obj # tar cf - * | ( cd /nfs/ava_fbsdupg/obj$RELEASESHORT; tar xfp -) It's that *, it does not pull up the dot files. We'll need to adjust our method. We've been doing it that way since FreeBSD 11 or 12 probably. :) -- You are receiving this mail because: You are the assignee for the bug.
