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

gae:deploy doesn't work on Windows #1

Closed
pipwilson opened this issue Mar 22, 2010 · 2 comments
Closed

gae:deploy doesn't work on Windows #1

pipwilson opened this issue Mar 22, 2010 · 2 comments

Comments

@pipwilson
Copy link

line 28 in commands.py says

if not os.path.exists(os.path.join(gae_path, 'bin/appcfg.sh')):

and line 71 says

os.system('%s/bin/appcfg.sh update %s' % (gae_path, war_path))

These need to check for the platform and run bin/appcfg.cmd if on windows

if sys.platform == 'win32'
    etc.
@fdrouet
Copy link
Contributor

fdrouet commented Sep 3, 2010

this was fixed :

you can close the issue

@mandubian
Copy link
Collaborator

apparently this issue has been solved, I close it.

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

No branches or pull requests

3 participants