Add Runlevelagent to BM. Add UpdateLastBootOnce() to record last_* in DB.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 27 May 2011 20:40:06 +0000 (16:40 -0400)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 27 May 2011 20:40:06 +0000 (16:40 -0400)
commit7a73fb13b2a2af2d470da53fbb43760ea2544638
tree095598b05d4d84f9d604170fed300b526556601c
parent2be621ee1b767e301068a2f61b6beba9bd928efe
Add Runlevelagent to BM.  Add UpdateLastBootOnce() to record last_* in DB.
   remove the dependency on monitor runlevelagent package.
   add UpdateLastBootOnce to update last_time_spent_online/_offline
   ensure that UpdateLastBootOnce() is called only once per boot.
   remove calls to runlevelagent in BM
bootmanager.spec
build.sh
source/BootManager.py
source/RunlevelAgent.py [new file with mode: 0755]
source/steps/ChainBootNode.py
source/steps/StartRunlevelAgent.py
source/steps/StopRunlevelAgent.py [new file with mode: 0644]
source/steps/UpdateLastBootOnce.py [new file with mode: 0644]
source/steps/__init__.py