This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm ERR! error linking, rollback Error: No satisfying version found for 'request'@'>=1.2.0' | |
npm ERR! error linking, rollback Valid install targets for request: "latest", "0.10.0", "0.8.3", "0.9.0", "0.9.1", "0.9.5", "1.0.0" | |
npm ERR! error linking, rollback at /home/tutuca/lib/node/.npm/npm/0.2.16/package/lib/install.js:143:29 | |
npm ERR! error linking, rollback at /home/tutuca/lib/node/.npm/npm/0.2.16/package/lib/install.js:178:5 | |
npm ERR! error linking, rollback at /home/tutuca/lib/node/.npm/npm/0.2.16/package/lib/utils/registry/get.js:55:5 | |
npm ERR! error linking, rollback at /home/tutuca/lib/node/.npm/npm/0.2.16/package/lib/utils/registry/request.js:37:10 | |
npm ERR! error linking, rollback at IncomingMessage.<anonymous> (/home/tutuca/lib/node/.npm/npm/0.2.16/package/lib/utils/registry/request.js:174:14) | |
npm ERR! error linking, rollback at IncomingMessage.emit (events.js:59:20) | |
npm ERR! error linking, rollback at HTTPParser.onMessageComplete (http.js:111:23) | |
npm ERR! error linking, roll |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (C) 2005-2010 Canonical Ltd | |
# | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -- coding: utf-8 -- | |
"""Deployment script. | |
This script is coded so it can make the deployments automagically in the | |
designed servers, it also works as a documentation of where are the programs | |
installed. | |
USE: fab <hosts>:<username> <action> | |
EX: fab staging:admin release |
NewerOlder