I'm currently playing with Hudson as a CI system for my App Engine project. In Hudson there is a plugin to run a script after a build is complete and passes all unit tests. I am interested in telling the Hudson server to deploy that change to app engine. There are 2 developers working on this and neither of us is interested in putting our password in plain text on the Hudson server.
I discovered that by running (thanks to http://madebysofa.com) echo "$APPENGINE_PASSWORD" | /usr/local/bin/python /usr/local/bin/ google_appengine/appcfg.py --no_cookies -e $APPENGINE_LOGIN --passin update $SVN_DIR I could deploy using my username and password. Is there a way to get an account set up to be able to deploy our app but doesn't have SMS verification (Sorry, I don't have a spare phone number)? Is it possible to create a cookie that goes in from one of the developers that would only allow deploy and not give access to our email/calendar/ etc.? Thank you in advance. Sincerely, Andrew Allen -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
