~brian-murray/update-manager/no-zero-byte-files

« back to all changes in this revision

Viewing changes to update-manager

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2007-02-07 18:02:35 UTC
  • Revision ID: james.westby@ubuntu.com-20070207180235-i0mgzoi54v54ezq7
Tags: 0.56
* added --proposed switch to fetch a release-upgrader from a different
  location (similar to the -proposed pocket in the archive)
* split into update-manager and update-manager-core and support
  cli release upgrades with the later
* added fdsend module to support file descriptor passing over sockets
  this will allow a better seperation between frontend and backend
  in the future

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                     dest="devel_release", default=False,
54
54
                     help=_("Check if upgrading to the latest devel release "
55
55
                          "is possible"))
 
56
  parser.add_option ("-p","--proposed", action="store_true",
 
57
                     dest="use_proposed", default=False,
 
58
                     help=_("Try to run a dist-upgrade"))
56
59
  parser.add_option ("--dist-upgrade","--dist-ugprade", action="store_true",
57
60
                     dest="dist_upgrade", default=False,
58
61
                     help=_("Try to run a dist-upgrade"))