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

Postinstall stuff #3

Open
mkg20001 opened this issue Oct 2, 2018 · 0 comments
Open

Postinstall stuff #3

mkg20001 opened this issue Oct 2, 2018 · 0 comments

Comments

@mkg20001
Copy link
Owner

mkg20001 commented Oct 2, 2018

The following things need to be done for all postinstall stuff to work:

  • Execute git-validate's post-install (either add it as a dep of aegir-bundle or somehow use the bundle-binary to handle that)
  • Include UWS as native dep (add it as dep of aegir-bundle and somehow make the binary use it, solves Install native modules #1)
  • Include parse-domain postinstall assets

> uws@9.14.0 install /home/maciej/tnav/node_modules/uws
> node-gyp rebuild > build_log.txt 2>&1 || exit 0


> git-validate@2.2.4 install /home/maciej/tnav/node_modules/git-validate
> node bin/install


> circular-json@0.5.7 postinstall /home/maciej/tnav/node_modules/log4js/node_modules/circular-json
> echo ''; echo "\x1B[1mCircularJSON\x1B[0m is in \x1B[4mmaintenance only\x1B[0m, \x1B[1mflatted\x1B[0m is its successor."; echo ''


\x1B[1mCircularJSON\x1B[0m is in \x1B[4mmaintenance only\x1B[0m, \x1B[1mflatted\x1B[0m is its successor.


> parse-domain@2.1.2 postinstall /home/maciej/tnav/node_modules/parse-domain
> node scripts/build-tries.js

Downloading public suffix list from https://publicsuffix.org/list/public_suffix_list.dat... ok
Writing /home/maciej/tnav/node_modules/parse-domain/build/tries/current/icann.complete.json... ok
Writing /home/maciej/tnav/node_modules/parse-domain/build/tries/current/icann.light.json... ok
Writing /home/maciej/tnav/node_modules/parse-domain/build/tries/current/private.complete.json... ok
Running sanity check... ok
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