I was able to reproduce it on CentOS 7. Changing the COMMIT_ID assignment line to this fixes it:
COMMIT_ID=`GIT_DISCOVERY_ACROSS_FILESYSTEM=1 ./get_commit_id` Note that setting the GIT_DISCOVERY_ACROSS_FILESYSTEM before running tup does nothing unless you export that environment variable in the Tupfile. -Andy -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
