~ubuntu-core-dev/ubuntu-release-upgrader/trunk

« back to all changes in this revision

Viewing changes to README.devel

  • Committer: Balint Reczey
  • Date: 2019-12-17 20:29:55 UTC
  • Revision ID: balint.reczey@canonical.com-20191217202955-nqe4xz2c54s60y59
Moved to git at https://git.launchpad.net/ubuntu-release-upgrader

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
How to test run the release-upgrade
2
 
===================================
3
 
 
4
 
In a VM or chroot run:
5
 
$ bzr co lp:ubuntu-release-upgrade
6
 
$ cd ubuntu-release-upgrade/DistUpgrade
7
 
$ sudo ./dist-upgrade --datadir=../data
8
 
 
9
 
or to test a specific frontend
10
 
$ sudo ./dist-upgrade --datadir=../data --frontend DistUpgradeViewText
11
 
(or DistUpgradeViewGtk3)