Skip to content

Instantly share code, notes, and snippets.

@SachaG
Created June 13, 2013 01:22
Show Gist options
  • Save SachaG/5770547 to your computer and use it in GitHub Desktop.
Save SachaG/5770547 to your computer and use it in GitHub Desktop.
Sachas-MacBook-Pro:Sidebar sacha$ git push stackful old-sidebar:master
Counting objects: 7, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 345 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)
remote: From /home/git/node-web
remote: * branch master -> FETCH_HEAD
remote: HEAD is now at cc71b32 test
remote: Deploying a Meteor app...
remote:
remote: Stand back while Meteorite does its thing
remote: Yay! We're optimizing your installation!
remote: ✘ Deleting /var/www/node-web/.meteor/meteorite
remote: smart.json changed.. installing from smart.json
remote: ✓ router
remote: tag: https://github.com/tmeasday/meteor-router.git#v0.4.2
remote:
remote: /usr/lib/node_modules/meteorite/lib/dependencies/package.js:106
remote: throw('Could not locate package.js within path ' + self.source.packagePa
remote: ^
remote: Could not locate package.js within path /home/nodejs/.meteorite/packages/router/tmeasday/meteor-router/82d2895847502b4025370523dba60d597cff4772
remote: Traceback (most recent call last):
remote: File "/opt/stackful/app-deployer/bin/deploy", line 18, in <module>
remote: deployer.run()
remote: File "/opt/stackful/app-deployer/lib/deployer.py", line 30, in run
remote: deployer.deploy(self.app)
remote: File "/opt/stackful/app-deployer/lib/deployers/meteor.py", line 36, in deploy
remote: bundle(app)
remote: File "/opt/stackful/app-deployer/lib/deployers/meteor.py", line 18, in bundle
remote: app.run("HOME='{}' mrt bundle '{}/bundle.tar.gz'".format(app.user_home, bundle_dir))
remote: File "/opt/stackful/app-deployer/lib/config.py", line 34, in run
remote: return sudo("cd '{}' && {}".format(self.target, cmd), self.user, output=output)
remote: File "/opt/stackful/app-deployer/lib/commands.py", line 16, in sudo
remote: return run(sudo_cmd)
remote: File "/opt/stackful/app-deployer/lib/commands.py", line 6, in run
remote: return subprocess.check_call(cmd, shell=True)
remote: File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
remote: raise CalledProcessError(retcode, cmd)
remote: subprocess.CalledProcessError: Command 'sudo -u nodejs sh -c "cd '/var/www/node-web' && HOME='/home/nodejs' mrt bundle '.meteor/stackful/bundle.tar.gz'"' returned non-zero exit status 8
remote: Traceback (most recent call last):
remote: File "hooks/post-update", line 22, in <module>
remote: run(deploy_cmd)
remote: File "hooks/post-update", line 6, in run
remote: subprocess.check_call(cmd, shell=True)
remote: File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
remote: raise CalledProcessError(retcode, cmd)
remote: subprocess.CalledProcessError: Command '/opt/stackful/app-deployer/bin/deploy 'nodejs'' returned non-zero exit status 1
To [email protected]:node-web.git
27b1028..cc71b32 old-sidebar -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment