History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RHQ-1029
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: John Mazzitelli
Reporter: John Mazzitelli
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RHQ Project
RHQ-110

create the actual update code

Created: 25/Oct/08 12:44 PM   Updated: 08/Dec/08 07:29 AM
Component/s: Agent
Affects Version/s: None
Fix Version/s: 1.2

Time Tracking:
Not Specified

Resolution Date: 28/Oct/08 10:56 PM
VCS Revision: 1,858


 Description  « Hide
Create the actual agent update code. This is the code that is run when the agent update binary is self-executed via "java -jar agent-update.jar". It will have the responsibliilty of extracting the new agent distribution and laying it down on the filesystem. It must ensure that it copies over the necessary files from the original agent and purge files that are no longer needed or part of the new agent.

for more info see http://support.rhq-project.org/display/RHQ/Design-AgentAutoUpdate

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
John Mazzitelli - 28/Oct/08 03:04 PM
almost have the first iteration of this done in the agentupdate module

John Mazzitelli - 28/Oct/08 03:05 PM
svn rev 1855

John Mazzitelli - 28/Oct/08 10:56 PM
the update/install code is handled in an ant script bundled in the agent update binary.