Skip to content

Instantly share code, notes, and snippets.

@dylang
dylang / keybase.md
Created May 20, 2014 12:55
Keybase

Keybase proof

I hereby claim:

  • I am dylang on github.
  • I am dylang (https://keybase.io/dylang) on keybase.
  • I have a public key whose fingerprint is 5E26 1B8B A201 550F 0490 C5DA 4F20 AAA2 4613 08CC

To claim this, I am signing this object:

@dylang
dylang / .gistup
Created September 29, 2014 21:26
gistup
This file has been truncated, but you can view the full file.
jenkins@ip-10-40-64-233:~/workspace/x-web-widgets/DYLAN-widget-neighbor-comparison$ npm install --loglevel=silly
npm info it worked if it ends with ok
npm verb cli [ 'node',
npm verb cli '/home/jenkins/.npm/bin/npm',
npm verb cli 'install',
npm verb cli '--loglevel=silly' ]
npm info using npm@2.1.3
npm info using node@v0.10.26
npm verb node symlink /usr/bin/node
npm WARN package.json widget-neighbor-comparison@3.0.3-0 No description
This file has been truncated, but you can view the full file.
jenkins@ip-10-40-64-233:~/workspace/x-web-widgets/DYLAN-test-bill-compare$ npm/cli.js install --loglevel=silly
npm info it worked if it ends with ok
npm verb cli [ 'node',
npm verb cli '/mnt/workspace/x-web-widgets/DYLAN-test-bill-compare/npm/cli.js',
npm verb cli 'install',
npm verb cli '--loglevel=silly' ]
npm info using npm@2.1.3
npm info using node@v0.10.26
npm verb node symlink /usr/bin/node
npm WARN package.json widget-bill-compare@15.4.6-0 No description
This file has been truncated, but you can view the full file.
jenkins@ip-10-40-64-233:~/workspace/x-web-widgets/DYLAN-test-api-neighbor-comparison-MASTER$ ./npm/cli.js install --loglevel=silly && npm ls
npm info it worked if it ends with ok
npm verb cli [ 'node',
npm verb cli '/mnt/workspace/x-web-widgets/DYLAN-test-api-neighbor-comparison-MASTER/npm/cli.js',
npm verb cli 'install',
npm verb cli '--loglevel=silly' ]
npm info using npm@2.1.3
npm info using node@v0.10.26
npm verb node symlink /usr/bin/node
npm WARN package.json widget-neighbor-comparison@3.0.3-0 No description
This file has been truncated, but you can view the full file.
26726 execve("npm/cli.js", ["npm/cli.js", "install", "--loglevel=silly"], [/* 63 vars */]) = 0
26726 brk(0) = 0xf1f000
26726 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
26726 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f15a9929000
26726 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
26726 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
26726 fstat(3, {st_mode=S_IFREG|0644, st_size=32175, ...}) = 0
26726 mmap(NULL, 32175, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f15a9921000
26726 close(3) = 0
26726 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
jenkins@ip-10-40-64-233:~/workspace/x-web/DYLAN-test-1$ strace -F -f -s 1024 -o strace.txt npm/cli.js install --loglevel=silly
npm info it worked if it ends with ok
npm verb cli [ 'node',
npm verb cli '/mnt2/workspace/x-web/DYLAN-test-1/npm/cli.js',
npm verb cli 'install',
npm verb cli '--loglevel=silly' ]
npm info using npm@2.1.3
npm info using node@v0.10.26
npm verb node symlink /usr/bin/node
npm WARN package.json grunt-object-storage-runner@2.0.9-0 No README data
npm info it worked if it ends with ok
npm info using npm@2.1.3
npm info using node@v0.10.26
generator-x-web@6.4.1-0 /mnt2/workspace/x-web/DYLAN-test-generator/t/generator-x-web
├─┬ chai@1.9.2
│ ├── assertion-error@1.0.0
│ └─┬ deep-eql@0.1.3
│ └── type-detect@0.1.1
├── chai-as-promised@4.1.1
├─┬ chalk@0.4.0
require.paths.unshift("./deps");
require('proto');
var connect = require('connect'),
express = require('express'),
assetManager = require('connect-assetmanager'),
assetHandler = require('connect-assetmanager-handlers'),
log = require('./lib/util/log').from(__filename),
content = require('./lib/content'),
//changed by dylang to work in os x with newer versions of node.
var sys = require('sys'),
fs = require('fs'),
child_process = require('child_process'),
spawn = child_process.spawn,
exec = child_process.exec,
path = require('path'),
stdin = process.openStdin(),
args = parse(process.argv),