Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac OSX version of tar incompatable #1

Closed
jfinstrom opened this issue May 28, 2019 · 0 comments
Closed

Mac OSX version of tar incompatable #1

jfinstrom opened this issue May 28, 2019 · 0 comments

Comments

@jfinstrom
Copy link
Contributor

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.

@xrobau xrobau closed this as completed in e9274dc May 29, 2019
xrobau added a commit that referenced this issue May 29, 2019
Resolves #1 sets tar command dynamically

I'm going to expand on this one though, and thanks!
xrobau added a commit that referenced this issue May 29, 2019
This also reworks the way node/composer packages are installed,
making the coldboot much faster.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant