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

« back to all changes in this revision

Viewing changes to AutoUpgradeTester/profile/dapper-hardy-lucid-ubuntu/DistUpgrade.cfg

  • Committer: Michael Terry
  • Date: 2012-06-06 21:23:35 UTC
  • mto: This revision was merged to the branch mainline in revision 2509.
  • Revision ID: michael.terry@canonical.com-20120606212335-dt5xyu2v3ct5hcey
first pass at converting update-manager source into ubuntu-release-upgrader

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2
 
# this is a dapper->hardy->lucid test image
3
 
# - its cheated because the base image was dapper and then it was
4
 
#   *manually* upgraded to hardy, but because we cache the base
5
 
#   image this is ok and its a dapper->hardy->lucid upgrade from 
6
 
#   that point on
7
 
 
8
 
[View]
9
 
#View=DistUpgradeViewGtk
10
 
View=DistUpgradeViewNonInteractive
11
 
 
12
 
[Distro]
13
 
BaseMetaPkgs=ubuntu-minimal, ubuntu-standard
14
 
 
15
 
[Aufs]
16
 
;EnableFullOverlay=yes
17
 
;EnableChrootOverlay=yes
18
 
;EnableChrootRsync=yes
19
 
 
20
 
[Sources]
21
 
From=hardy
22
 
To=lucid
23
 
 
24
 
[NonInteractive]
25
 
ProfileName=dapper-hardy-lucid-ubuntu
26
 
BasePkg = ubuntu-desktop
27
 
AdditionalPkgs = pkgs.cfg
28
 
Mirror = http://archive.ubuntu.com/ubuntu
29
 
;Mirror = http://us.ec2.archive.ubuntu.com/ubuntu
30
 
;Proxy=http://192.168.1.1:3128/
31
 
ForceOverwrite=no
32
 
Components=main,restricted
33
 
Pockets=security,updates
34
 
UpgradeFromDistOnBootstrap=true
35
 
;AddRepo=local_testing.list
36
 
DpkgProgressLog=yes
37
 
ResultDir=/var/cache/auto-upgrade-tester/result
38
 
SSHKey=/var/cache/auto-upgrade-tester/ssh-key
39
 
DebugBrokenScripts=yes
40
 
 
41
 
[KVM]
42
 
Virtio=True
43
 
VncNum=1
44
 
SshPort=54322
45
 
ImageDir=/var/cache/auto-upgrade-tester/
46
 
CacheImageDir=/var/cache/auto-upgrade-tester/
47
 
BaseImage=%(ImageDir)s/dapper-i386.qcow2
48
 
;SwapImage=jeos/swap.qcow2
49
 
CacheBaseImage=yes
50
 
 
51
 
[EC2]
52
 
; Ubuntu official images:
53
 
; https://help.ubuntu.com/community/EC2StartersGuide#Getting%20the%20images
54
 
;AMI=ami-44bb5c2d
55
 
; inofficial image
56
 
AMI=ami-0d729464
57
 
SSHKey=./ec2-keypair.pem
58
 
;Specify the security groups you want attached to
59
 
;the instance. For example:
60
 
;SecurityGroups = ssh,web
61
 
; Set this to "yes" if using an Ubuntu official AMI as we need to
62
 
; allow root logins
63
 
;UbuntuOfficialAMI = yes
64
 
 
65
 
[CHROOT]
66
 
Tempdir=/tmp/upgrade-tester
67
 
CacheTarball=yes