You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile cd git/$(*F) && tar --mtime="2019-01-01 01:01:01" --owner=0 --group=0 --numeric-owner --exclude-vcs --exclude='*.tgz' --exclude='node_modules' -jcf ../../$@ .
bsdtar 2.8.3 - libarchive 2.8.3
removing --mtime="2019-01-01 01:01:01" --owner=0 --group=0 --numeric-owner --exclude-vcs
allowed it to build the tar file, not sure if that breaks anything.
The text was updated successfully, but these errors were encountered:
Makefile
cd git/$(*F) && tar --mtime="2019-01-01 01:01:01" --owner=0 --group=0 --numeric-owner --exclude-vcs --exclude='*.tgz' --exclude='node_modules' -jcf ../../$@ .
bsdtar 2.8.3 - libarchive 2.8.3
removing
--mtime="2019-01-01 01:01:01" --owner=0 --group=0 --numeric-owner --exclude-vcs
allowed it to build the tar file, not sure if that breaks anything.
The text was updated successfully, but these errors were encountered: