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

Upgrade sleep #18

Merged
merged 1 commit into from
Nov 4, 2015
Merged

Upgrade sleep #18

merged 1 commit into from
Nov 4, 2015

Conversation

zakj
Copy link
Contributor

@zakj zakj commented Nov 4, 2015

This replaces the patch in #16, and works for me on El Capitan with nodejs 4.x+.

This replaces the patch in yegor256#16, and works for me on El Capitan with nodejs 4.x+.
@yegor256
Copy link
Owner

yegor256 commented Nov 4, 2015

@rultor try to merge

@rultor
Copy link
Collaborator

rultor commented Nov 4, 2015

@rultor try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 24a99c9 into yegor256:master Nov 4, 2015
@rultor
Copy link
Collaborator

rultor commented Nov 4, 2015

@rultor try to merge

@yegor256 Done! FYI, the full log is here (took me 1min)

@yegor256
Copy link
Owner

yegor256 commented Nov 4, 2015

@rultor release, tag is 0.2.0

@yegor256
Copy link
Owner

yegor256 commented Nov 4, 2015

@zakj thanks for this pull request! maybe you can upgrade other dependencies too? full report is here https://gemnasium.com/yegor256/dynamo-archive

@rultor
Copy link
Collaborator

rultor commented Nov 4, 2015

@rultor release, tag is 0.2.0

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented Nov 4, 2015

@rultor release, tag is 0.2.0

@yegor256 @zakj Oops, I failed. You can see the full log here (spent 2min)

├── [email protected]
├── [email protected]
└── [email protected] ([email protected])

[email protected] node_modules/faucet
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
└── [email protected] ([email protected], [email protected])

[email protected] node_modules/aws-sdk
├── [email protected]
└── [email protected] ([email protected])

[email protected] node_modules/sleep
└── [email protected]

[email protected] node_modules/dynalite
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected])
├── [email protected]
└── [email protected] ([email protected], [email protected])
+ npm test

> [email protected] test /home/r/repo
> tape test/archive.test.js | faucet


# Load archive\u001b[K

  ok \u001b[1m\u001b[32m1\u001b[0m Exit cleanly\u001b[K
  ok \u001b[1m\u001b[32m2\u001b[0m Clean stdout\u001b[K
  ok \u001b[1m\u001b[32m3\u001b[0m Clean stderr\u001b[K
\u001b[1A\u001b[1G\u001b[1m\u001b[32m✓ Load archive\u001b[0m\u001b[1B\u001b[1G
# Export archive\u001b[K

  ok \u001b[1m\u001b[32m4\u001b[0m Exit cleanly\u001b[K
  ok \u001b[1m\u001b[32m5\u001b[0m Clean stderr\u001b[K
  ok \u001b[1m\u001b[32m6\u001b[0m Got results\u001b[K
  ok \u001b[1m\u001b[32m7\u001b[0m Found items\u001b[K
\u001b[1A\u001b[1G\u001b[1m\u001b[32m✓ Export archive\u001b[0m\u001b[1B\u001b[1G
# Export archive with query\u001b[K

  ok \u001b[1m\u001b[32m8\u001b[0m Exit cleanly\u001b[K
  ok \u001b[1m\u001b[32m9\u001b[0m Clean stderr\u001b[K
  ok \u001b[1m\u001b[32m10\u001b[0m Got results\u001b[K
  ok \u001b[1m\u001b[32m11\u001b[0m Found items\u001b[K
\u001b[1A\u001b[1G\u001b[1m\u001b[32m✓ Export archive with query\u001b[0m\u001b[1B\u001b[1G
# tests 11\u001b[K

tests 11
# pass  11\u001b[K

pass  11
# ok\u001b[K
\u001b[1A\u001b[1G\u001b[1m\u001b[32m✓ ok\u001b[0m\u001b[1B\u001b[1G+ sed -i s/0.0.0/0.2.0/g package.json
+ chmod 600 ../npmrc
+ npm publish --userconfig=../npmrc
npm ERR! need auth auth and email required for publishing
npm ERR! need auth You need to authorize this machine using `npm adduser`

npm ERR! System Linux 3.10.0-229.1.2.el7.x86_64
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "publish" "--userconfig=../npmrc"
npm ERR! cwd /home/r/repo
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! code ENEEDAUTH
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/r/repo/npm-debug.log
npm ERR! not ok code 0

yegor256 pushed a commit that referenced this pull request Nov 4, 2015
yegor256 pushed a commit that referenced this pull request Nov 4, 2015
@yegor256
Copy link
Owner

yegor256 commented Nov 4, 2015

@rultor release, tag is 0.2.0

@rultor
Copy link
Collaborator

rultor commented Nov 4, 2015

@rultor release, tag is 0.2.0

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented Nov 4, 2015

@rultor release, tag is 0.2.0

@yegor256 @zakj Oops, I failed. You can see the full log here (spent 1min)

[email protected] node_modules/faucet
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
└── [email protected] ([email protected], [email protected])

[email protected] node_modules/aws-sdk
├── [email protected]
└── [email protected] ([email protected])

[email protected] node_modules/sleep
└── [email protected]

[email protected] node_modules/dynalite
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected]
└── [email protected] ([email protected], [email protected])
+ node --version
v0.10.25
+ npm -version
1.3.10
+ npm test

> [email protected] test /home/r/repo
> tape test/archive.test.js | faucet


# Load archive\u001b[K

  ok \u001b[1m\u001b[32m1\u001b[0m Exit cleanly\u001b[K
  ok \u001b[1m\u001b[32m2\u001b[0m Clean stdout\u001b[K
  ok \u001b[1m\u001b[32m3\u001b[0m Clean stderr\u001b[K
\u001b[1A\u001b[1G\u001b[1m\u001b[32m✓ Load archive\u001b[0m\u001b[1B\u001b[1G
# Export archive\u001b[K

  ok \u001b[1m\u001b[32m4\u001b[0m Exit cleanly\u001b[K
  ok \u001b[1m\u001b[32m5\u001b[0m Clean stderr\u001b[K
  ok \u001b[1m\u001b[32m6\u001b[0m Got results\u001b[K
  ok \u001b[1m\u001b[32m7\u001b[0m Found items\u001b[K
\u001b[1A\u001b[1G\u001b[1m\u001b[32m✓ Export archive\u001b[0m\u001b[1B\u001b[1G
# Export archive with query\u001b[K

  ok \u001b[1m\u001b[32m8\u001b[0m Exit cleanly\u001b[K
  ok \u001b[1m\u001b[32m9\u001b[0m Clean stderr\u001b[K
  ok \u001b[1m\u001b[32m10\u001b[0m Got results\u001b[K
  ok \u001b[1m\u001b[32m11\u001b[0m Found items\u001b[K
\u001b[1A\u001b[1G\u001b[1m\u001b[32m✓ Export archive with query\u001b[0m\u001b[1B\u001b[1G
# tests 11\u001b[K

tests 11
# pass  11\u001b[K

pass  11
# ok\u001b[K
\u001b[1A\u001b[1G\u001b[1m\u001b[32m✓ ok\u001b[0m\u001b[1B\u001b[1G+ sed -i s/0.0.0/0.2.0/g package.json
+ chmod 600 ../npmrc
+ npm publish --userconfig=../npmrc
npm ERR! need auth auth and email required for publishing
npm ERR! need auth You need to authorize this machine using `npm adduser`

npm ERR! System Linux 3.10.0-229.1.2.el7.x86_64
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "publish" "--userconfig=../npmrc"
npm ERR! cwd /home/r/repo
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! code ENEEDAUTH
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/r/repo/npm-debug.log
npm ERR! not ok code 0

@yegor256
Copy link
Owner

yegor256 commented Nov 4, 2015

@rultor release, tag is 0.2.0

@rultor
Copy link
Collaborator

rultor commented Nov 4, 2015

@rultor release, tag is 0.2.0

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented Nov 4, 2015

@rultor release, tag is 0.2.0

@yegor256 Done! FYI, the full log is here (took me 1min)

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

Successfully merging this pull request may close these issues.

3 participants