tjanczuk / git-azure

Deploy multiple node.js applications to Windows Azure from MacOS using Git
Other
61 stars 11 forks source link

Help, we're almost there... #44

Closed johnnyhalife closed 12 years ago

johnnyhalife commented 12 years ago

I think I nailed most of it, the problem is that either Windows Azure is not working properly or I'm doing something wrong. Probably both, but since my Windows Machine died and I cannot TS into the VM please help me wrap this up.

:metal: awesome project btw :metal:

tjanczuk commented 12 years ago

I think one extra change that might be needed now that instead of git.exe we are calling git.cmd is changing all lines that call %GIT% something-somenting to call %GIT% something-something. Specifically:

https://github.com/tjanczuk/git-azure/blob/master/src/bootstrap/setup_worker.cmd#L131 https://github.com/tjanczuk/git-azure/blob/master/src/bootstrap/setup_worker.cmd#L140 https://github.com/tjanczuk/git-azure/blob/master/src/bootstrap/sync_repo.cmd#L11 https://github.com/tjanczuk/git-azure/blob/master/src/bootstrap/sync_repo.cmd#L20 https://github.com/tjanczuk/git-azure/blob/master/src/bootstrap/sync_repo.cmd#L29

Could you give it a shot? I am stuck prepping for two important presentations of this stuff today and tomorrow, I'd rather not take unvalidated pool request in at this point. Friday I will be open to experimenting.

johnnyhalife commented 12 years ago

I'll build the new cpskg and give it another shot

johnnyhalife commented 12 years ago

Still no luck :disappointed:, you might have a better shot. Let I'm trying to build a VM or something where I can debug but right now it's stucked on "BUSY"

On Wed, Jun 20, 2012 at 6:16 PM, Tomasz Janczuk < reply@reply.github.com

wrote:

I think one extra change that might be needed now that instead of git.exe we are calling git.cmd is changing all lines that call %GIT% something-somenting to call %GIT% something-something. Specifically:

https://github.com/tjanczuk/git-azure/blob/master/src/bootstrap/setup_worker.cmd#L131

https://github.com/tjanczuk/git-azure/blob/master/src/bootstrap/setup_worker.cmd#L140

https://github.com/tjanczuk/git-azure/blob/master/src/bootstrap/sync_repo.cmd#L11

https://github.com/tjanczuk/git-azure/blob/master/src/bootstrap/sync_repo.cmd#L20

https://github.com/tjanczuk/git-azure/blob/master/src/bootstrap/sync_repo.cmd#L29

Could you give it a shot? I am stuck prepping for two important presentations of this stuff today and tomorrow, I'd rather not take unvalidated pool request in at this point. Friday I will be open to experimenting.


Reply to this email directly or view it on GitHub: https://github.com/tjanczuk/git-azure/pull/44#issuecomment-6467461

tjanczuk commented 12 years ago

At this point you should be able to RDP to the machine and you can inspect e:\approot\log.txt.

Barring that I can look at this tomorrow.


From: johnny.halife [reply@reply.github.com] Sent: Thursday, June 21, 2012 2:06 PM To: Tomasz Janczuk Subject: Re: [git-azure] Help, we're almost there... (#44)

Still no luck :disappointed:, you might have a better shot. Let I'm trying to build a VM or something where I can debug but right now it's stucked on "BUSY"

On Wed, Jun 20, 2012 at 6:16 PM, Tomasz Janczuk < reply@reply.github.com

wrote:

I think one extra change that might be needed now that instead of git.exe we are calling git.cmd is changing all lines that call %GIT% something-somenting to call %GIT% something-something. Specifically:

https://github.com/tjanczuk/git-azure/blob/master/src/bootstrap/setup_worker.cmd#L131

https://github.com/tjanczuk/git-azure/blob/master/src/bootstrap/setup_worker.cmd#L140

https://github.com/tjanczuk/git-azure/blob/master/src/bootstrap/sync_repo.cmd#L11

https://github.com/tjanczuk/git-azure/blob/master/src/bootstrap/sync_repo.cmd#L20

https://github.com/tjanczuk/git-azure/blob/master/src/bootstrap/sync_repo.cmd#L29

Could you give it a shot? I am stuck prepping for two important presentations of this stuff today and tomorrow, I'd rather not take unvalidated pool request in at this point. Friday I will be open to experimenting.


Reply to this email directly or view it on GitHub: https://github.com/tjanczuk/git-azure/pull/44#issuecomment-6467461


Reply to this email directly or view it on GitHub: https://github.com/tjanczuk/git-azure/pull/44#issuecomment-6494480