-
Notifications
You must be signed in to change notification settings - Fork 1
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
Automate merge and release #4
Comments
@meriouma https://code.google.com/p/appengine-maven-plugin/ has released v1.9.18 so we need to merge their changes into this repo and do our own 1.9.18 release. Can you help with automating this? Message me on gtalk if you need more info. |
Not sure I'll have time before next week for this |
By the way, if you want to get around the oauth issue some and can ssh into the buildAgent; running appengine:update from build agent will provide with oauth url, goto the url in local browser then furnish maven console with the token received from browser, which creates a file in ~/.appcfg... with the oauth tokens. Having the file then allows for any future builds not to require credentials from the builds as long as that user account is the one with edit rights on the project. Anyway, this allows me to workaround credentials issue. |
@meriouma was that done? |
Monitor the official appengine plugin for new releases and then automatically perform a merge and release of this plugin.
Notify in some way if the merge fails.
The text was updated successfully, but these errors were encountered: