Binary OpenShift Server adapter
-------------------------------
Key: JBIDE-10543
URL:
https://issues.jboss.org/browse/JBIDE-10543
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Reporter: Max Rydahl Andersen
Assignee: Andre Dietisheim
Fix For: 3.3.0.Beta1, 3.3.0.Beta2
Attachments: sourcevsbinary.bmml, sourcevsbinary.png
Binary server adapter should be added which allows any app that already deploys to our AS7
servers be deployed to openshift.
The logic for it is exactly (more or less) the same as for normal file or RSH deploy:
if(!temprepo)
git clone <openshifturl> temprepo
git fetch
foreach(module in modules)
build module
cp builtmodule to temprepo/deployments
git push * this push should not trigger the whole openshift build thing and should only
be done once at end of publish.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira