~ubuntu-branches/ubuntu/natty/mythbuntu-common/natty

« back to all changes in this revision

Viewing changes to bare/update-task.py

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Mashos, Thomas Mashos, Dave Walker (Daviey)
  • Date: 2011-02-23 17:43:23 UTC
  • mfrom: (1.1.55 upstream)
  • Revision ID: james.westby@ubuntu.com-20110223174323-ar31pkysvxj3m6c3
Tags: 0.57-0ubuntu1
[ Thomas Mashos ]
* Added ability to schedule backups using the Bare MCC plugin
* Separated backup and restore scripts from Bare plugin code
* Relocated python scripts to a separate Bare directory
* Added checkin functionality to Bare plugin to look for config changes

[ Dave Walker (Daviey) ]
* debian/control: Bump to Standards-Version 3.9.1 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
 
 
3
from mythbareupdate import Update
 
4
 
 
5
## Update from server. Managed is checked in other file
 
6
Update().update_job()  
 
7